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

2020-12-18 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 07:07:57
  Author: felixonmars
Revision: 404549

upgpkg: postfix 3.5.8-4: icu 68.2 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 07:06:36 UTC (rev 404548)
+++ PKGBUILD2020-12-19 07:07:57 UTC (rev 404549)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.5.8
-pkgrel=3
+pkgrel=4
 url="http://www.postfix.org/;
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('EPL')


[arch-commits] Commit in postfix/trunk (PKGBUILD postfix.tmpfiles)

2020-11-18 Thread David Runge via arch-commits
Date: Wednesday, November 18, 2020 @ 09:15:26
  Author: dvzrv
Revision: 401333

upgpkg: postfix 3.5.8-3: Rebuild to add missing directory permission.

The previous version was missing a tmpfiles.d setup for /var/spool/postfix/hold 
(FS#68658).

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/postfix.tmpfiles

--+
 PKGBUILD |6 +++---
 postfix.tmpfiles |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 07:15:16 UTC (rev 401332)
+++ PKGBUILD2020-11-18 09:15:26 UTC (rev 401333)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.5.8
-pkgrel=2
+pkgrel=3
 url="http://www.postfix.org/;
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('EPL')
@@ -28,12 +28,12 @@
 
'7b2785aa8120ca3ff91b405baf675e9e11f8d58b18a9b842672e7ae30932febddac10556a70823d8746fcb160bceb4dbabdee45cf46b02fc0127057656fb85c4'
 
'27f54747ad480d65b560c9dbc97e12c6353e4bceca0ffe3e358e31de56db0ad79928164c9f8790c73a9f791daa378253d2ee29b5a71778553ec889b2cf97'
 
'a7f15970f613ae7b98ce1b84ca0a6034ce3cc7b2b9ce7160dad9731f740fb762f4a54f44acceb5f06f8744fa9e952b088086af8a69da388a600b742a3cda37f2'
-
'490ce5123005de7a82c18b68d2423ea15b9878af9419d3a29c4a174e7f5ddc21da7afde725d25ad2fc445815ee9d284b61781a62dd67b863b82f746d61db885d')
+
'd08574a6acd595fc146513c92dc1bb341c3432d67de1e93ab73a7ce60e385dd34f3a55e3d3d7aec5f358ac4aae260f028599ac47650ebc663cea3043a760a7bc')
 
b2sums=('13166e854f70987f981bb5e7e5dabfaa73b3170ab16fc1ff8f70f6b98a0697ac980bdf74bbfb39fdfd1972f922a31a28882b1575b79fd8f01d81e08e68d756bc'
 
'b5f19e0619f1fb017cd889c14e341c21146b3afe7b9eefcdb7fb1eb83a357434b899d1e92f3ab0023c78ef8f2de6ae54c4599ee0f0bd04d257f4ca0a4dc9a16c'
 
'02dd441cf6e4a7c2bc0de876f020b0784d811f77a5c6102dd075d67b07158dbc53c8b4d62bc8035283d4f349008574b1c3fac03f4519d56ffd809cb5bcfb7bea'
 
'db58b7deb24cea16fb84f56680f683f72e11a95039969878e3819607aad5e65af9d9f50007e7710609065c0e3ebb9b30c1d929162b74eca5e74434d82cf1'
-
'e870b3fc67b60a492728e418a7c2753952c279418108e55d2ff01197e9150e6144dc6a210d1f5b8a3d4d661ab3d289c6026c36034deb90d67406e739a70a3b54')
+
'de31693cea5f452a9c8c0d1cf5210a6e67c0176f8b1a4d74106f2e803911569e9fdbb2301b3b5dc7ad6a6da285026b1a3ed3de52117d216b030cf0d92348909d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"

Modified: postfix.tmpfiles
===
--- postfix.tmpfiles2020-11-18 07:15:16 UTC (rev 401332)
+++ postfix.tmpfiles2020-11-18 09:15:26 UTC (rev 401333)
@@ -7,6 +7,7 @@
 z /var/spool/postfix/defer 700 postfix root
 z /var/spool/postfix/deferred 700 postfix root
 z /var/spool/postfix/flush 700 postfix root
+z /var/spool/postfix/hold 700 postfix root
 z /var/spool/postfix/incoming 700 postfix root
 z /var/spool/postfix/maildrop 730 postfix postdrop
 z /var/spool/postfix/private 700 postfix root


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

2020-11-12 Thread David Runge via arch-commits
Date: Thursday, November 12, 2020 @ 09:30:53
  Author: dvzrv
Revision: 400446

upgpkg: postfix 3.5.8-2: Rebuild to remove unreproducible file 
/etc/postfix/makedefs.out

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 09:07:13 UTC (rev 400445)
+++ PKGBUILD2020-11-12 09:30:53 UTC (rev 400446)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.5.8
-pkgrel=1
+pkgrel=2
 url="http://www.postfix.org/;
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('EPL')
@@ -106,4 +106,6 @@
   # tmpfiles.d
   # NOTE: follow setup in conf/postfix-files
   install -vDm 644 "../${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+  # remove non-reproducible file, that only lists what the build circumstances 
were
+  rm -v "${pkgdir}/etc/${pkgname}/makedefs.out"
 }


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

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:21:54
  Author: foutrelis
Revision: 394943

upgpkg: postfix 3.5.6-2: rebuild bisson's pkgs

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:21:53 UTC (rev 394942)
+++ PKGBUILD2020-08-30 10:21:54 UTC (rev 394943)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.5.6
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Monday, July 27, 2020 @ 07:18:51
  Author: bisson
