aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postgrey
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.35pawel2014-11-067-86/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE - Remove pkg-install script, move directory creation to pkg-plist - Use @sample keyword for config files PR: 194019 Submitted by: TEUBEL Györg y<tgyurci@gmail.com> Approved by: maintainer --This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a Bugzilla PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M postgrey/Makefile M postgrey/distinfo D postgrey/files/patch-postgrey D postgrey/files/pkg-install.in M postgrey/files/postgrey.in M postgrey/pkg-message M postgrey/pkg-plist
* Convert to new plist formats which fixes the postgrey credential on the dbbapt2014-10-303-17/+4
| | | | directory
* Stage mail/postgreymarino2014-08-062-27/+27
| | | | | | | PR: 190082 Submitted by: freebsd (nagilum.org) Add'l work by: marino Approved by: maintainer timeout (2.5 months)
* Remove trailing whitespaces from category mailehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Make postgrey work with Perl 5.18sunpoet2013-10-202-1/+20
| | | | | | | | | - Bump PORTREVISION for package change PR: ports/181291 Reference: https://github.com/schweikert/postgrey/commit/569dd044840a075127ddcf9d92c7791677d118e2 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - convert to the new perl5 frameworkaz2013-09-151-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add back rcvar assignment in startup script.madpilot2013-07-062-3/+4
| | | | | | PR: ports/180182 Submitted by: Doug Barton <dougb@dougbarton.us> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* - Patch postgrey to use PGY_GROUPNAME by defaultmadpilot2013-05-254-39/+34
| | | | | | | | | | | - Don't show OPTIONS dialog for just DOCS option - Tidy up port Makefile - Rework rc script - Add UPDATING message and pkg-message to inform users about the rc script changes PR: ports/178644 Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* - Add USES=shebangfixmadpilot2013-05-122-7/+11
| | | | | | | | | - Convert to new options framework - Use space for WWW line in pkg-descr - Trim Makefile headers PR: ports/178400 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
* - Fix package installation; pre-install part of script depends on postgreycrees2012-04-182-12/+15
| | | | | | | | | | | username existing. PR: ports/166943 Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer) - While here, use packages for perl dependencies to avoid requiring bsd.perl.mk Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Fix missing file from the last revert commit.mm2011-11-112-9/+7
| | | | Feature safe: yes
* Revert update of mail/postgrey on maintainer request.mm2011-11-104-58/+57
|
* - Add LICENSE support (postgrey is under GPLv2).mm2011-11-095-62/+66
| | | | | | | | | | | | | | | - Make pkg-install, pkg-plist and the rc script use variables defined in the Makefile. - Start using our own ETCDIR instead of co-opting postfix. - Warn users about relocating the whitelists due to the ETCDIR move. - Set postgrey's default group (--group) to the port's value. - Add rc script postgrey_dbdir and postgrey_options variables to avoid duplication of defaults when adding command-line flags. - Remove redundant flags from the rc script postgrey_flags variable. PR: ports/162188 Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer) Reviewed by: myself
* Forced commit to note that the maintainer did apparently email with approval,crees2011-10-211-1/+1
| | | | | | | | so this should not count as a timeout. Sorry Darren! PR: ports/161311
* Use USERS and GROUPScrees2011-10-202-21/+5
| | | | | | PR: ports/161311 Submitted by: me Approved by: maintainer timeout (14 days)
* Use pre-su-install for pkg-install script-- creating users fails when not rootcrees2011-10-021-1/+1
| | | | Noticed by: bz
* - Update to 1.34sunpoet2011-07-152-4/+3
| | | | | | | Changes: http://postgrey.schweikert.ch/pub/Changes PR: ports/158911 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* - Respect PREFIX and PGY_DIRsunpoet2010-10-302-5/+5
| | | | | | | | | - Bump PORTREVISION - While I'm here, pet portlint for MD5 removal PR: ports/151797 Submitted by: sunpoet (myself) Approved by: Darren Pilgrim <darren@bluerosetech.com> (maintainer), pgollucci (mentor, implicit)
* Over to new volunteer.linimon2010-08-231-1/+1
| | | | PR: ports/149897
* Reset haroldp@internal.org due to maintainer-timeouts.linimon2010-08-231-1/+1
| | | | Hat: portmgr
* Update to 1.33 and add Greylist header option to RC script.wxs2010-08-183-7/+9
| | | | | | PR: ports/148707 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Reviewed by: maintainer timeout (1 month)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix the rc.d scriptpgollucci2010-01-182-1/+3
| | | | | | PR: ports/139046 Submitted by: James E Risner <risner@mail.bullard.de> Approved by: maintainer timeout
* - Update to 1.33miwi2008-08-262-4/+4
| | | | | PR: 126649 Submitted by: Harold Paulson <harold@internal.org> (maintainer)
* - Add newline at end of filebeech2007-10-281-1/+1
| | | | Approved by: sat (mentor, implicit)
* - Update to 1.31beech2007-10-274-10/+23
| | | | | | | | - Fix pkg-plist PR: ports/117470 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer) Approved by: sat (mentor)
* - Correct dependency of p5-Net-DNS in last commitrafan2007-10-101-3/+3
| | | | Noticed by: sunpoet via irc
* - Add missing dependency for postgreyreport scriptrafan2007-10-101-1/+3
| | | | | | PR: ports/116612 Submitted by: Loic Pefferkorn <loic at frozenbox.com> Approved by: maintainer timeout (16 days)
* - Update to 1.30rafan2007-08-112-4/+4
| | | | | PR: ports/115339 Submitted by: Harold Paulson <haroldp at internal.org> (maintainer)
* - Update to 1.28beech2007-06-285-30/+20
| | | | | | | | | - Makefile tweaks - Register UID/GID for mail/postgrey PR: ports/114056 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer) Approved by: sat (mentor)
* - Fix mastersite.jmelo2007-04-061-1/+1
| | | | | | PR: ports/110674 Submitted by: Josh Paetzel <josh@tcbug.org> Approved by: maintainer (timeout 15 days)
* - Update to 1.27leeym2006-09-014-9/+5
| | | | | | | | - Utilize USE_RC_SUBR and SUB_FILES PR: 100291 Submitted by: leeym Approved by: maintainer
* Remove whitespace from line endings in pkg-plist files.vd2006-05-121-1/+1
| | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.24mnag2006-01-182-5/+4
| | | | | PR: 91939 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer)
* - postgrey is compatibile with Berkeley-DB < 4.1 since postgrey-1.23leeym2006-01-063-35/+8
| | | | | | | | | | | | | (WWW: http://lists.ee.ethz.ch/postgrey/msg00922.html) (WWW: http://lists.ee.ethz.ch/postgrey/msg00936.html) - replace USE_PERL5 with USE_PERL5_RUN - install postgreyreport - add comment and update wording for IGNORE message - bump PORTREVISION PR: 90725 Submitted by: leeym Approved by: maintainer
* Update to version 1.23az2005-11-242-4/+4
| | | | | | | | | | | | Changelog: - fix compatibility with Berkeley-DB < 4.1 - fix crash in the database-cleanup routine (Vito Robar) - updated whitelist - don't be pedantic about wrong reverse-dns entries: it doesn't really help and it could affect legitimate mail servers (Andreas Hoedle) PR: ports/89484 Submitted by: Harold Paulson (maintainer)
* Update to 1.22.tobez2005-11-162-3/+4
| | | | | PR: 89104 Submitted by: maintainer
* Upgrade to 1.21.dd2005-04-153-7/+8
| | | | | | | Submitted by: Harold Paulson <haroldp@internal.org> Related PR: 77149 Security: http://lists.ee.ethz.ch/postgrey/msg00647.html Security: remotely exploitable DoS vulnerability
* - Update to 1.18clsung2005-03-282-6/+4
| | | | | | | | | | | - also fix unfetchable - Changes [url: http://isg.ee.ethz.ch/tools/postgrey/pub/Changes] PR: ports/78609 Submitted by: clsung Reviewed by: maintainer (Harold Paulson) Approved by: portmgr (marcus)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* Update to 1.17. Minor rc.d script modification to add the --group argwill2005-01-273-6/+11
| | | | | | by default and remove command_interpreter. Require perl >= 5.6.0. Submitted by: MAINTAINER
* - Move BDB check to pre-extract to allow fetching without dependencies installedpav2004-10-151-1/+1
| | | | | PR: ports/72699 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Fix pointyhat build.will2004-09-261-0/+1
| | | | | Reported by: kris Approved by: portmgr (self)
* Update to 1.16 to fix distfile fetch & support reload rc.d command.will2004-09-233-3/+5
| | | | | | PR: 71901 Submitted by: MAINTAINER Approved by: portmgr (self)
* Add postgrey 1.15, a greylisting policy server for Postfix.will2004-09-027-0/+209
Assistance from: Harold Paulson <haroldp@internal.org>