Commit graph

15 commits

Author SHA1 Message Date
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
fhajny
031ac11325 Update mail/postgrey to 1.36.
* 2015-09-01: version 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 Gyoergy)
   - init script fixes (Sacha Ott)
2015-09-02 18:42:11 +00:00
fhajny
770e86a7de Add option to enable the taRgrey tarpit patch for postgrey. PKGREVISION++ 2014-09-10 13:20:16 +00:00
fhajny
f2ca2f1319 Update postgrey to 1.35.
* 2014-06-11: version 1.35
   - 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
2014-06-12 13:31:44 +00:00
adam
59c77ae23f Changes 1.34:
- gracefully handle future timestamps in the database Hoedle)
- replaced obsolete Digest::SHA1 with Digest::SHA
- updated whitelist
2013-08-21 15:57:29 +00:00
wiz
ad930c9bc9 Untaint --inet as well.
From Yasuhiro KIMURA via github upstream bug report.
Bump PKGREVISION.
2013-08-21 09:20:16 +00:00
wiz
ac6c3bb092 Fix postgrey for perl-5.18. Based on description given by
uwe@ on pkgsrc-users. Bump PKGREVISION.
While here, set LICENSE.
2013-07-14 21:57:09 +00:00
adam
82cf2b5725 Changes 1.33:
* fix warning with IPv6 address
* added --x-greylist-header option
* contrib/postgrey.init: new LSB-compliant init script by Adrian von Bidder
* contrib/postgreyreport: fix POD error
* contrib/postgreyreport: added --tab and --show_time options
* updated whitelist

Changes 1.32:
* fixed recipients whitelisting
* added --syslog-facility option
* add support for BATV
* updated whitelist
2010-06-02 13:05:50 +00:00
xtraeme
301fb74d9b Update to 1.31:
* 2007-09-06: version 1.31

- support CIDR-style addresses in the client whitelist (Claudio Strizzolo)
- improve logging of unresolveable hosts (Adrian von Bidder, Heiko
  Schlichting)
- updated whitelist
- fix unix socket permission issues (Martin F Krafft, Adrian von Bidder,
  Leos Bitto, Debian bug #376910)
- fix regexps for matching hosts in whitelists (Antonello Nocchi)
- do maintenance after the current request and not before (Clifton Royston)
2008-01-20 21:08:01 +00:00
martti
e2a5273e17 Updated mail/postgrey to 1.30
* 2007-08-02: version 1.30

- implemented --listen-queue-size option (you usually don't need to set it
  except for big sites).
- small fix to the 'native' syslogging implemented in 1.29

* 2007-07-23: version 1.29

- workaround for a possible crash with Sys::Syslog < 0.15 when syslog
  messages were generated during syslog file rotation
- use the 'native' logging socket with Sys::Syslog >= 0.15 (Philipp Koller)

* 2007-06-21: version 1.28

- improved logging (postgrey is now more verbose, use the new --quiet
  option if that bothers you)
- improved Exim support (see Debian bug #380257)
- workaround for a bug in Exchange dealing with temporary failures
  (use DSN code 4.2.0 instead of the default 4.7.1)
- added 'policy-test' script for testing postgrey's performance or pre-seeding
  the database
- fix logging of delayed, unresolveable clients in syslog (Andreas Metzler)
- more descriptive error message on DB failure (Adrian von Bidder)
- updated whitelist
- new homepage: http://postgrey.schweikert.ch/
2007-08-31 09:21:02 +00:00
taca
0a131ec9c3 Update postgrey to 1.27.
pkgsrc change:

    - add BUILD_DEFS.
    - use INSTALL_DATA_DIR and NO_BUILD.


Chages from 1.24:

* 2006-07-17: version 1.27

   - fix socket permissions with Net::Server >= 0.94 (Leos Bitto)

* 2006-07-12: version 1.26

   - added support for Exim (Guy Antony Halse)
   - greatly improve cleanup speed with explicit transactions (Maeda Atusi)

* 2006-06-29: version 1.25

   - updated whitelist
   - bugfix: --privacy was not working
   - change default greylist-text not to include the number of
     seconds left, since it seems that spammers are misusing it.
   - added --hostname option (Maarten de Vries)
2007-04-02 13:35:08 +00:00
is
e78821def2 Uprade to postgres 1.24. Running for several weeks at my home that way. 2006-03-30 09:06:16 +00:00
kim
60013cd875 Upgrade to 1.21: fix for denial-of-service vulnerability in syslog 2005-04-17 15:42:53 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
kim
cd41e8b149 Postgrey is a Postfix policy server implementing greylisting developed
by David Schweikert.

Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the
following additional features:
- Safer database handling: Postgrey does use the logging and transaction
  features of BerkeleyDB to maximize reliability.
- Automatical cleaning of the database: Entries that were last seen
  more than a defined amount of time get removed automatically.
2004-12-22 15:51:38 +00:00