File postgrey.changes of Package postgrey
-------------------------------------------------------------------
Thu Nov 23 13:43:20 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Thu Jun 1 07:38:34 UTC 2017 - jengelh@inai.de
- Require group(nogroup) for %pre
-------------------------------------------------------------------
Mon Jan 23 19:57:05 UTC 2017 - chris@computersalat.de
- add ExecReload to service file
-------------------------------------------------------------------
Thu Oct 13 23:25:32 UTC 2016 - draht@schaltsekun.de
- Update to 1.37:
* added initial test suite
* testing using travis-ci (https://travis-ci.org/schweikert/postgrey)
* removed IP pool-detection code for --lookup-by-net, because it matched
also the naming of some big hosters like facebook (#32, Michal Petrucha,
Andrew Ayer, Jon Sailor)
* fix early logging of errors and warnings to syslog
* simplified IP matching code
* added support for IPv6 whitelists with netmask
* add network-range based whitelist for Office 365 (Holger Stember)
* updated whitelist
- postgrey-1.36-config.patch renamed to postgrey-1.37-config.patch
and rebased to new version.
-------------------------------------------------------------------
Fri May 20 00:58:55 UTC 2016 - chris@computersalat.de
- revert process name changes from 1.35, startproc will return 7
* add postgrey_process_name.patch
* enable for openSUSE < 1210 (SLE_11)
-------------------------------------------------------------------
Mon May 16 15:29:18 UTC 2016 - chris@computersalat.de
- add condition for suggesting cron to fix build for CentOS
-------------------------------------------------------------------
Sun Apr 24 18:01:19 UTC 2016 - wr@rosenauer.org
- installing sysconfig via fillup macro was lost in systemd migration
(boo#976963)
-------------------------------------------------------------------
Mon Dec 14 15:24:07 UTC 2015 - benedikt.schindler@gsx.de
- update to 1.36:
- improved support for IPv6 addresses: new --ipv4cidr and --ipv6cidr options
for proper subnetting of IPv6 (Håvard Moen, BenediktS)
- updated whitelist
- user-settable unix socket permission: --socketmode (Teubel György)
- init script fixes (Sacha Ott)
- Replace postgrey-1.35-config.patch with postgrey-1.36-config.patch
which was updated to correctly apply to current release
- Added missing perl-NetAddr-IP to the requirements
-------------------------------------------------------------------
Mon Jan 19 14:17:23 UTC 2015 - mpluskal@suse.com
- Replace postgrey-1.34-config.patch with postgrey-1.35-config.patch
which was updated to correctly apply to current release
- Build as noarch since there are now architecture dependend
components
- Don't install init scripts when systemd is used
- Create rcpostgrey also when systemd is used
- Misc spec file cleanups
- Remove unnecessary echo from unit file
- Remove condition for suggesting cron since all current releases
already have cron
-------------------------------------------------------------------
Wed Jun 25 13:08:07 UTC 2014 - varkoly@suse.com
- Update to 1.35 (boo #919194)
- use just 'postgrey' as process name, instead of '/usr/sbin/postgrey', because
Linux tools are limited to 15 characters (#5)
- Make postgrey work with Perl 5.18 (Yasuhiro KIMURA, #4)
- updated whitelist
-------------------------------------------------------------------
Tue Feb 11 10:28:19 UTC 2014 - obs@botter.cc
- fix files section in spec file: submit from Nov 20 2012 removed
two directories (bnc#862552)
-------------------------------------------------------------------
Fri Oct 4 12:45:24 UTC 2013 - obs@botter.cc
- fix postgre-1.34-config.path to include change of name and
location of whitelist_recipients
-------------------------------------------------------------------
Thu Aug 8 14:09:57 UTC 2013 - joop.boonen@opensuse.org
- Added missing perl-Net-DNS is needed for postgreyreport
-------------------------------------------------------------------
Wed May 29 20:08:53 UTC 2013 - crrodriguez@opensuse.org
- fix multiple bugs in systemd unit file, syslog.target must
not be used neither Requires but Wants
-------------------------------------------------------------------
Tue Nov 20 09:24:07 UTC 2012 - lars@linux-schulserver.de
- update to 1.34:
- gracefully handle future timestamps in the database
(Andreas Hoedle)
- replaced obsolete Digest::SHA1 with Digest::SHA
(Salvatore Bonaccorso)
- updated whitelist
- adapt patches to the new version
- adapt URL to the postgrey_clients_dump source
- specfile cleanup
- removed empty verifyscript
-------------------------------------------------------------------
Thu Nov 8 17:41:42 UTC 2012 - obs@botter.cc
- add systemd service file for openSUSE >= 12.1
-------------------------------------------------------------------
Thu Mar 31 08:45:55 UTC 2011 - chris@computersalat.de
- cleanup init script (skeleton)
o added sleep 3s when restart
-------------------------------------------------------------------
Mon Jan 17 12:02:37 UTC 2011 - coolo@novell.com
- avoid owning /var/spool/postfix directory (bnc#664537)
-------------------------------------------------------------------
Sat Aug 28 23:01:54 CEST 2010 - bugs@singvogel.com
- version 1.33
- fix warning with IPv6 address (Edwin Kremer)
- added --x-greylist-header option (Guido Leisker)
- contrib/postgrey.init: new LSB-compliant init script by
Adrian von Bidder (Debian)
- contrib/postgreyreport: fix POD error (Christian Perrier)
- contrib/postgreyreport: added --tab and --show_time options
(Leonard den Ottolander)
- updated whitelist
-------------------------------------------------------------------
Mon Nov 30 18:15:52 UTC 2009 - crrodriguez@opensuse.org
- refresh patches with fuzz=0
-------------------------------------------------------------------
Tue Feb 3 11:36:46 CET 2009 - kssingvo@suse.de
- postgrey_clients_dump is now in examples; otherwise manpage should
be included
-------------------------------------------------------------------
Thu Aug 21 12:40:06 CEST 2008 - kssingvo@suse.de
- fixed specfile: "Suggests:" cannot be used for SLES9
-------------------------------------------------------------------
Wed Aug 20 14:13:36 CEST 2008 - kssingvo@suse.de
- update to version 1.32:
* fixed recipients whitelisting
* added --syslog-facility option
* add support for BATV
* updated whitelist
-------------------------------------------------------------------
Thu Apr 10 16:45:10 CEST 2008 - kssingvo@suse.de
- added postgrey_daily_greylist.crontab script
- added postgrey_clients_dump script
-------------------------------------------------------------------
Wed Apr 2 18:33:25 CEST 2008 - kssingvo@suse.de
- fixes for init file:
* no pid file needed
* sysconfig variable used after sysconfig is read
- sysconfig file:
* fix for location of UNIX-domain socket location
- daemon:
* no more uid postfix needed
* using gid postfix instead (more secure?)
- run:
* postfix subdirectory required for UNIX-domain socket location
- updated README.SUSE: a working version now
-------------------------------------------------------------------
Tue Apr 1 18:10:21 CEST 2008 - kssingvo@suse.de
- changed init-/sysconfig-file
- updated README.SUSE
-------------------------------------------------------------------
Mon Mar 31 20:43:01 CEST 2008 - kssingvo@suse.de
- changed system config directories to /etc/postgrey
- using own user (postgrey) for service now
- added small documenation file for SUSE distribution
-------------------------------------------------------------------
Mon Mar 31 19:44:41 CEST 2008 - kssingvo@suse.de
- initial version 1.31