Revision: 392566

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 22:55:03 UTC (rev 392565)
+++ PKGBUILD2020-07-27 07:18:51 UTC (rev 392566)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.5
+pkgver=3.5.6
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2'
+sha256sums=('8ec0aa671582adce157675e15da1dfa7ac2b5ff653571addba643735d0ec1e6a'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-07-26 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 26, 2020 @ 07:40:31
  Author: bisson
Revision: 392546

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 22:32:00 UTC (rev 392545)
+++ PKGBUILD2020-07-26 07:40:31 UTC (rev 392546)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('fc2fb1cc27556aa2506bc287af04881cde07c83d5cb213ba835083b4bb796881'
+sha256sums=('dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-06-29 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 29, 2020 @ 17:22:01
  Author: bisson
Revision: 390595

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 15:53:46 UTC (rev 390594)
+++ PKGBUILD2020-06-29 17:22:01 UTC (rev 390595)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75'
+sha256sums=('fc2fb1cc27556aa2506bc287af04881cde07c83d5cb213ba835083b4bb796881'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-06-16 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 16, 2020 @ 07:25:19
  Author: bisson
Revision: 389293

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 06:29:22 UTC (rev 389292)
+++ PKGBUILD2020-06-16 07:25:19 UTC (rev 389293)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3'
+sha256sums=('e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-05-18 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 18, 2020 @ 19:14:50
  Author: bisson
Revision: 385486

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 17:34:00 UTC (rev 385485)
+++ PKGBUILD2020-05-18 19:14:50 UTC (rev 385486)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4'
+sha256sums=('e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 10:05:35
  Author: foutrelis
Revision: 381687

icu 67.1 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 10:03:02 UTC (rev 381686)
+++ PKGBUILD2020-04-27 10:05:35 UTC (rev 381687)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2020-04-19 Thread Gaëtan Bisson via arch-commits
Date: Sunday, April 19, 2020 @ 08:53:09
  Author: bisson
Revision: 380538

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-19 08:42:48 UTC (rev 380537)
+++ PKGBUILD2020-04-19 08:53:09 UTC (rev 380538)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('22ac929733449a294252ac8deda4b264ff48a997ff3847007291a2ee53ef55cc'
+sha256sums=('dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


[arch-commits] Commit in postfix/trunk (PKGBUILD glibc2.30.patch)

2020-03-16 Thread Gaëtan Bisson via arch-commits
Date: Monday, March 16, 2020 @ 18:39:26
  Author: bisson
Revision: 377791

upstream update

Modified:
  postfix/trunk/PKGBUILD
Deleted:
  postfix/trunk/glibc2.30.patch

-+
 PKGBUILD|   11 ++-
 glibc2.30.patch |   51 ---
 2 files changed, 2 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 17:48:36 UTC (rev 377790)
+++ PKGBUILD2020-03-16 18:39:26 UTC (rev 377791)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.10
+pkgver=3.5.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -13,12 +13,10 @@
  'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
 optdepends=('perl: postfix-collate.pl and qshape')
 
source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'glibc2.30.patch'
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('908a66fc38537a0047e8561e1bc0ef096c53357ffad16d2d728cd4fc8ae56654'
-'8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
+sha256sums=('22ac929733449a294252ac8deda4b264ff48a997ff3847007291a2ee53ef55cc'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
@@ -29,11 +27,6 @@
 provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
 replaces=('postfix-tools')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -Np1 -i ../glibc2.30.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: glibc2.30.patch
===
--- glibc2.30.patch 2020-03-16 17:48:36 UTC (rev 377790)
+++ glibc2.30.patch 2020-03-16 18:39:26 UTC (rev 377791)
@@ -1,51 +0,0 @@
-Description: fix build with glibc 2.30
- glibc 2.30 release notes at
- https://savannah.gnu.org/forum/forum.php?forum_id=9515 states:
- """
- Support for the "inet6" option in /etc/resolv.conf and the RES_USE_INET6
- resolver flag (deprecated in glibc 2.25) have been removed.
- ...
- The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub
- resolver have been removed from .
- """
- And RES_AAONLY and RES_PRIMARY are already flagged as deprecated and are
- being guarded with the same fix.
-Origin: upstream, 
https://github.com/vdukhovni/postfix/commit/3274c3cea9d739f86e84b65664aabb692e37e83f#diff-777bfb681a1cd539ddc8e1e606959ffa
-Bug: 
http://postfix.1071664.n5.nabble.com/build-failure-with-glibc-2-30-td102511.html
-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1842923
-Last-Update: 2019-09-05

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-diff --git a/postfix/src/dns/dns_str_resflags.c 
b/postfix/src/dns/dns_str_resflags.c
-index 5f2cce5e..472394c3 100644
 a/src/dns/dns_str_resflags.c
-+++ b/src/dns/dns_str_resflags.c
-@@ -52,18 +52,28 @@
- static const LONG_NAME_MASK resflag_table[] = {
- "RES_INIT", RES_INIT,
- "RES_DEBUG", RES_DEBUG,
-+#ifdef RES_AAONLY
- "RES_AAONLY", RES_AAONLY,
-+#endif
- "RES_USEVC", RES_USEVC,
-+#ifdef RES_PRIMARY
- "RES_PRIMARY", RES_PRIMARY,
-+#endif
- "RES_IGNTC", RES_IGNTC,
- "RES_RECURSE", RES_RECURSE,
- "RES_DEFNAMES", RES_DEFNAMES,
- "RES_STAYOPEN", RES_STAYOPEN,
- "RES_DNSRCH", RES_DNSRCH,
-+#ifdef RES_INSECURE1
- "RES_INSECURE1", RES_INSECURE1,
-+#endif
-+#ifdef RES_INSECURE2
- "RES_INSECURE2", RES_INSECURE2,
-+#endif
- "RES_NOALIASES", RES_NOALIASES,
-+#ifdef RES_USE_INET6
- "RES_USE_INET6", RES_USE_INET6,
-+#endif
- #ifdef RES_ROTATE
- "RES_ROTATE", RES_ROTATE,
- #endif


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

2020-03-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 12, 2020 @ 23:30:23
  Author: bisson
Revision: 377453

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:25:43 UTC (rev 377452)
+++ PKGBUILD2020-03-12 23:30:23 UTC (rev 377453)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.9
+pkgver=3.4.10
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -17,7 +17,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7'
+sha256sums=('908a66fc38537a0047e8561e1bc0ef096c53357ffad16d2d728cd4fc8ae56654'
 '8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'


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

2020-02-03 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 3, 2020 @ 22:12:51
  Author: bisson
Revision: 374561

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:18:39 UTC (rev 374560)
+++ PKGBUILD2020-02-03 22:12:51 UTC (rev 374561)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.8
+pkgver=3.4.9
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -17,7 +17,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943'
+sha256sums=('a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7'
 '8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'


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

2019-11-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 25, 2019 @ 18:14:54
  Author: bisson
Revision: 369765

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 15:38:04 UTC (rev 369764)
+++ PKGBUILD2019-11-25 18:14:54 UTC (rev 369765)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.7
-pkgrel=2
+pkgver=3.4.8
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -17,7 +17,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967'
+sha256sums=('8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943'
 '8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'


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

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Monday, November 11, 2019 @ 23:05:11
  Author: foutrelis
Revision: 367801

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 23:03:40 UTC (rev 367800)
+++ PKGBUILD2019-11-11 23:05:11 UTC (rev 367801)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.4.7
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


[arch-commits] Commit in postfix/trunk (PKGBUILD glibc2.30.patch)

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Monday, November 11, 2019 @ 23:03:40
  Author: foutrelis
Revision: 367800

Fix build with glibc 2.30

Added:
  postfix/trunk/glibc2.30.patch
Modified:
  postfix/trunk/PKGBUILD

-+
 PKGBUILD|7 +++
 glibc2.30.patch |   51 +++
 2 files changed, 58 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 22:53:54 UTC (rev 367799)
+++ PKGBUILD2019-11-11 23:03:40 UTC (rev 367800)
@@ -13,10 +13,12 @@
  'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
 optdepends=('perl: postfix-collate.pl and qshape')
 
source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'glibc2.30.patch'
 'aliases.patch'
 'sysusers.d'
 'service')
 sha256sums=('fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967'
+'8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
@@ -27,6 +29,11 @@
 provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
 replaces=('postfix-tools')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i ../glibc2.30.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: glibc2.30.patch
===
--- glibc2.30.patch (rev 0)
+++ glibc2.30.patch 2019-11-11 23:03:40 UTC (rev 367800)
@@ -0,0 +1,51 @@
+Description: fix build with glibc 2.30
+ glibc 2.30 release notes at
+ https://savannah.gnu.org/forum/forum.php?forum_id=9515 states:
+ """
+ Support for the "inet6" option in /etc/resolv.conf and the RES_USE_INET6
+ resolver flag (deprecated in glibc 2.25) have been removed.
+ ...
+ The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub
+ resolver have been removed from .
+ """
+ And RES_AAONLY and RES_PRIMARY are already flagged as deprecated and are
+ being guarded with the same fix.
+Origin: upstream, 
https://github.com/vdukhovni/postfix/commit/3274c3cea9d739f86e84b65664aabb692e37e83f#diff-777bfb681a1cd539ddc8e1e606959ffa
+Bug: 
http://postfix.1071664.n5.nabble.com/build-failure-with-glibc-2-30-td102511.html
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1842923
+Last-Update: 2019-09-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+diff --git a/postfix/src/dns/dns_str_resflags.c 
b/postfix/src/dns/dns_str_resflags.c
+index 5f2cce5e..472394c3 100644
+--- a/src/dns/dns_str_resflags.c
 b/src/dns/dns_str_resflags.c
+@@ -52,18 +52,28 @@
+ static const LONG_NAME_MASK resflag_table[] = {
+ "RES_INIT", RES_INIT,
+ "RES_DEBUG", RES_DEBUG,
++#ifdef RES_AAONLY
+ "RES_AAONLY", RES_AAONLY,
++#endif
+ "RES_USEVC", RES_USEVC,
++#ifdef RES_PRIMARY
+ "RES_PRIMARY", RES_PRIMARY,
++#endif
+ "RES_IGNTC", RES_IGNTC,
+ "RES_RECURSE", RES_RECURSE,
+ "RES_DEFNAMES", RES_DEFNAMES,
+ "RES_STAYOPEN", RES_STAYOPEN,
+ "RES_DNSRCH", RES_DNSRCH,
++#ifdef RES_INSECURE1
+ "RES_INSECURE1", RES_INSECURE1,
++#endif
++#ifdef RES_INSECURE2
+ "RES_INSECURE2", RES_INSECURE2,
++#endif
+ "RES_NOALIASES", RES_NOALIASES,
++#ifdef RES_USE_INET6
+ "RES_USE_INET6", RES_USE_INET6,
++#endif
+ #ifdef RES_ROTATE
+ "RES_ROTATE", RES_ROTATE,
+ #endif


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

2019-09-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 24, 2019 @ 18:05:41
  Author: bisson
Revision: 363357

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 17:51:30 UTC (rev 363356)
+++ PKGBUILD2019-09-24 18:05:41 UTC (rev 363357)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.6
+pkgver=3.4.7
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('d674a9b40602ee30420ee7ff93c3600e8913eeb2ea9bfb0ac1d140dac5dbe326'
+sha256sums=('fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-07-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 3, 2019 @ 17:54:02
  Author: bisson
Revision: 357272

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-03 17:50:38 UTC (rev 357271)
+++ PKGBUILD2019-07-03 17:54:02 UTC (rev 357272)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.5
-pkgrel=2
+pkgver=3.4.6
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('8b2ba54f9d2a049582a0ed3ee2dbe96ba57e278feea9cb4f80e1a61844e6319f'
+sha256sums=('d674a9b40602ee30420ee7ff93c3600e8913eeb2ea9bfb0ac1d140dac5dbe326'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 12:22:39
  Author: foutrelis
Revision: 349877

icu 64.1 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 12:20:11 UTC (rev 349876)
+++ PKGBUILD2019-04-05 12:22:39 UTC (rev 349877)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.4.5
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2019-04-01 Thread Gaëtan Bisson via arch-commits
Date: Monday, April 1, 2019 @ 18:58:31
  Author: bisson
Revision: 349545

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 18:33:44 UTC (rev 349544)
+++ PKGBUILD2019-04-01 18:58:31 UTC (rev 349545)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.4
+pkgver=3.4.5
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('27f2ab631a966a40e002aedc6db9281e5970295fa5fd96b29066e457a4601e34'
+sha256sums=('8b2ba54f9d2a049582a0ed3ee2dbe96ba57e278feea9cb4f80e1a61844e6319f'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-03-15 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 15, 2019 @ 21:02:09
  Author: bisson
Revision: 348365

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:01:38 UTC (rev 348364)
+++ PKGBUILD2019-03-15 21:02:09 UTC (rev 348365)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('e37b0517485dc9c804f17559830fb9824898a834f200ec7c4f1a6a09ee508fb0'
+sha256sums=('27f2ab631a966a40e002aedc6db9281e5970295fa5fd96b29066e457a4601e34'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-03-11 Thread Gaëtan Bisson via arch-commits
Date: Monday, March 11, 2019 @ 06:19:33
  Author: bisson
Revision: 347679

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 22:19:38 UTC (rev 347678)
+++ PKGBUILD2019-03-11 06:19:33 UTC (rev 347679)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.1
+pkgver=3.4.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('8c9763f7a8ec70d499257b7f25bb50e1f3da8a4c43e59826ba8a26c4a778d0ce'
+sha256sums=('e37b0517485dc9c804f17559830fb9824898a834f200ec7c4f1a6a09ee508fb0'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
@@ -27,11 +27,6 @@
 provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
 replaces=('postfix-tools')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/Linux.\[34\]/c Linux.5.*) SYSTYPE=LINUX4' -i makedefs
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2019-03-08 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 8, 2019 @ 17:28:48
  Author: bisson
Revision: 347444

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-08 17:23:07 UTC (rev 347443)
+++ PKGBUILD2019-03-08 17:28:48 UTC (rev 347444)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('591bdd42e550388d772d24df2353471faecfc7426f56fd8753cd44e7ae4afee9'
+sha256sums=('8c9763f7a8ec70d499257b7f25bb50e1f3da8a4c43e59826ba8a26c4a778d0ce'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
@@ -27,6 +27,11 @@
 provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
 replaces=('postfix-tools')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/Linux.\[34\]/c Linux.5.*) SYSTYPE=LINUX4' -i makedefs
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2019-02-28 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 1, 2019 @ 00:14:01
  Author: bisson
Revision: 346958

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 00:12:15 UTC (rev 346957)
+++ PKGBUILD2019-03-01 00:14:01 UTC (rev 346958)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.3
+pkgver=3.4.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('8740ab65037500ee7844192cf6b798d52ecc4838cd018337a504c52da813285a'
+sha256sums=('591bdd42e550388d772d24df2353471faecfc7426f56fd8753cd44e7ae4afee9'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-02-27 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 27, 2019 @ 23:12:25
  Author: bisson
Revision: 346924

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 21:39:26 UTC (rev 346923)
+++ PKGBUILD2019-02-27 23:12:25 UTC (rev 346924)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.2
-pkgrel=3
+pkgver=3.3.3
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('3c93f31eee49a58e592c31e62a058701cadde11e8e066ea441da19fddad7b35b'
+sha256sums=('8740ab65037500ee7844192cf6b798d52ecc4838cd018337a504c52da813285a'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 14:34:36
  Author: felixonmars
Revision: 344237

MariaDB 10.3 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 14:33:55 UTC (rev 344236)
+++ PKGBUILD2019-01-16 14:34:36 UTC (rev 344237)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.3.2
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 11:30:37
  Author: felixonmars
Revision: 344222

MariaDB 10.3 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 11:29:33 UTC (rev 344221)
+++ PKGBUILD2019-01-16 11:30:37 UTC (rev 344222)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2018-11-26 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 26, 2018 @ 18:29:25
  Author: bisson
Revision: 340410

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 15:44:04 UTC (rev 340409)
+++ PKGBUILD2018-11-26 18:29:25 UTC (rev 340410)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.1
-pkgrel=4
+pkgver=3.3.2
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -14,11 +14,11 @@
 optdepends=('perl: postfix-collate.pl and qshape')
 
source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
-   'sysusers.d'
+'sysusers.d'
 'service')
-sha256sums=('54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b'
+sha256sums=('3c93f31eee49a58e592c31e62a058701cadde11e8e066ea441da19fddad7b35b'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-   '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
+'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
@@ -31,28 +31,28 @@
cd "${srcdir}/${pkgname}-${pkgver}"
 
CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+   -DHAS_LDAP
+   -DUSE_TLS
+   -DHAS_MYSQL -I/usr/include/mysql
+   -DHAS_PGSQL -I/usr/include/postgresql
+   -DHAS_SQLITE
+   -DHAS_CDB
+   -DDEF_COMMAND_DIR=\"/usr/bin\"
+   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
+   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
+   '
AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
+   -lsasl2
+   -lldap -llber
+   -lssl -lcrypto
+   -lmysqlclient -lz -lm
+   -lpq
+   -lsqlite3 -lpthread
+   -lcdb
+   '
make makefiles \
DEBUG='' \
pie=yes \
@@ -96,12 +96,12 @@
cd "${pkgdir}"
LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
sh "${srcdir}/arch-post-install" \
-command_directory=usr/bin \
-config_directory=etc/postfix \
-meta_directory=etc/postfix \
-setgid_group=75 \
-mail_owner=73 \
-set-permissions
+   command_directory=usr/bin \
+   config_directory=etc/postfix \
+   meta_directory=etc/postfix \
+   setgid_group=75 \
+   mail_owner=73 \
+   set-permissions
 
patch --no-backup-if-mismatch -p0 -i "${srcdir}"/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files"


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

2018-11-17 Thread Florian Pritz via arch-commits
Date: Saturday, November 17, 2018 @ 08:58:41
  Author: bluewind
Revision: 340020

upgpkg: postfix 3.3.1-4

Add qshape and collate.pl

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 08:49:09 UTC (rev 340019)
+++ PKGBUILD2018-11-17 08:58:41 UTC (rev 340020)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.3.1
-pkgrel=3
+pkgrel=4
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -11,6 +11,7 @@
 arch=('x86_64')
 depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+optdepends=('perl: postfix-collate.pl and qshape')
 
source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
'sysusers.d'
@@ -79,6 +80,12 @@
install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
done
 
+   name=qshape
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
+
+   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
+
# now set permissions right to appease the pacman gods
sed -r \
-e '/override=1/d' \


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

2018-10-22 Thread Felix Yan via arch-commits
Date: Monday, October 22, 2018 @ 19:59:06
  Author: felixonmars
Revision: 337046

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 19:58:54 UTC (rev 337045)
+++ PKGBUILD2018-10-22 19:59:06 UTC (rev 337046)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 16:35:51
  Author: foutrelis
Revision: 331011

icu 62.1 / poppler 0.67.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 16:35:07 UTC (rev 331010)
+++ PKGBUILD2018-08-06 16:35:51 UTC (rev 331011)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2018-05-20 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 20, 2018 @ 21:33:31
  Author: bisson
Revision: 324647

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 21:29:46 UTC (rev 324646)
+++ PKGBUILD2018-05-20 21:33:31 UTC (rev 324647)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -12,11 +12,11 @@
 arch=('x86_64')
 depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
'sysusers.d'
 'service')
-sha256sums=('7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39'
+sha256sums=('54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2018-04-11 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 11, 2018 @ 19:06:31
  Author: bisson
Revision: 321579

rebuild with standalone libnsl

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 19:01:17 UTC (rev 321578)
+++ PKGBUILD2018-04-11 19:06:31 UTC (rev 321579)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 20:52:38
  Author: foutrelis
Revision: 320402

icu 61.1 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 20:49:10 UTC (rev 320401)
+++ PKGBUILD2018-03-27 20:52:38 UTC (rev 320402)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2018-02-22 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 22, 2018 @ 10:09:38
  Author: bisson
Revision: 317389

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-22 09:46:50 UTC (rev 317388)
+++ PKGBUILD2018-02-22 10:09:38 UTC (rev 317389)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.5
+pkgver=3.3.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
'sysusers.d'
 'service')
-sha256sums=('7d0b841d3a46e7c64f392fcc4de5dd3f4bdcfd0b9e48fc235bdff6a208f0f376'
+sha256sums=('7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2018-01-28 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 28, 2018 @ 23:18:08
  Author: bisson
Revision: 315545

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 22:10:43 UTC (rev 315544)
+++ PKGBUILD2018-01-28 23:18:08 UTC (rev 315545)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.4
-pkgrel=3
+pkgver=3.2.5
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -16,7 +16,7 @@
 'aliases.patch'
'sysusers.d'
 'service')
-sha256sums=('ec55ebaa2aa464792af8d5ee103eb68b27a42dc2b36a02fee42dafbf9740c7f6'
+sha256sums=('7d0b841d3a46e7c64f392fcc4de5dd3f4bdcfd0b9e48fc235bdff6a208f0f376'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


[arch-commits] Commit in postfix/trunk (PKGBUILD install sysusers.d)

2017-12-16 Thread Gaëtan Bisson via arch-commits
Date: Saturday, December 16, 2017 @ 22:35:51
  Author: bisson
Revision: 312982

switch to systemd-sysusers

Added:
  postfix/trunk/sysusers.d
Modified:
  postfix/trunk/PKGBUILD
Deleted:
  postfix/trunk/install

+
 PKGBUILD   |7 ---
 install|   16 
 sysusers.d |2 ++
 3 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-16 22:04:46 UTC (rev 312981)
+++ PKGBUILD2017-12-16 22:35:51 UTC (rev 312982)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.4
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -14,9 +14,11 @@
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
+   'sysusers.d'
 'service')
 sha256sums=('ec55ebaa2aa464792af8d5ee103eb68b27a42dc2b36a02fee42dafbf9740c7f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+   '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
@@ -25,8 +27,6 @@
 provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
 replaces=('postfix-tools')
 
-install=install
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -73,6 +73,7 @@
 
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
 
for name in posttls-finger {smtp,qmqp}-{sink,source}; do
install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"

Deleted: install
===
--- install 2017-12-16 22:04:46 UTC (rev 312981)
+++ install 2017-12-16 22:35:51 UTC (rev 312982)
@@ -1,16 +0,0 @@
-post_upgrade() {
-   if [[ $(vercmp $2 3.0.0-3) -eq -1 ]]; then
-   echo '==> The postfix daemon binaries have moved.'
-   echo '==> Please restart postfix as soon as possible.'
-   elif [[ $(vercmp $2 3.0.1-1) -eq -1 ]]; then
-   echo '==> Several Postfix-internal protocols have changed.'
-   echo '==> Please restart postfix as soon as possible.'
-   fi
-}
-
-post_install() {
-   getent group postdrop &>/dev/null || groupadd -g 75 postdrop >/dev/null
-   getent group postfix  &>/dev/null || groupadd -g 73 postfix  >/dev/null
-   getent passwd postfix &>/dev/null || useradd -u 73 -d 
/var/spool/postfix -g postfix -s /bin/false postfix >/dev/null
-   true
-}

Added: sysusers.d
===
--- sysusers.d  (rev 0)
+++ sysusers.d  2017-12-16 22:35:51 UTC (rev 312982)
@@ -0,0 +1,2 @@
+g postdrop 75 -
+u postfix 73 - /var/spool/postfix


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

2017-11-12 Thread Evangelos Foutras
Date: Sunday, November 12, 2017 @ 12:10:32
  Author: foutrelis
Revision: 309597

icu 60.1 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 12:01:53 UTC (rev 309596)
+++ PKGBUILD2017-11-12 12:10:32 UTC (rev 309597)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2017-10-29 Thread Gaëtan Bisson
Date: Sunday, October 29, 2017 @ 22:06:14
  Author: bisson
Revision: 308614

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 21:37:29 UTC (rev 308613)
+++ PKGBUILD2017-10-29 22:06:14 UTC (rev 308614)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf'
+sha256sums=('ec55ebaa2aa464792af8d5ee103eb68b27a42dc2b36a02fee42dafbf9740c7f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 


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

2017-09-25 Thread Gaëtan Bisson
Date: Monday, September 25, 2017 @ 19:47:48
  Author: bisson
Revision: 306226

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-25 18:48:03 UTC (rev 306225)
+++ PKGBUILD2017-09-25 19:47:48 UTC (rev 306226)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576'
+sha256sums=('5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 


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

2017-06-13 Thread Gaëtan Bisson
Date: Wednesday, June 14, 2017 @ 02:49:41
  Author: bisson
Revision: 298788

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 02:01:18 UTC (rev 298787)
+++ PKGBUILD2017-06-14 02:49:41 UTC (rev 298788)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('79f8a468e24f7fd7568161e7579e3dde76c1941a0f3e9f8e50bf9a8d6aa41918'
+sha256sums=('d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 


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

2017-06-11 Thread Gaëtan Bisson
Date: Sunday, June 11, 2017 @ 10:15:26
  Author: bisson
Revision: 298600

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 06:20:38 UTC (rev 298599)
+++ PKGBUILD2017-06-11 10:15:26 UTC (rev 298600)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.0
-pkgrel=6
+pkgver=3.2.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+sha256sums=('79f8a468e24f7fd7568161e7579e3dde76c1941a0f3e9f8e50bf9a8d6aa41918'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
@@ -48,7 +48,7 @@
 -lsasl2
 -lldap -llber
 -lssl -lcrypto
--lmariadb -lz -lm
+-lmysqlclient -lz -lm
 -lpq
 -lsqlite3 -lpthread
 -lcdb


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

2017-05-31 Thread Evangelos Foutras
Date: Wednesday, May 31, 2017 @ 08:16:59
  Author: foutrelis
Revision: 296888

MariaDB 10.2.6 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 08:00:13 UTC (rev 296887)
+++ PKGBUILD2017-05-31 08:16:59 UTC (rev 296888)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=5
+pkgrel=6
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:22:03
  Author: foutrelis
Revision: 296612

MariaDB 10.2.6 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:15:59 UTC (rev 296611)
+++ PKGBUILD2017-05-25 22:22:03 UTC (rev 296612)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=4
+pkgrel=5
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 15:54:46
  Author: eworm
Revision: 296577

prepare for mariadb 10.2.x

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 15:52:53 UTC (rev 296576)
+++ PKGBUILD2017-05-25 15:54:46 UTC (rev 296577)
@@ -48,7 +48,7 @@
 -lsasl2
 -lldap -llber
 -lssl -lcrypto
--lmysqlclient -lz -lm
+-lmariadb -lz -lm
 -lpq
 -lsqlite3 -lpthread
 -lcdb


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

2017-04-24 Thread Evangelos Foutras
Date: Monday, April 24, 2017 @ 20:26:40
  Author: foutrelis
Revision: 294562

icu 59.1 / hunspell 1.6.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 20:22:26 UTC (rev 294561)
+++ PKGBUILD2017-04-24 20:26:40 UTC (rev 294562)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2017-04-14 Thread Gaëtan Bisson
Date: Saturday, April 15, 2017 @ 04:38:08
  Author: bisson
Revision: 292921

fix FS#53671

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-14 11:20:05 UTC (rev 292920)
+++ PKGBUILD2017-04-15 04:38:08 UTC (rev 292921)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -96,6 +96,6 @@
 mail_owner=73 \
 set-permissions
 
-   patch -p0 -i "${srcdir}"/aliases.patch
+   patch --no-backup-if-mismatch -p0 -i "${srcdir}"/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files"
 }


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

2017-03-16 Thread Bartłomiej Piotrowski
Date: Thursday, March 16, 2017 @ 09:49:26
  Author: bpiotrowski
Revision: 290918

upgpkg: postfix 3.2.0-2

rebuild against openssl 1.1.0

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 09:37:36 UTC (rev 290917)
+++ PKGBUILD2017-03-16 09:49:26 UTC (rev 290918)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:09:49
  Author: bisson
Revision: 289877

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:16:22 UTC (rev 289876)
+++ PKGBUILD2017-03-02 09:09:49 UTC (rev 289877)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.4
+pkgver=3.2.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('f33b470c47ae8b4ff199ab55dc42e86031ff0c535ccbc83069c8cff69b5bd027'
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:02
  Author: bisson
Revision: 289830

switch to sha256sum

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:57 UTC (rev 289829)
+++ PKGBUILD2017-03-02 01:35:02 UTC (rev 289830)
@@ -15,9 +15,9 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('2889744044d85209563dc0b5388eb32c8b1f93f0'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+sha256sums=('f33b470c47ae8b4ff199ab55dc42e86031ff0c535ccbc83069c8cff69b5bd027'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 


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

2017-01-02 Thread Gaëtan Bisson
Date: Monday, January 2, 2017 @ 19:48:41
  Author: bisson
Revision: 285216

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 19:16:31 UTC (rev 285215)
+++ PKGBUILD2017-01-02 19:48:41 UTC (rev 285216)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.3
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0'
+sha1sums=('2889744044d85209563dc0b5388eb32c8b1f93f0'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 13:10:34
  Author: foutrelis
Revision: 282033

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 13:07:32 UTC (rev 282032)
+++ PKGBUILD2016-11-26 13:10:34 UTC (rev 282033)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2016-10-04 Thread Gaëtan Bisson
Date: Tuesday, October 4, 2016 @ 18:13:08
  Author: bisson
Revision: 277703

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 17:07:01 UTC (rev 277702)
+++ PKGBUILD2016-10-04 18:13:08 UTC (rev 277703)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
+sha1sums=('0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 15:02:45
  Author: bisson
Revision: 274809

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 14:49:43 UTC (rev 274808)
+++ PKGBUILD2016-08-29 15:02:45 UTC (rev 274809)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('e1c8ba08cd2ef1ee0d01d1946e2b3272708e6a7d'
+sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 19:50:48
  Author: heftig
Revision: 272657

3.1.1-2

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |2 +-
 install  |7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 19:50:32 UTC (rev 272656)
+++ PKGBUILD2016-07-28 19:50:48 UTC (rev 272657)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')

Modified: install
===
--- install 2016-07-28 19:50:32 UTC (rev 272656)
+++ install 2016-07-28 19:50:48 UTC (rev 272657)
@@ -14,10 +14,3 @@
getent passwd postfix &>/dev/null || useradd -u 73 -d 
/var/spool/postfix -g postfix -s /bin/false postfix >/dev/null
true
 }
-
-pre_remove() {
-   getent passwd postfix &>/dev/null && userdel  postfix  >/dev/null
-   getent group postfix  &>/dev/null && groupdel postfix  >/dev/null
-   getent group postdrop &>/dev/null && groupdel postdrop >/dev/null
-   true
-}


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

2016-05-15 Thread Gaetan Bisson
Date: Monday, May 16, 2016 @ 00:25:11
  Author: bisson
Revision: 268073

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-15 18:00:50 UTC (rev 268072)
+++ PKGBUILD2016-05-15 22:25:11 UTC (rev 268073)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.0
-pkgrel=4
+pkgver=3.1.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('a79409958c0327dc605473d2522483219464cbd2'
+sha1sums=('e1c8ba08cd2ef1ee0d01d1946e2b3272708e6a7d'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 11:57:26
  Author: bpiotrowski
Revision: 260798

OpenSSL 1.0.2g rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 10:55:06 UTC (rev 260797)
+++ PKGBUILD2016-03-04 10:57:26 UTC (rev 260798)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2016-02-25 Thread Gaetan Bisson
Date: Friday, February 26, 2016 @ 03:18:30
  Author: bisson
Revision: 260252

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 16:51:26 UTC (rev 260251)
+++ PKGBUILD2016-02-26 02:18:30 UTC (rev 260252)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.0.4
+pkgver=3.1.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('c9465b42e853453a959fb03f02a1caf9e3276ad7'
+sha1sums=('a79409958c0327dc605473d2522483219464cbd2'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-02-22 Thread Gaetan Bisson
Date: Tuesday, February 23, 2016 @ 08:55:59
  Author: bisson
Revision: 260172

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-23 04:24:42 UTC (rev 260171)
+++ PKGBUILD2016-02-23 07:55:59 UTC (rev 260172)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('7885ac3d98bc5635d639e94f3b18b1f09446d654'
+sha1sums=('c9465b42e853453a959fb03f02a1caf9e3276ad7'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2015-11-01 Thread Bartłomiej Piotrowski
Date: Sunday, November 1, 2015 @ 11:21:53
  Author: bpiotrowski
Revision: 249909

icu 56.1 / poppler 0.37.0 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-01 10:19:48 UTC (rev 249908)
+++ PKGBUILD2015-11-01 10:21:53 UTC (rev 249909)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2015-10-11 Thread Gaetan Bisson
Date: Monday, October 12, 2015 @ 01:07:03
  Author: bisson
Revision: 248899

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 22:16:07 UTC (rev 248898)
+++ PKGBUILD2015-10-11 23:07:03 UTC (rev 248899)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('9d75ca3c207441a38a79a2c8ceaa398c2b9cdc4e'
+sha1sums=('7885ac3d98bc5635d639e94f3b18b1f09446d654'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2015-08-29 Thread Gaetan Bisson
Date: Sunday, August 30, 2015 @ 06:36:52
  Author: bisson
Revision: 245079

implement FS#46143

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 00:54:58 UTC (rev 245078)
+++ PKGBUILD2015-08-30 04:36:52 UTC (rev 245079)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -55,6 +55,7 @@
 '
make makefiles \
DEBUG='' \
+   pie=yes \
shared=yes \
CCARGS=${CCARGS//$'\n'/} \
AUXLIBS=${AUXLIBS//$'\n'/} \


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

2015-07-21 Thread Gaetan Bisson
Date: Tuesday, July 21, 2015 @ 21:06:56
  Author: bisson
Revision: 242400

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 18:57:40 UTC (rev 242399)
+++ PKGBUILD2015-07-21 19:06:56 UTC (rev 242400)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('2878a6c1bda51b761183f742814ca3072570d91f'
+sha1sums=('9d75ca3c207441a38a79a2c8ceaa398c2b9cdc4e'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2015-04-13 Thread Gaetan Bisson
Date: Monday, April 13, 2015 @ 18:33:13
  Author: bisson
Revision: 236373

upstream update

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |6 +++---
 install  |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-13 15:20:28 UTC (rev 236372)
+++ PKGBUILD2015-04-13 16:33:13 UTC (rev 236373)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.0.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+sha1sums=('2878a6c1bda51b761183f742814ca3072570d91f'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 

Modified: install
===
--- install 2015-04-13 15:20:28 UTC (rev 236372)
+++ install 2015-04-13 16:33:13 UTC (rev 236373)
@@ -2,6 +2,9 @@
if [[ $(vercmp $2 3.0.0-3) -eq -1 ]]; then
echo '== The postfix daemon binaries have moved.'
echo '== Please restart postfix as soon as possible.'
+   elif [[ $(vercmp $2 3.0.1-1) -eq -1 ]]; then
+   echo '== Several Postfix-internal protocols have changed.'
+   echo '== Please restart postfix as soon as possible.'
fi
/usr/lib/postfix/bin/post-install command_directory=/usr/bin 
meta_directory=/etc/postfix upgrade-configuration
 }


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

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 21:13:36
  Author: bisson
Revision: 235399

rebuild for icu-55.1

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:05:42 UTC (rev 235398)
+++ PKGBUILD2015-04-03 19:13:36 UTC (rev 235399)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2015-03-19 Thread Gaetan Bisson
Date: Thursday, March 19, 2015 @ 22:00:40
  Author: bisson
Revision: 234173

fix FS#43823 and FS#43646

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |   24 
 install  |7 +--
 2 files changed, 25 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 19:37:23 UTC (rev 234172)
+++ PKGBUILD2015-03-19 21:00:40 UTC (rev 234173)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -39,10 +39,9 @@
 -DHAS_SQLITE
 -DHAS_CDB
 -DDEF_COMMAND_DIR=\/usr/bin\
--DDEF_DAEMON_DIR=\/usr/lib/postfix\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
 -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
 -DDEF_README_DIR=\/usr/share/doc/postfix\
--DDEF_SAMPLE_DIR=\/etc/postfix/sample\
 -DDEF_MANPAGE_DIR=\/usr/share/man\
 '
AUXLIBS='
@@ -67,7 +66,8 @@
 package() {
cd ${srcdir}/postfix-${pkgver}
 
-LD_PRELOAD= LD_LIBRARY_PATH=./lib \
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
sh postfix-install -non-interactive install_root=${pkgdir}
 
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -78,7 +78,23 @@
install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
done
 
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install  ../arch-post-install
cd ${pkgdir}
+   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
+   sh ${srcdir}/arch-post-install \
+command_directory=usr/bin \
+config_directory=etc/postfix \
+meta_directory=etc/postfix \
+setgid_group=75 \
+mail_owner=73 \
+set-permissions
+
patch -p0 -i ${srcdir}/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i etc/postfix/postfix-files
 }

Modified: install
===
--- install 2015-03-19 19:37:23 UTC (rev 234172)
+++ install 2015-03-19 21:00:40 UTC (rev 234173)
@@ -1,6 +1,9 @@
 post_upgrade() {
-   /usr/lib/postfix/post-install meta_directory=/etc/postfix 
daemon_directory=/usr/lib/postfix command_directory=/usr/bin upgrade-package
-   chown postfix var/lib/postfix
+   if [[ $(vercmp $2 3.0.0-3) -eq -1 ]]; then
+   echo '== The postfix daemon binaries have moved.'
+   echo '== Please restart postfix as soon as possible.'
+   fi
+   /usr/lib/postfix/bin/post-install command_directory=/usr/bin 
meta_directory=/etc/postfix upgrade-configuration
 }
 
 post_install() {


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

2015-02-11 Thread Gaetan Bisson
Date: Thursday, February 12, 2015 @ 05:13:19
  Author: bisson
Revision: 231316

implement FS#43789

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 03:56:27 UTC (rev 231315)
+++ PKGBUILD2015-02-12 04:13:19 UTC (rev 231316)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 22:08:45
  Author: bisson
Revision: 231241

upstream update, use shared libs, merge postfix-tools, modernize PKGBUILD

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |  104 ++---
 install  |2 -
 2 files changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:40:38 UTC (rev 231240)
+++ PKGBUILD2015-02-10 21:08:45 UTC (rev 231241)
@@ -3,82 +3,82 @@
 # Contributor: Paul Mattal p...@archlinux.org
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
-pkgname=(postfix postfix-tools)
-pkgbase=postfix
-pkgver=2.11.3
-pkgrel=2
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=1
 url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('i686' 'x86_64')
-_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
-'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-_postfix_tools_depends=('openssl')
-makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
+depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('2c0e974d7a24eb48e352c9268b5bb131e7c9debf'
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\/usr/bin\ \
-   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
-   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_SAMPLE_DIR=\/etc/postfix/sample\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
 
make
 }
 
-package_postfix() {
-   pkgdesc='Fast, easy to administer, secure mail server'
-   depends=(${_postfix_depends[@]})
-   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-   provides=('smtp-server' 'smtp-forwarder')
-   conflicts=('smtp-server' 'smtp-forwarder')
-   install=install
+package() {
cd ${srcdir}/postfix-${pkgver}
 
+LD_PRELOAD= LD_LIBRARY_PATH=./lib \
sh postfix-install -non-interactive install_root=${pkgdir}
 
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
 
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}
-
-package_postfix-tools() {
-   pkgdesc='SMTP/QMQP tools from the postfix distribution'
- 

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

2015-01-31 Thread Pierre Schmitz
Date: Saturday, January 31, 2015 @ 14:03:07
  Author: pierre
Revision: 230320

upgpkg: postfix 2.11.3-2

Rebuild with OpenSSL 1.0.2 to supress the following Postfix warning:

warning: run-time library vs. compile-time header version mismatch: OpenSSL 
1.0.2 may not be compatible with OpenSSL 1.0.1

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:59:33 UTC (rev 230319)
+++ PKGBUILD2015-01-31 13:03:07 UTC (rev 230320)
@@ -6,7 +6,7 @@
 pkgname=(postfix postfix-tools)
 pkgbase=postfix
 pkgver=2.11.3
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')


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

2014-10-19 Thread Gaetan Bisson
Date: Monday, October 20, 2014 @ 04:21:05
  Author: bisson
Revision: 224856

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 02:14:58 UTC (rev 224855)
+++ PKGBUILD2014-10-20 02:21:05 UTC (rev 224856)
@@ -5,7 +5,7 @@
 
 pkgname=(postfix postfix-tools)
 pkgbase=postfix
-pkgver=2.11.2
+pkgver=2.11.3
 pkgrel=1
 url='http://www.postfix.org/'
 license=('custom')
@@ -17,7 +17,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('97cd1710cf1c253ac8d892780daa03f7a4d6a940'
+sha1sums=('2c0e974d7a24eb48e352c9268b5bb131e7c9debf'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2014-10-13 Thread Gaetan Bisson
Date: Tuesday, October 14, 2014 @ 05:40:16
  Author: bisson
Revision: 224299

upstream update, remove sig with obsolete hash function

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 22:34:43 UTC (rev 224298)
+++ PKGBUILD2014-10-14 03:40:16 UTC (rev 224299)
@@ -5,7 +5,7 @@
 
 pkgname=(postfix postfix-tools)
 pkgbase=postfix
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
 url='http://www.postfix.org/'
 license=('custom')
@@ -14,10 +14,10 @@
 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 _postfix_tools_depends=('openssl')
 makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('4034171013bde30600724f79c37f82d69a802ad0' 'SKIP'
+sha1sums=('97cd1710cf1c253ac8d892780daa03f7a4d6a940'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2014-05-08 Thread Gaetan Bisson
Date: Thursday, May 8, 2014 @ 10:56:03
  Author: bisson
Revision: 212120

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-08 08:34:11 UTC (rev 212119)
+++ PKGBUILD2014-05-08 08:56:03 UTC (rev 212120)
@@ -5,8 +5,8 @@
 
 pkgname=(postfix postfix-tools)
 pkgbase=postfix
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service')
-sha1sums=('bc1fd50412742d9c28232b07c7d2139e37d3de28' 'SKIP'
+sha1sums=('4034171013bde30600724f79c37f82d69a802ad0' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 



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

2014-02-12 Thread Florian Pritz
Date: Wednesday, February 12, 2014 @ 18:16:00
  Author: bluewind
Revision: 205881

upgpkg: postfix 2.11.0-2

add postfix-tools

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 28 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-12 15:48:26 UTC (rev 205880)
+++ PKGBUILD2014-02-12 17:16:00 UTC (rev 205881)
@@ -3,16 +3,17 @@
 # Contributor: Paul Mattal p...@archlinux.org
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
-pkgname=postfix
+pkgname=(postfix postfix-tools)
+pkgbase=postfix
 pkgver=2.11.0
-pkgrel=1
-pkgdesc='Fast, easy to administer, secure mail server'
+pkgrel=2
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
+'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+_postfix_tools_depends=('openssl')
+makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service')
@@ -20,11 +21,6 @@
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-
-install=install
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -55,8 +51,14 @@
make
 }
 
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+package_postfix() {
+   pkgdesc='Fast, easy to administer, secure mail server'
+   depends=(${_postfix_depends[@]})
+   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+   provides=('smtp-server' 'smtp-forwarder')
+   conflicts=('smtp-server' 'smtp-forwarder')
+   install=install
+   cd ${srcdir}/postfix-${pkgver}
 
sh postfix-install -non-interactive install_root=${pkgdir}
 
@@ -67,3 +69,16 @@
patch -p0 -i ${srcdir}/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
 }
+
+package_postfix-tools() {
+   pkgdesc='SMTP/QMQP tools from the postfix distribution'
+   depends=(${_postfix_tools_depends[@]})
+   cd ${srcdir}/postfix-${pkgver}
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
$pkgdir/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} $pkgdir/usr/bin/${name}
+   done
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-01-15 Thread Gaetan Bisson
Date: Thursday, January 16, 2014 @ 04:04:49
  Author: bisson
Revision: 204269

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-16 00:47:17 UTC (rev 204268)
+++ PKGBUILD2014-01-16 03:04:49 UTC (rev 204269)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service')
-sha1sums=('4721024784d071c3e663d610db17f8bd99821f3d' 'SKIP'
+sha1sums=('bc1fd50412742d9c28232b07c7d2139e37d3de28' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 



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

2013-09-05 Thread Gaetan Bisson
Date: Friday, September 6, 2013 @ 04:50:31
  Author: bisson
Revision: 193912

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-05 21:03:51 UTC (rev 193911)
+++ PKGBUILD2013-09-06 02:50:31 UTC (rev 193912)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service')
-sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
+sha1sums=('4721024784d071c3e663d610db17f8bd99821f3d' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 



[arch-commits] Commit in postfix/trunk (PKGBUILD buildfix_db6.diff)

2013-08-20 Thread Gaetan Bisson
Date: Wednesday, August 21, 2013 @ 07:49:52
  Author: bisson
Revision: 193479

revert migration to Oracle's DB6

Modified:
  postfix/trunk/PKGBUILD
Deleted:
  postfix/trunk/buildfix_db6.diff

---+
 PKGBUILD  |   10 ++
 buildfix_db6.diff |   11 ---
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 02:11:50 UTC (rev 193478)
+++ PKGBUILD2013-08-21 05:49:52 UTC (rev 193479)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.1
-pkgrel=2
+pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -14,12 +14,9 @@
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
-'buildfix_db6.diff'
 'aliases.patch'
 'service')
-sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2'
-  'SKIP'
-  '50663b218f59d5c16d523c8949dc4e736fb7da37'
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
@@ -31,9 +28,6 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   # fix build with Berkeley DB 6.x - let's pray db format hasn't changed
-   patch -Np1 -i $srcdir/buildfix_db6.diff
-
make makefiles DEBUG='' CCARGS=' \
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-DHAS_LDAP \

Deleted: buildfix_db6.diff
===
--- buildfix_db6.diff   2013-08-21 02:11:50 UTC (rev 193478)
+++ buildfix_db6.diff   2013-08-21 05:49:52 UTC (rev 193479)
@@ -1,11 +0,0 @@
 postfix-2.10.1/src/util/dict_db.c  2013-08-07 20:21:59.935379313 +0200
-+++ postfix-2.10.1/src/util/dict_db.c.new  2013-08-07 20:24:10.172473653 
+0200
-@@ -693,7 +693,7 @@
-   msg_fatal(set DB cache size %d: %m, dict_db_cache_size);
- if (type == DB_HASH  db-set_h_nelem(db, DICT_DB_NELM) != 0)
-   msg_fatal(set DB hash element count %d: %m, DICT_DB_NELM);
--#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
-+#if DB_VERSION_MAJOR == 6 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
- if ((errno = db-open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
-   FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags,
-  open database %s: %m, db_path));



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

2013-08-19 Thread Gaetan Bisson
Date: Monday, August 19, 2013 @ 15:58:17
  Author: bisson
Revision: 193389

fix FS#36595 

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/service

--+
 PKGBUILD |2 +-
 service  |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:46:42 UTC (rev 193388)
+++ PKGBUILD2013-08-19 13:58:17 UTC (rev 193389)
@@ -21,7 +21,7 @@
   'SKIP'
   '50663b218f59d5c16d523c8949dc4e736fb7da37'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')

Modified: service
===
--- service 2013-08-19 10:46:42 UTC (rev 193388)
+++ service 2013-08-19 13:58:17 UTC (rev 193389)
@@ -5,9 +5,9 @@
 [Service]
 Type=forking
 PIDFile=/var/spool/postfix/pid/master.pid
-ExecStart=/usr/sbin/postfix start
-ExecStop=/usr/sbin/postfix stop
-ExecReload=/usr/sbin/postfix reload
+ExecStart=/usr/bin/postfix start
+ExecStop=/usr/bin/postfix stop
+ExecReload=/usr/bin/postfix reload
 Restart=always
 
 [Install]



[arch-commits] Commit in postfix/trunk (PKGBUILD buildfix_db6.diff)

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:29:18
  Author: andyrtr
Revision: 192211

upgpkg: postfix 2.10.1-2

db rebuild - requires testing

Added:
  postfix/trunk/buildfix_db6.diff
Modified:
  postfix/trunk/PKGBUILD

---+
 PKGBUILD  |   10 --
 buildfix_db6.diff |   11 +++
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 18:08:44 UTC (rev 192210)
+++ PKGBUILD2013-08-07 18:29:18 UTC (rev 192211)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -14,9 +14,12 @@
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+'buildfix_db6.diff'
 'aliases.patch'
 'service')
-sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2'
+  'SKIP'
+  '50663b218f59d5c16d523c8949dc4e736fb7da37'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
 
@@ -28,6 +31,9 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   # fix build with Berkeley DB 6.x - let's pray db format hasn't changed
+   patch -Np1 -i $srcdir/buildfix_db6.diff
+
make makefiles DEBUG='' CCARGS=' \
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-DHAS_LDAP \

Added: buildfix_db6.diff
===
--- buildfix_db6.diff   (rev 0)
+++ buildfix_db6.diff   2013-08-07 18:29:18 UTC (rev 192211)
@@ -0,0 +1,11 @@
+--- postfix-2.10.1/src/util/dict_db.c  2013-08-07 20:21:59.935379313 +0200
 postfix-2.10.1/src/util/dict_db.c.new  2013-08-07 20:24:10.172473653 
+0200
+@@ -693,7 +693,7 @@
+   msg_fatal(set DB cache size %d: %m, dict_db_cache_size);
+ if (type == DB_HASH  db-set_h_nelem(db, DICT_DB_NELM) != 0)
+   msg_fatal(set DB hash element count %d: %m, DICT_DB_NELM);
+-#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
++#if DB_VERSION_MAJOR == 6 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
+ if ((errno = db-open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
+   FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags,
+  open database %s: %m, db_path));



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

2013-06-23 Thread Gaetan Bisson
Date: Monday, June 24, 2013 @ 01:23:30
  Author: bisson
Revision: 188890

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-23 22:30:41 UTC (rev 19)
+++ PKGBUILD2013-06-23 23:23:30 UTC (rev 188890)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.10.0
-pkgrel=7
+pkgver=2.10.1
+pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service')
-sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
 



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

2013-06-04 Thread Gaetan Bisson
Date: Tuesday, June 4, 2013 @ 18:14:24
  Author: bisson
Revision: 187154

fix migration from /usr/sbin/postconf to /usr/bin/postconf

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |2 +-
 install  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:14:10 UTC (rev 187153)
+++ PKGBUILD2013-06-04 16:14:24 UTC (rev 187154)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')

Modified: install
===
--- install 2013-06-04 16:14:10 UTC (rev 187153)
+++ install 2013-06-04 16:14:24 UTC (rev 187154)
@@ -1,5 +1,5 @@
 post_upgrade() {
-   /usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix 
upgrade-package
+   /usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix 
command_directory=/usr/bin upgrade-package
chown postfix var/lib/postfix
 }
 



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

2013-05-30 Thread Gaetan Bisson
Date: Thursday, May 30, 2013 @ 16:22:31
  Author: bisson
Revision: 186689

move all binaries including sendmail to /usr/bin

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:45:34 UTC (rev 186688)
+++ PKGBUILD2013-05-30 14:22:31 UTC (rev 186689)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -36,10 +36,12 @@
-DHAS_PGSQL -I/usr/include/postgresql \
-DHAS_SQLITE \
-DHAS_CDB \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   -DDEF_COMMAND_DIR=\/usr/bin\ \
-DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
' AUXLIBS=' \
-lsasl2 \
-lldap -llber \



[arch-commits] Commit in postfix/trunk (PKGBUILD rc.d)

2013-05-13 Thread Gaetan Bisson
Date: Monday, May 13, 2013 @ 12:07:43
  Author: bisson
Revision: 185323

remove deprecated rc script

Modified:
  postfix/trunk/PKGBUILD
Deleted:
  postfix/trunk/rc.d

--+
 PKGBUILD |7 ++-
 rc.d |   36 
 2 files changed, 2 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 10:07:09 UTC (rev 185322)
+++ PKGBUILD2013-05-13 10:07:43 UTC (rev 185323)
@@ -15,12 +15,10 @@
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
-'service'
-'rc.d')
+'service')
 sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
 
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
@@ -60,7 +58,6 @@
 
sh postfix-install -non-interactive install_root=${pkgdir}
 
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
 

Deleted: rc.d
===
--- rc.d2013-05-13 10:07:09 UTC (rev 185322)
+++ rc.d2013-05-13 10:07:43 UTC (rev 185323)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-name=postfix
-
-case $1 in
-start)
-   stat_busy Starting $name daemon
-   /usr/sbin/postfix start /dev/null \
-{ add_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-stop)
-   stat_busy Stopping $name daemon
-   /usr/sbin/postfix stop /dev/null \
-{ rm_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-reload)
-   stat_busy Reloading $name daemon
-   /usr/sbin/postfix reload /dev/null \
-{ stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-restart)
-   $0 stop
-   sleep 1
-   $0 start
-   ;;
-*)
-   echo usage: $0 {start|stop|restart|reload}
-   ;;
-esac
-exit 0



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

2013-05-10 Thread Gaetan Bisson
Date: Friday, May 10, 2013 @ 21:11:05
  Author: bisson
Revision: 185066

rebuild for libsasl-2.1.26

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 19:08:38 UTC (rev 185065)
+++ PKGBUILD2013-05-10 19:11:05 UTC (rev 185066)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')



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

2013-04-27 Thread Gaetan Bisson
Date: Saturday, April 27, 2013 @ 15:45:59
  Author: bisson
Revision: 183736

implement FS#34986

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 13:45:01 UTC (rev 183735)
+++ PKGBUILD2013-04-27 13:45:59 UTC (rev 183736)
@@ -13,11 +13,11 @@
 depends=('pcre' 'libsasl' 'libldap' 'db'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
 'aliases.patch'
 'service'
 'rc.d')
-sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df'
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')



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

2013-03-04 Thread Gaetan Bisson
Date: Monday, March 4, 2013 @ 15:42:26
  Author: bisson
Revision: 179280

rebuild for mariadb switch

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 13:24:04 UTC (rev 179279)
+++ PKGBUILD2013-03-04 14:42:26 UTC (rev 179280)
@@ -5,13 +5,13 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
 depends=('pcre' 'libsasl' 'libldap' 'db'
- 'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'



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

2013-02-21 Thread Gaetan Bisson
Date: Thursday, February 21, 2013 @ 11:08:58
  Author: bisson
Revision: 178406

implement FS#33957

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 06:59:07 UTC (rev 178405)
+++ PKGBUILD2013-02-21 10:08:58 UTC (rev 178406)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -38,6 +38,10 @@
-DHAS_PGSQL -I/usr/include/postgresql \
-DHAS_SQLITE \
-DHAS_CDB \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
' AUXLIBS=' \
-lsasl2 \
-lldap -llber \
@@ -54,12 +58,7 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man \
-   readme_directory=/usr/share/doc/${pkgname} \
+   sh postfix-install -non-interactive install_root=${pkgdir}
 
install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2013-02-13 Thread Gaetan Bisson
Date: Thursday, February 14, 2013 @ 01:34:10
  Author: bisson
Revision: 178037

tentative fix for FS#33839

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |2 +-
 install  |   29 +++--
 2 files changed, 8 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-13 23:06:32 UTC (rev 178036)
+++ PKGBUILD2013-02-14 00:34:10 UTC (rev 178037)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')

Modified: install
===
--- install 2013-02-13 23:06:32 UTC (rev 178036)
+++ install 2013-02-14 00:34:10 UTC (rev 178037)
@@ -1,3 +1,8 @@
+post_upgrade() {
+   /usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix 
upgrade-package
+   chown postfix var/lib/postfix
+}
+
 post_install() {
getent group postdrop /dev/null || groupadd -g 75 postdrop /dev/null
getent group postfix  /dev/null || groupadd -g 73 postfix  /dev/null
@@ -2,30 +7,10 @@
getent passwd postfix /dev/null || useradd -u 73 -d 
/var/spool/postfix -g postfix -s /bin/false postfix /dev/null
-
-   cd var/spool/postfix
-   chown postfix active bounce corrupt defer deferred flush hold incoming 
private public maildrop trace saved
-   chgrp postdrop public maildrop
-   cd ../../../usr/sbin
-   chgrp postdrop postqueue postdrop
-   chmod g+s postqueue postdrop
-   cd ../..
-   chown postfix var/lib/postfix
-
-   newaliases
+   post_upgrade
 }
 
-post_upgrade() {
-   post_install
-
-   if [ `vercmp $2 2.9.0` = -1 ]; then cat EOF
-
-== You must now run postfix reload due to inter-daemon protocol change.
-
-EOF
-   fi
-}
-
 pre_remove() {
getent passwd postfix /dev/null  userdel  postfix  /dev/null
getent group postfix  /dev/null  groupdel postfix  /dev/null
getent group postdrop /dev/null  groupdel postdrop /dev/null
+   true
 }



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

2013-02-11 Thread Gaetan Bisson
Date: Tuesday, February 12, 2013 @ 03:32:12
  Author: bisson
Revision: 177941

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-12 01:10:31 UTC (rev 177940)
+++ PKGBUILD2013-02-12 02:32:12 UTC (rev 177941)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.6
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -17,7 +17,7 @@
 'aliases.patch'
 'service'
 'rc.d')
-sha1sums=('9d7af8670fd13fd5e5290ff2e3f00d724178f0fb'
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')



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

2013-02-04 Thread Gaetan Bisson
Date: Tuesday, February 5, 2013 @ 03:59:17
  Author: bisson
Revision: 177038

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 00:36:51 UTC (rev 177037)
+++ PKGBUILD2013-02-05 02:59:17 UTC (rev 177038)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -17,7 +17,7 @@
 'aliases.patch'
 'service'
 'rc.d')
-sha1sums=('8602cd54e63b1af02a8f994b5da69d01d73ec8cc'
+sha1sums=('9d7af8670fd13fd5e5290ff2e3f00d724178f0fb'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')



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

2012-12-13 Thread Gaetan Bisson
Date: Thursday, December 13, 2012 @ 17:29:17
  Author: bisson
Revision: 173219

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 13:31:30 UTC (rev 173218)
+++ PKGBUILD2012-12-13 22:29:17 UTC (rev 173219)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -17,9 +17,9 @@
 'aliases.patch'
 'service'
 'rc.d')
-sha1sums=('ac53c2c6e15b642d5d06eb0fc092d6a35ab7eec7'
+sha1sums=('8602cd54e63b1af02a8f994b5da69d01d73ec8cc'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '85ebf5c53518f1cf70f722a9a1f8d18b9f63ca20'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
 provides=('smtp-server' 'smtp-forwarder')



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

2012-08-17 Thread Jan Steffens
Date: Friday, August 17, 2012 @ 21:24:31
  Author: heftig
Revision: 165404

And fix md5sum

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-18 01:24:07 UTC (rev 165403)
+++ PKGBUILD2012-08-18 01:24:31 UTC (rev 165404)
@@ -19,7 +19,7 @@
 'rc.d')
 sha1sums=('ac53c2c6e15b642d5d06eb0fc092d6a35ab7eec7'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'af621cf064813d9ddb13ffd579fee33e6b82d4be'
+  '85ebf5c53518f1cf70f722a9a1f8d18b9f63ca20'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
 provides=('smtp-server' 'smtp-forwarder')



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

2012-08-01 Thread Gaetan Bisson
Date: Wednesday, August 1, 2012 @ 20:25:13
  Author: bisson
Revision: 164656

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-01 19:38:29 UTC (rev 164655)
+++ PKGBUILD2012-08-02 00:25:13 UTC (rev 164656)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.3
-pkgrel=3
+pkgver=2.9.4
+pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -17,7 +17,7 @@
 'aliases.patch'
 'service'
 'rc.d')
-sha1sums=('fd6c1ba3bbceb1a29b95655a742a2c547e11ca1d'
+sha1sums=('ac53c2c6e15b642d5d06eb0fc092d6a35ab7eec7'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'af621cf064813d9ddb13ffd579fee33e6b82d4be'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')



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

2012-07-17 Thread Gaetan Bisson
Date: Tuesday, July 17, 2012 @ 08:45:33
  Author: bisson
Revision: 163623

implement FS#30719

Added:
  postfix/trunk/service
Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 service  |   12 
 2 files changed, 24 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 06:22:37 UTC (rev 163622)
+++ PKGBUILD2012-07-17 12:45:33 UTC (rev 163623)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -13,11 +13,13 @@
 depends=('pcre' 'libsasl' 'libldap' 'db'
  'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service'
 'rc.d')
 sha1sums=('fd6c1ba3bbceb1a29b95655a742a2c547e11ca1d'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'af621cf064813d9ddb13ffd579fee33e6b82d4be'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
 provides=('smtp-server' 'smtp-forwarder')
@@ -59,8 +61,11 @@
manpage_directory=/usr/share/man \
readme_directory=/usr/share/doc/${pkgname} \
 
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
-   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
 }

Added: service
===
--- service (rev 0)
+++ service 2012-07-17 12:45:33 UTC (rev 163623)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Postfix Mail Transport Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/postfix start
+ExecStop=/usr/sbin/postfix stop
+ExecReload=/usr/sbin/postfix reload
+
+[Install]
+WantedBy=multi-user.target



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

2012-07-06 Thread Gaetan Bisson
Date: Friday, July 6, 2012 @ 23:15:38
  Author: bisson
Revision: 163101

implement FS#30572

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-07 03:15:00 UTC (rev 163100)
+++ PKGBUILD2012-07-07 03:15:38 UTC (rev 163101)
@@ -5,12 +5,13 @@
 
 pkgname=postfix
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \
@@ -20,8 +21,7 @@
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
 provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
 
 install=install
 
@@ -35,6 +35,7 @@
-DHAS_MYSQL -I/usr/include/mysql \
-DHAS_PGSQL -I/usr/include/postgresql \
-DHAS_SQLITE \
+   -DHAS_CDB \
' AUXLIBS=' \
-lsasl2 \
-lldap -llber \
@@ -42,6 +43,7 @@
-lmysqlclient -lz -lm \
-lpq \
-lsqlite3 -lpthread \
+   -lcdb \
' OPT=${CFLAGS} ${LDFLAGS}
 
make



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

2012-06-19 Thread Gaetan Bisson
Date: Wednesday, June 20, 2012 @ 00:58:59
  Author: bisson
Revision: 162107

implement FS#30370

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 04:34:13 UTC (rev 162106)
+++ PKGBUILD2012-06-20 04:58:59 UTC (rev 162107)
@@ -54,10 +54,11 @@
install_root=${pkgdir} \
daemon_directory=/usr/lib/${pkgname} \
sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
+   manpage_directory=/usr/share/man \
+   readme_directory=/usr/share/doc/${pkgname} \
 
install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
 }



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

2012-05-21 Thread Gaetan Bisson
Date: Monday, May 21, 2012 @ 09:57:19
  Author: bisson
Revision: 159314

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-21 12:34:25 UTC (rev 159313)
+++ PKGBUILD2012-05-21 13:57:19 UTC (rev 159314)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \
 'rc.d')
-sha1sums=('fda7ec5ac79300577f61a68561171bd501b1b20c'
+sha1sums=('fd6c1ba3bbceb1a29b95655a742a2c547e11ca1d'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 



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

2012-04-24 Thread Gaetan Bisson
Date: Tuesday, April 24, 2012 @ 18:10:24
  Author: bisson
Revision: 157139

upstream update

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-24 22:05:46 UTC (rev 157138)
+++ PKGBUILD2012-04-24 22:10:24 UTC (rev 157139)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.9.1
-pkgrel=3
+pkgver=2.9.2
+pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \
 'rc.d')
-sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
+sha1sums=('fda7ec5ac79300577f61a68561171bd501b1b20c'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 



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

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 17:33:50
  Author: bisson
Revision: 155815

rename sqlite3 into sqlite

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 20:34:25 UTC (rev 155814)
+++ PKGBUILD2012-04-06 21:33:50 UTC (rev 155815)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=2.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \



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

2012-03-23 Thread Gaetan Bisson
Date: Friday, March 23, 2012 @ 12:53:09
  Author: bisson
Revision: 154121

rebuild against openssl-1.0.1; cannot hurt

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-23 16:23:31 UTC (rev 154120)
+++ PKGBUILD2012-03-23 16:53:09 UTC (rev 154121)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')



  1   2   >