notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/spamd/Makefile
SVNWeb

Number of commits found: 48

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 12 Nov 2021
[ 12:39 Fernando Apesteguía (fernape) search for other commits by this committer Author: Nikola Kolev ]    commit hash:59b83838b809b2ddb5f742c341d66564963dc125  commit hash:59b83838b809b2ddb5f742c341d66564963dc125  commit hash:59b83838b809b2ddb5f742c341d66564963dc125  59b8383 
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
Wed, 9 Jun 2021
[ 19:21 Olli Hauer (ohauer) search for other commits by this committer ]    commit hash:c16bc6bf10655d96b3005b59633eaa2367f50d94  commit hash:c16bc6bf10655d96b3005b59633eaa2367f50d94  commit hash:c16bc6bf10655d96b3005b59633eaa2367f50d94  c16bc6b 
mail/spamd: bump PORTREVISION
[ 19:19 Olli Hauer (ohauer) search for other commits by this committer ]    commit hash:a79b40aafb34d419645305bd3a14a5ea6d646360  commit hash:a79b40aafb34d419645305bd3a14a5ea6d646360  commit hash:a79b40aafb34d419645305bd3a14a5ea6d646360  a79b40a 
mail/spamd: move to ports@ and set EXPIRATION_DATE
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 30 Mar 2020
[ 21:10 ohauer search for other commits by this committer ] Original commit   Revision:529921
- 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
Wed, 1 Jan 2020
[ 17:27 brnrd search for other commits by this committer ] Original commit   Revision:521748 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Chase rename of security/openssl111

 - Categories a-m

MFH:		2020Q1
Wed, 3 Apr 2019
[ 08:44 antoine search for other commits by this committer ] Original commit   Revision:497683
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Sat, 17 Feb 2018
[ 12:00 sunpoet search for other commits by this committer ] Original commit   Revision:462135
Use BROKEN_SSL

Approved by:	portmgr (blanket)
Fri, 1 Sep 2017
[ 22:03 adamw search for other commits by this committer ] Original commit   Revision:449108
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
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Tue, 29 Nov 2016
[ 18:46 mat search for other commits by this committer ] Original commit   Revision:427389 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Sun, 12 Jun 2016
[ 17:57 ohauer search for other commits by this committer ] Original commit   Revision:416816
- allow build with openssl / libressl from ports
- convert PLIST_SUB into SUB_LIST
- bump PORTREVISION
- small Makefile tweaks

PR:		210028
Submitted by:	adamw@
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sat, 20 Dec 2014
[ 19:12 bapt search for other commits by this committer ] Original commit   Revision:375095
cleanup plist
Thu, 4 Sep 2014
[ 19:26 antoine search for other commits by this committer ] Original commit   Revision:367307 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
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
Fri, 11 Apr 2014
[ 20:47 ohauer search for other commits by this committer ] Original commit   Revision:351039
- revert PLIST_SUB changes to fix the rc script
- bump PORTREVISION
[ 08:54 ohauer search for other commits by this committer ] Original commit   Revision:350907
- add stage support
- change MASTER_SITE from berlios to SF
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345418 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category mail
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Tue, 8 Jan 2013
[ 14:46 uqs search for other commits by this committer ] Original commit   Revision:310092
Fix obspamlogd rc script's use of tests, while here fix whitespace.

Approved by:	beat (mentor)
Wed, 2 Jan 2013
[ 23:36 ohauer search for other commits by this committer ] Original commit   Revision:309849
- update MASTER_SITE
- adopt new Makefile header

PR:		174915
Submitted by:	Brad Davis <brd@FreeBSD.org>
Sat, 4 Jun 2011
[ 21:51 ohauer search for other commits by this committer ] Original commit 
- 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@
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- 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)
Sun, 31 Oct 2010
[ 22:10 ohauer search for other commits by this committer ] Original commit 
 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)
Wed, 30 Jun 2010
[ 10:35 stefan search for other commits by this committer ] Original commit 
Let obspamlogd manage its own pflog interface.

PR:             146571
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:    maintainer
Feature safe:   yes
Sat, 3 Oct 2009
[ 04:39 avl search for other commits by this committer ] Original commit 
- Fix ipfw issues
- Bump PORTREVISION

PR:             ports/139306
Submitted by:   Olli Hauer <ohauer at gmx.de> (maintainer)
Approved by:    tabthorpe, glarkin (mentors, implicit)
Sun, 20 Sep 2009
[ 18:54 amdmi3 search for other commits by this committer ] Original commit 
- Fix startup script

PR:             138913
Submitted by:   olli hauer <ohauer@gmx.de> (maintainer)
Feature safe:   yes
Thu, 17 Sep 2009
[ 12:41 pav search for other commits by this committer ] Original commit 
- 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
Thu, 23 Jul 2009
[ 12:52 wxs search for other commits by this committer ] Original commit 
- 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)
Thu, 26 Feb 2009
[ 18:42 wxs search for other commits by this committer ] Original commit 
- 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)
Mon, 5 Jan 2009
[ 21:05 pav search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Wed, 6 Jun 2007
[ 16:38 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update to 4.1.2

PR:             113293
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Tue, 20 Mar 2007
[ 15:16 delphij search for other commits by this committer ] Original commit 
 - 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
[ 13:48 delphij search for other commits by this committer ] Original commit 
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.
Wed, 10 May 2006
[ 17:55 delphij search for other commits by this committer ] Original commit 
Remove a mispatch sneaked in the previous revision.

Reported by:    B. Cook <bcook bsdwebsolutions com>
Approved by:    sem (mentor)
Tue, 2 May 2006
[ 08:54 delphij search for other commits by this committer ] Original commit 
 - 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)
Wed, 13 Apr 2005
[ 12:13 leeym search for other commits by this committer ] Original commit 
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
Tue, 12 Oct 2004
[ 10:38 mat search for other commits by this committer ] Original commit 
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
Sun, 18 Jul 2004
[ 22:54 mlaier search for other commits by this committer ] Original commit 
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
Mon, 28 Jun 2004
[ 15:44 mlaier search for other commits by this committer ] Original commit 
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)
Sat, 3 Apr 2004
[ 16:42 mlaier search for other commits by this committer ] Original commit 
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
Sun, 14 Mar 2004
[ 11:46 obraun search for other commits by this committer ] Original commit 
Change maintainer address to maintainers @freebsd.org address.

Submitted by:   maintainer
Tue, 9 Mar 2004
[ 00:06 obraun search for other commits by this committer ] Original commit 
* 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]
Mon, 29 Sep 2003
[ 23:01 edwin search for other commits by this committer ] Original commit 
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>

Number of commits found: 48