Date: Tuesday, January 9, 2018 @ 03:42:44
  Author: eschwartz
Revision: 280618

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
    (from rev 280617, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.service
    (from rev 280617, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.sysusers
    (from rev 280617, postgrey/trunk/postgrey.sysusers)
  postgrey/repos/community-any/postgrey.tmpfiles
    (from rev 280617, postgrey/trunk/postgrey.tmpfiles)
  postgrey/repos/community-any/untaint.patch
    (from rev 280617, postgrey/trunk/untaint.patch)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles
  postgrey/repos/community-any/untaint.patch

-------------------+
 PKGBUILD          |   92 ++++++++++++++++++++++++++--------------------------
 postgrey.install  |   16 ---------
 postgrey.service  |   36 ++++++++++----------
 postgrey.sysusers |    1 
 postgrey.tmpfiles |    3 +
 untaint.patch     |   26 +++++++-------
 6 files changed, 80 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-09 03:42:18 UTC (rev 280617)
+++ PKGBUILD    2018-01-09 03:42:44 UTC (rev 280618)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Sean Timothy Noonan <[email protected]>
-
-pkgname=postgrey
-pkgver=1.37
-pkgrel=1
-pkgdesc="a Postfix policy server implementing greylisting"
-arch=('any')
-url="https://postgrey.schweikert.ch/";
-options=(emptydirs)
-license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
-        'db>=4.1' 'perl-netaddr-ip')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-           'exim: an alternative MTA'
-           'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-       etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-       postgrey.service
-       postgrey.tmpfiles
-       untaint.patch)
-sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
-            'd36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
-            '213e5548c6355a2c57a15919aec6932def611a12cf20855ad6642626cae27f71'
-            'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p0 <"$srcdir"/untaint.patch
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p "$pkgdir"/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey "$pkgdir"/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport "$pkgdir"/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
"$pkgdir"/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
"$pkgdir"/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 280617, 
postgrey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Sean Timothy Noonan <[email protected]>
+
+pkgname=postgrey
+pkgver=1.37
+pkgrel=2
+pkgdesc="a Postfix policy server implementing greylisting"
+arch=('any')
+url="https://postgrey.schweikert.ch/";
+options=(emptydirs)
+license=("GPL")
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
+        'db>=4.1' 'perl-netaddr-ip')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+           'exim: an alternative MTA'
+           'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+       etc/postfix/postgrey_whitelist_clients)
+source=($url/pub/$pkgname-$pkgver.tar.gz
+       postgrey.service
+       postgrey.sysusers
+       postgrey.tmpfiles
+       untaint.patch)
+sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
+            'd36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
+            '859380a05ca55e1d07e1e38f16244adfa8cde9987414df9785206bddc84137cc'
+            '85c9155ba3bcc55544a362cca7f6ae385f702cc26ea7d3fdafce38d30c297dfb'
+            'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p0 <"$srcdir"/untaint.patch
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  install -D -m 0755 postgrey "$pkgdir"/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport "$pkgdir"/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
"$pkgdir"/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
"$pkgdir"/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 "$srcdir"/$pkgname.sysusers 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: postgrey.install
===================================================================
--- postgrey.install    2018-01-09 03:42:18 UTC (rev 280617)
+++ postgrey.install    2018-01-09 03:42:44 UTC (rev 280618)
@@ -1,16 +0,0 @@
-post_install() {
-    if [ -z "`grep '^postgrey::' /etc/group`" ]; then
-        groupadd -r postgrey >& /dev/null
-    fi
-    if [ -z "`grep '^postgrey:' /etc/passwd`" ]; then
-        useradd -r -d /var/spool/postfix/postgrey -g postgrey -s /bin/false 
postgrey
-    fi
-
-    mkdir -p var/run/postgrey
-    chown postgrey:postgrey /var/spool/postfix/postgrey
-    chown postgrey:postgrey var/run/postgrey
-}
-
-post_upgrade() {
-    post_install $1
-}

