non port: mail/qmail-spamcontrol/Makefile |
SVNWeb
|
Number of commits found: 65 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Fri, 14 May 2021
|
[ 21:12 Mark Linimon (linimon) ] e306bdd
mail/qmail-spamcontrol: mark BROKEN on 14 the same way as on 12 and 13.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Feb 2021
|
[ 01:00 amdmi3 ]
Fix qmail's qmailsend wrapper script by using correct PATH and removing bad
quoting
PR: 252457, 252293
Submitted by: erdgeist@erdgeist.org (maintainer)
Reported by: callumgibson@optusnet.com.au
MFH: 2021Q1
|
Fri, 12 Apr 2019
|
[ 15:19 antoine ]
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
|
Fri, 30 Oct 2015
|
[ 23:07 bdrewery ]
- Fix creation of rc symlink in package
- Fix procname in rc script so it can 'stop' correctly. [1]
Submitted by: Dirk Engling <erdgeist@erdgeist.org> [1]
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Thu, 3 Jul 2014
|
[ 02:20 bdrewery ]
Fix patch application in mail/qmail-spamcontrol:
The spamcontrol patch is applied through a script, install_spamcontrol.sh. This
script does not return a non-zero status when patch failures are encountered.
So I missed many failures when updating this port.
To fix this, move the spamcontrol patch application to pre-patch so that the
PATCHFILES->DISTFILES (and manual patch application with PATCH) is not needed
for most patches. This ensures that the spamcontrol patch is always applied
before PATCHFILES. Some PATCHFILES were applying before the spamcontrol patch
causing it to fail to patch properly.
Bump revision as the build had been fine but some files were not being
generated in the package.
Also add my mirror as distcache does not have the updated patches yet.
Reported by: Oleg Strizhak
MFH: 2014Q3
|
Wed, 2 Jul 2014
|
[ 22:38 bdrewery ]
Mark broken for now, some patches fail but do not fail the build
|
Fri, 27 Jun 2014
|
[ 02:33 bdrewery ]
mail/qmail-spamcontrol: Update to 2.7.31
TLSREMOTE, NEWLINE, and BIGTODO are now mandatory upstream and have been
removed as options.
MOREIPME was removed upstream.
Changes:
http://www.fehcom.de/qmail/spamcontrol/RELEASE_27.spamcontrol
CHANGES (2.6 -> 2.7)
--------------------
Userland:
+) ucspi-ssl (> 0.8) mandatory. (Only the first 15 lines of the commit message are shown above )
|
Wed, 25 Jun 2014
|
[ 14:19 bdrewery ]
Fix CONFLICTS with netqmail-tls after PKGNAME rename in r359176
|
Tue, 24 Jun 2014
|
[ 18:27 bdrewery ]
Fix CONFLICTS after qmail->netqmail rename
|
Sat, 19 Apr 2014
|
[ 06:24 bdrewery ]
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
|
Thu, 17 Apr 2014
|
[ 05:16 bdrewery ] (Only the first 10 of 11 ports in this commit are shown above. )
mail/qmail, mail/qmail-tls, mail/qmail-mysql, mail/qmail-spamcontrol:
- Support stagedir
- Fix all leftovers
Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang
Tested with: pkg and pkg_install
|
Fri, 20 Sep 2013
|
[ 15:58 bdrewery ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add NO_STAGE until validated to be safe for upcoming staging support
|
Mon, 26 Aug 2013
|
[ 23:30 bdrewery ]
- Fix build with clang and on head
Reported by: bapt
|
Sat, 23 Feb 2013
|
[ 18:49 bdrewery ]
- Cleanup example rc file
- Support SHUTDOWN
- Check for needed files/dependencies in precmd
- Respect LOCALBASE
- Make rclint happy
- Rename symlink from qmail.sh to qmailsmtpd
- Rename installed example rc file from qmail-smtpd.rcNG to qmailsmtpd
|
Wed, 6 Feb 2013
|
[ 04:49 bdrewery ]
- Fix runtime crash when using SMTPEXTFORK option due to
calling strtok(3) without string.h included.
Not reported "upstream" as the last update was 2009
and the site is dead.
Reported by: Christopher Weimann <christopher@weimann.us>
|
Thu, 31 Jan 2013
|
[ 23:39 bdrewery ]
- Fix build on CURRENT by using gcc for now
|
Thu, 10 Jan 2013
|
[ 03:18 bdrewery ]
- Add working mirror
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Mon, 18 Jul 2011
|
[ 20:55 garga ]
- Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl
PR: ports/157622 [1]
Submitted by: crees [1]
|
Mon, 7 Feb 2011
|
[ 16:25 garga ]
- Update spamcontrol patch to 2.6.24
- Remove MD5
Feature safe: yes
|
Mon, 20 Sep 2010
|
[ 13:35 garga ]
When server announce auth as "PLAIN LOGIN" instead of the common inverse order
"LOGIN PLAIN" make sure qmail-remote can authenticate.
|
Thu, 16 Sep 2010
|
[ 13:58 garga ]
Update spamcontrol patch to 2.6.23
|
Wed, 11 Aug 2010
|
[ 00:23 garga ]
- Really fix qmail-spamcontrol build now, i was building ucspi-ssl after
install_spamcontrol.sh and it must run before since this script need to copy
ssl.a to correct place
- Bump PORTREVISION
|
Tue, 10 Aug 2010
|
[ 21:09 garga ]
- Add perl build dependency, missed on last commit
- Bump PORTREVISION
Reported by: QAT
|
[ 20:07 garga ]
Update spamcontrol to 2.6.22
|
Wed, 23 Dec 2009
|
[ 17:29 garga ]
Update spamcontrol patch to 2527
|
Tue, 16 Jun 2009
|
[ 16:38 garga ]
- Update qmail-spamcontrol to 2525a
|
Wed, 6 May 2009
|
[ 21:13 garga ]
- Update to 2523
|
Wed, 4 Mar 2009
|
[ 11:56 garga ]
- Update spamcontrol to 2522
Submitted by: Erwin Hoffman (author)
|
Tue, 24 Feb 2009
|
[ 12:42 garga ]
- Update spamcontrol to 2521 to fix recipients problem included by last version
- Remove spamcontrol spf patch MD% from distinfo, forgot un 2.5 upgrade
PR: ports/131889
Submitted by: howard goldstein <hg@queue.to>
|
Wed, 18 Feb 2009
|
[ 20:17 garga ]
- Update spamcontrol patch to 2.5.20 version to fix some problems with
recupients
- Update README.smtpdextfork distinfo entry, file was updated by author
|
[ 11:07 garga ]
- Spamcontrol patch 2.5.19 was rerolled, it's documented on errata section at
website:
[2.5.19] Rebuild: Updated README_spamcontrol, fixed fatal typo in
qmail-queue.scan.
- Bump PORTREVISION
|
Tue, 17 Feb 2009
|
[ 16:12 garga ]
- Update spamcontrol patch collection to 2519
For more information about this version, please check:
http://fehcom.de/qmail/spamcontrol/README_spamcontrol.html
Tested by: Sirko Zidlewitz <sz@bytecamp.net>
Thanks to: Erwin Hoffmann <feh@fehcom.de>
|
Wed, 1 Oct 2008
|
[ 19:18 garga ]
- Fix a bug detected on spamcontrol patch. This but is in qmail-smtpd.c, when
qmail_close return a reason that starts with char 'D', smtpd rejects the
message using a QHPSI virus_found message.
- Bump qmail-spamcontrol's PORTREVISION
Reported by: Wendell Martins Borges <wendellmartins@mac.com>
Tested by: Wendell Martins Borges <wendellmartins@mac.com>
|
Mon, 31 Mar 2008
|
[ 01:07 garga ]
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
|
Tue, 15 Jan 2008
|
[ 13:32 garga ]
- Fix segfault on 64-bit platforms on qmail-spamcontrol like was made on
another slave ports.
|
Wed, 26 Dec 2007
|
[ 16:43 garga ]
- Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]
- Add an rcNG startup example file to QMAIL_PREFIX/boot [2]
- Bump PORTREVISION due to rcNG add (except for qmail-ldap)
- Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3]
PR: ports/118117 [1], ports/117422 [2], ports/118198 [3]
Submitted by: Andrew Reilly <areilly@bigpond.net.au> [1] [3]
Nick@van-laarhoven.org [2]
|
Fri, 25 May 2007
|
[ 11:52 garga ]
- Update spamcontrol to 2.4.18
- Some cosmetic changes
|
Thu, 1 Feb 2007
|
[ 17:14 garga ]
Update spamcontrol to 2417
|
Wed, 31 Jan 2007
|
[ 17:09 garga ]
- RBL2SMTPD patch was not logging URL reference
Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
|
Mon, 30 Oct 2006
|
[ 13:57 garga ]
- Add a copy of spamcontrol patch on MASTER_SITE_LOCAL and make it fetchable
again
PR: ports/104796
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
Approved by: portmgr (erwin)
|
Thu, 10 Aug 2006
|
[ 15:34 garga ]
Register CONFLICTS between qmail master and all slave ports
|
Tue, 18 Jul 2006
|
[ 12:25 garga ]
Bump qmail-spamcontrol PORTREVISION because of add DNS_PATCH on
ports/mail/qmail/Makefile rev. 0.103
|
Fri, 30 Jun 2006
|
[ 19:13 garga ]
- Update to spamcontrol 2.4.15:
2.4.15 FIXED missing IP information in Received header.
ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_.
CHNGD order of qmail-smtpd reject conditions.
|
Thu, 8 Jun 2006
|
[ 23:47 garga ]
Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvar
set by rblsmtpd when IP matched on a RBL list and deny email is user is not
authenticated.
|
Mon, 29 May 2006
|
[ 13:32 garga ]
- Update qmail-spamcontrol to 2.4.14, finally with STARTTLS support
Full ChangeLog at:
http://www.fehcom.de/qmail/spamcontrol.html
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Oct 2005
|
[ 11:41 garga ]
- Update to spamcontrol-2317
Changes:
o Removes multiple-Nullsender check;
o fixes a bug in LOCALMFCHECK.
|
Wed, 13 Jul 2005
|
[ 19:28 garga ]
Update spamcontrol patch to 2316
Approved by: flz (mentor)
|
Mon, 11 Jul 2005
|
[ 16:47 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
|
Thu, 26 May 2005
|
[ 14:44 sem ]
- Update to spamcontrol-2314
Changes since 2313:
- FIXED bug in badhelo's wildmat filter.
- CHANGED qmail-smtpd error logging order.
- REMOVED remnants from SPAMCONTROL 2.3 in man page for qmail-send(9).
- UPDATED qmail-alias2recipients.
PR: ports/81466
Submitted by: maintainer
|
Tue, 10 May 2005
|
[ 14:31 sem ] (Only the first 10 of 32 ports in this commit are shown above. )
- Transfer all work to MASTER port and make slave ports easier
- Use only one pkg-plist and use PLIST_SUB
- Use DOCSDIR intead of DOCDIR
- OPTIONS'ify
- Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need
to create it.
- Add $FreeBSD$ tag to pkg-plist and pkg-install
- Fix error on enable-qmail script
- Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on
bsd.sites.mk
- Add a new option to don't create rc.d/qmail.sh
- Add rc.d/qmail.sh to pkg-plist when necessary
PR: ports/80833
Submitted by: maintainer
Thanks to: novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
|
Thu, 5 May 2005
|
[ 20:03 sem ] (Only the first 10 of 19 ports in this commit are shown above. )
o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
shell script that is installed on /var/qmail/scripts. Change messages
reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy
PR: ports/79094
Submitted by: maintainer
|
Mon, 18 Apr 2005
|
[ 15:24 sergei ]
- Update to spamcontrol-2.3.13
Changes from 2.3.12:
o Fixed (potential) false positives using 'badloadertype' recognition
o Fixes for Exim's 'Mail From:' reverse address check employing SMTP Reset
PR: ports/79523
Submitted by: Renato Botelho (maintainer)
|
Mon, 11 Apr 2005
|
[ 13:03 barner ]
Change maintainer's email address.
Approved by: arved (mentor)
PR: ports/79162
|
Mon, 14 Mar 2005
|
[ 19:59 flz ]
- Remove BARRIER to show advertise of WITH_PRESERVE_CONFIG_FILES option
of the main qmail port.
PR: ports/78832
Submitted by: Renato Botelho <renato@galle.com.br> (maintainer)
|
[ 14:01 sergei ]
- OPTIONS-ify
- Fix typo in Spamcontrol author's name in pkg-descr
- Quell install_spamcontrol.sh's desire to install anything into PREFIX
during configure phase
PR: ports/78813
Submitted by: Renato Botelho (maintainer)
|
Fri, 11 Mar 2005
|
[ 21:08 krion ]
Fix INDEX build.
Reported by: cperciva
No cookies for: sergei
|
[ 16:28 sergei ]
Add mail/qmail-spamcontrol slave port: qmail MTA + SpamControl patches
SpamControl is a collection of patches for qmail developed and maintained
by Erwin Hoffman (feh@fehcom.de).
Some SpamControl features: smtp-auth (plain, login and cram-md5),
requirement of brackets on addresses, qmail-queue, bigtodo, moreipme,
recipients...
WWW: http://www.fehcom.de/qmail/spamcontrol.html
PR: ports/77637
Submitted by: Renato Botelho <renato@galle.com.br>
|
Number of commits found: 65 |