Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.1_7 24 Feb 2024 18:20:57 |
Muhammad Moinur Rahman (bofh) |
mail/spamd: Moved man to share/man
Approved by: portmgr (blanket) |
4.9.1_6 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.9.1_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.9.1_6 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
4.9.1_6 12 Nov 2021 12:39:59 |
Fernando Apesteguía (fernape) Author: Nikola Kolev |
mail/spamd: set new MAINTAINER
Nikola Kolev steps up to maintain this port.
Already maintainer of several ports.
PR: 259726
Reported by: koue@chaosophia.net |
4.9.1_6 09 Jun 2021 19:21:27 |
Olli Hauer (ohauer) |
mail/spamd: bump PORTREVISION |
4.9.1_5 09 Jun 2021 19:19:18 |
Olli Hauer (ohauer) |
mail/spamd: move to ports@ and set EXPIRATION_DATE |
4.9.1_5 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.9.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.9.1_5 30 Mar 2020 21:10:09 |
ohauer |
- fix build against openssl 1.x
- do not add /etc/service entries during install
- add helper script to add /etc/services entries
- remove unused pkg-deinstall
- portlint
PR: 235496
Submitted by: Maxime Soule
Reported by: many |
4.9.1_4 01 Jan 2020 17:27:55 |
brnrd |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
4.9.1_4 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
4.9.1_4 03 Apr 2019 08:44:44 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
4.9.1_4 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
4.9.1_4 17 Feb 2018 12:00:23 |
sunpoet |
Use BROKEN_SSL
Approved by: portmgr (blanket) |
4.9.1_4 01 Sep 2017 22:03:04 |
adamw |
Disable the pkg-deinstall script.
spamd's pkg-install adds spamd stuff to /etc/services, and pkg-deinstall
removed it. The problem is that pkg doesn't run DEINSTALL before INSTALL
when upgrading/reinstalling. As a result, when spamd is restarted,
/etc/services winds up lacking the spamd entries, causing spamd to fail
to start.
The ideal solution is pkg running those targets in the predicted order,
or pkg gaining a @services keyword. In the meantime, this commit just
disables the pkg-deinstall. If you are uninstalling spamd you can remove
those /etc/services entries by hand.
PR: 212335
Approved by: maintainer timeout (~ 1 yr)
MFH: 2017Q3 |
4.9.1_3 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
4.9.1_3 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
4.9.1_3 12 Jun 2016 17:57:38 |
ohauer |
- allow build with openssl / libressl from ports
- convert PLIST_SUB into SUB_LIST
- bump PORTREVISION
- small Makefile tweaks
PR: 210028
Submitted by: adamw@ |
4.9.1_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.9.1_2 14 May 2015 10:15:09 |
mat |
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 |
4.9.1_2 20 Dec 2014 19:12:12 |
bapt |
cleanup plist |
4.9.1_2 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
4.9.1_2 11 Apr 2014 20:47:28 |
ohauer |
- revert PLIST_SUB changes to fix the rc script
- bump PORTREVISION |
4.9.1_1 11 Apr 2014 08:54:49 |
ohauer |
- add stage support
- change MASTER_SITE from berlios to SF |
4.9.1_1 21 Feb 2014 13:37:57 |
ehaupt |
Remove trailing whitespaces from category mail |
4.9.1_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
4.9.1_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
4.9.1_1 08 Jan 2013 14:46:15 |
uqs |
Fix obspamlogd rc script's use of tests, while here fix whitespace.
Approved by: beat (mentor) |
4.9.1 02 Jan 2013 23:36:44 |
ohauer |
- update MASTER_SITE
- adopt new Makefile header
PR: 174915
Submitted by: Brad Davis <brd@FreeBSD.org> |
4.9.1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
4.9.1 04 Jun 2011 21:51:59 |
ohauer |
- update to version 4.9.1
- always add required entries to /etc/services [1]
- use USER framework (PR ports/152498 was committed)
PR: [1] ports/157266
Submitted by: [1] Jimmy Olgeni olgeni@ |
4.8.0 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
4.8.0 31 Oct 2010 22:10:52 |
ohauer |
maintainer update
- update spamd to match OpenBSD 4.8 + OpenBSD pr/6467
- remove support for FreeBSD_version < 601000
(strtonum.c no longer provided in the spamd sources)
- change my mail address
Approved by: glarkin (mentor, implicit) |
4.5.0_4 30 Jun 2010 10:35:05 |
stefan |
Let obspamlogd manage its own pflog interface.
PR: 146571
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: maintainer
Feature safe: yes |
4.5.0_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.5.0_3 04 Nov 2009 10:15:25 |
miwi |
- Fix build on FreeBSD 9
PR: 140136
Submitted by: olli hauer <ohauer@gmx.de> (maintainer) |
4.5.0_3 03 Oct 2009 04:39:07 |
avl |
- Fix ipfw issues
- Bump PORTREVISION
PR: ports/139306
Submitted by: Olli Hauer <ohauer at gmx.de> (maintainer)
Approved by: tabthorpe, glarkin (mentors, implicit) |
4.5.0_2 20 Sep 2009 18:54:39 |
amdmi3 |
- Fix startup script
PR: 138913
Submitted by: olli hauer <ohauer@gmx.de> (maintainer)
Feature safe: yes |
4.5.0_1 17 Sep 2009 12:41:08 |
pav |
- Fix rc script for blacklist mode
PR: ports/137992
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by: olli hauer <ohauer@gmx.de> (maintainer)
Feature safe: yes |
4.5.0 23 Jul 2009 12:52:44 |
wxs |
- Update to 4.5.0
- Pass maintainer to submitter
- Add CPANEL support so it doesn't clobber spamd (see comments in Makefile)
- Fixes to RC script to support CPANEL option and general cleanup.
PR: ports/136912
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Alex Samorukov <samm@os2.kiev.ua> (old maintainer) |
4.1.2_1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
4.1.2_1 26 Feb 2009 18:42:20 |
wxs |
- Fix memory leak (patch obtained from OpenBSD)
PR: ports/132119
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
4.1.2 05 Jan 2009 21:05:49 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
4.1.2 05 Oct 2007 19:03:52 |
miwi |
- Fix a typo
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: maintainer (via icq) |
4.1.2 16 Aug 2007 06:22:27 |
mlaier |
s/myself/maintainer/ so people get in touch with the right person.
Reviewed by: maintainer |
4.1.2 04 Jul 2007 06:11:37 |
miwi |
- Add syslogd named to the rc.d script
PR: 112946
Submitted by: gediminas <ggenutis_at_yahoo.com@FreeBSD.org>
Approved by: maintainer via im |
4.1.2 24 Jun 2007 09:15:03 |
miwi |
- Fix build with FreeBSD 5.X
PR: 113966
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
4.1.2 06 Jun 2007 16:38:53 |
miwi |
- Update to 4.1.2
PR: 113293
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
3.7_3 25 Mar 2007 17:24:07 |
pav |
- Fix crash with -t option
PR: ports/108657
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
3.7_3 20 Mar 2007 15:16:44 |
delphij |
- Resolve conflict between sa-spamd and pf-spamd
- Add pfspamd_setup_flags to give finer grained control
- Give maintainership to submitter
Submitted by: Alex Samorukov <samm os2 kiev ua>
PR: ports/108663 |
3.7_2 20 Mar 2007 13:48:16 |
delphij |
Give up maintainership because of "inactive" caused by unfair
China-targeted email blocks. I'm very sorry, Max, but I don't
think I can still take care for this port anymore. |
3.7_2 08 Nov 2006 04:03:20 |
delphij |
Use official OpenBSD spamd website as URL.
Submitted by: Yarema <yds CoolRat org>
PR: ports/105277 (1/many) |
3.7_2 10 May 2006 17:55:07 |
delphij |
Remove a mispatch sneaked in the previous revision.
Reported by: B. Cook <bcook bsdwebsolutions com>
Approved by: sem (mentor) |
3.7_1 02 May 2006 08:54:50 |
delphij |
- Make spamd work with ipfw(4) [1]
- Modernize RC_SUBR usage.
- Pet portlint(1)
Submitted by: Maurice Castro <maurice sphinx clari net au> [1]
PR: ports/94715
Approved by: sem (mentor) |
3.7 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
3.7 13 Apr 2005 12:13:41 |
leeym |
updates spamd to OpenBSD 3.7-RELEASE's bundled version.
Change details:
- Update to 3.7
- Use RCng scripts
- Fix installation of spamlogd(8)
- Change maintainer's mail address
PR: 79856
Submitted by: delphij |
3.5_2 13 Jan 2005 02:54:46 |
delphij |
Add instructions that is necessary to run pf-spamd with greylisting
feature.
Submitted by: mlaier |
3.5_2 12 Oct 2004 10:38:24 |
mat |
Change the rc.d/spamd.sh to rc.d/pf-spamd.sh so that it can be used with
SpamAssassin.
PR: 72083
Submitted by: maintainer |
3.5_1 18 Jul 2004 22:54:29 |
mlaier |
Update spamd to something OpenBSD-current(ish) in order to make the logging
functional.
Also drop maintainership and let Xin LI <delphij (at) frontfree (dot) net>
take over from here.
PR: ports/67503
Submitted by: Xin LI <delphij (at) frontfree (dot) net>
Approved by: clement |
3.5 28 Jun 2004 15:44:57 |
mlaier |
Make spamd-conf.8 adhere hier(7) and take $PREFIX into account.
PR: ports/65252
Submitted-by: Xin LI <delphij (at) frontfree (dot) net> (w/ changes) |
3.5 03 Apr 2004 16:42:37 |
mlaier |
Update spamd to version as of OpenBSD 3.5 to provide greylisting and others.
This brings two more tools: spamdb and spamlogd
PR: 64174
Approved by: mat |
3.4 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
3.4 14 Mar 2004 11:46:59 |
obraun |
Change maintainer address to maintainers @freebsd.org address.
Submitted by: maintainer |
3.4 09 Mar 2004 00:06:49 |
obraun |
* Update dependencies as pf is now part of the base system. [1]
* Make portlint a little bit happier while I am here.
PR: ports/63951 [1]
Submitted by: maintainer [1] |
3.4 29 Sep 2003 23:01:22 |
edwin |
New port: mail/spamd - Trapit in cooperation with security/pf
A Trapit is a fake SMTP server that tries to waste as much resources
of a spam-relay as possible - without delivering any mail.
Implemented for pf, but might work with other ip filters as well.
mail/relaydb is a fine tool to utilize spamd.
PR: ports/57365
Submitted by: Max Laier <max@love2party.net> |