[arch-commits] Commit in opensmtpd/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Dec 16 00:55:43 UTC 2013


    Date: Monday, December 16, 2013 @ 01:55:43
  Author: seblu
Revision: 102583

upgpkg: opensmtpd 5.4.1p1-2

- fix FS#38125
- fix FS#38124

Modified:
  opensmtpd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-15 23:07:22 UTC (rev 102582)
+++ PKGBUILD	2013-12-16 00:55:43 UTC (rev 102583)
@@ -3,12 +3,12 @@
 
 pkgname=opensmtpd
 pkgver=5.4.1p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
 license=('custom')
-depends=('libevent')
+depends=('libevent' 'openssl')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
@@ -27,6 +27,8 @@
 
 build() {
   cd $pkgname-$pkgver
+  # Remove _FORTIFY_SOURCES: FS#38124
+  export CPPFLAGS=''
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc/smtpd \
@@ -35,6 +37,7 @@
     --with-maildir=/var/spool/mail \
     --with-privsep-path=/var/empty \
     --with-sock-dir=/run \
+    --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
     --with-privsep-user=smtpd \
     --with-queue-user=smtpq \
     --with-pam




More information about the arch-commits mailing list