Deleted: postgrey.service
===================================================================
--- postgrey.service    2018-01-09 03:42:18 UTC (rev 280617)
+++ postgrey.service    2018-01-09 03:42:44 UTC (rev 280618)
@@ -1,18 +0,0 @@
-[Unit]
-Description=Postfix Greylisting Service
-Before=postfix.service
-
-[Service]
-Type=forking
-PIDFile=/run/postgrey/postgrey.pid
-ExecStart=/usr/bin/postgrey --inet=127.0.0.1:10030 \
-       --pidfile=/run/postgrey/postgrey.pid \
-       --group=postgrey --user=postgrey \
-       --daemonize \
-       --greylist-text="Greylisted for %%s seconds"
-Restart=always
-RestartSec=5
-TimeoutSec=10
-
-[Install]
-WantedBy=multi-user.target

Copied: postgrey/repos/community-any/postgrey.service (from rev 280617, 
postgrey/trunk/postgrey.service)
===================================================================
--- postgrey.service                            (rev 0)
+++ postgrey.service    2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1,18 @@
+[Unit]
+Description=Postfix Greylisting Service
+Before=postfix.service
+
+[Service]
+Type=forking
+PIDFile=/run/postgrey/postgrey.pid
+ExecStart=/usr/bin/postgrey --inet=127.0.0.1:10030 \
+       --pidfile=/run/postgrey/postgrey.pid \
+       --group=postgrey --user=postgrey \
+       --daemonize \
+       --greylist-text="Greylisted for %%s seconds"
+Restart=always
+RestartSec=5
+TimeoutSec=10
+
+[Install]
+WantedBy=multi-user.target

Copied: postgrey/repos/community-any/postgrey.sysusers (from rev 280617, 
postgrey/trunk/postgrey.sysusers)
===================================================================
--- postgrey.sysusers                           (rev 0)
+++ postgrey.sysusers   2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1 @@
+u postgrey - - /var/spool/postfix/postgrey

Deleted: postgrey.tmpfiles
===================================================================
--- postgrey.tmpfiles   2018-01-09 03:42:18 UTC (rev 280617)
+++ postgrey.tmpfiles   2018-01-09 03:42:44 UTC (rev 280618)
@@ -1 +0,0 @@
-d /var/run/postgrey 0755 postgrey postgrey -

Copied: postgrey/repos/community-any/postgrey.tmpfiles (from rev 280617, 
postgrey/trunk/postgrey.tmpfiles)
===================================================================
--- postgrey.tmpfiles                           (rev 0)
+++ postgrey.tmpfiles   2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1,2 @@
+d /var/spool/postfix/postgrey/ 0755 postgrey postgrey -
+d /var/run/postgrey            0755 postgrey postgrey -

Deleted: untaint.patch
===================================================================
--- untaint.patch       2018-01-09 03:42:18 UTC (rev 280617)
+++ untaint.patch       2018-01-09 03:42:44 UTC (rev 280618)
@@ -1,13 +0,0 @@
---- postgrey.orig       2010-05-04 20:51:52.000000000 +0000
-+++ postgrey
-@@ -552,6 +552,10 @@ sub main()
-     if($opt{dbdir}) {
-         $opt{dbdir} =~ /^(.*)$/; $opt{dbdir} = $1;
-     }
-+    # untaint pidfile
-+    if($opt{pidfile}) {
-+        $opt{pidfile} =~ /^(.*)$/; $opt{pidfile} = $1;
-+    }
- 
-     # determine proper "logsock" for Sys::Syslog
-     my $syslog_logsock;

Copied: postgrey/repos/community-any/untaint.patch (from rev 280617, 
postgrey/trunk/untaint.patch)
===================================================================
--- untaint.patch                               (rev 0)
+++ untaint.patch       2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1,13 @@
+--- postgrey.orig       2010-05-04 20:51:52.000000000 +0000
++++ postgrey
+@@ -552,6 +552,10 @@ sub main()
+     if($opt{dbdir}) {
+         $opt{dbdir} =~ /^(.*)$/; $opt{dbdir} = $1;
+     }
++    # untaint pidfile
++    if($opt{pidfile}) {
++        $opt{pidfile} =~ /^(.*)$/; $opt{pidfile} = $1;
++    }
+ 
+     # determine proper "logsock" for Sys::Syslog
+     my $syslog_logsock;

Reply via email to