Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2_2,1 24 Feb 2024 18:20:51
    |
Muhammad Moinur Rahman (bofh)  |
mail/nullmailer: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.2_1,1 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 ) |
2.2_1,1 03 Aug 2022 06:52:50
    |
Baptiste Daroussin (bapt)  |
mail/nullmailer: do not reference anymore pkg-deinstall
pkg-deinstall script has been removed from the ports tree in the
last commit, but I didn't removed it from the Makefile breaking
the port as a result
Reported by: amdmi3 |
2.2_1,1 27 Jul 2022 14:59:48
    |
Baptiste Daroussin (bapt)  |
mail/nullmailer: remove useless pkg-deinstall
pkg does not allow interractive script, so the pkg-deinstall script
is never run |
2.2,1 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 ) |
2.2,1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.2,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2,1 13 Nov 2020 07:12:18
  |
fernape  |
mail/nullmailer: update to 2.2
ChangeLog: http://untroubled.org/nullmailer/ChangeLog
PR: 251074
Submitted by: uffe@uffe.org |
1.13_4,1 08 Nov 2019 19:09:49
  |
amdmi3  |
- Fix LICENSE
- Add LICENSE_FILE
- Simplify Makefile
- Switch to options helpers |
1.13_4,1 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.13_4,1 30 May 2019 01:47:53
  |
swills  |
mail/nullmailer: Fix send fail on GnuTLS
PR: 237613
Submitted by: David Hauweele <david@hauweele.net> |
1.13_3,1 08 Nov 2018 13:45:52
  |
tobik  |
mail/nullmailer: Unbreak build with Clang 6 (C++14 by default)
inject.cc:221:3: error: non-constant-expression cannot be narrowed from type
'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list
[-Wc++11-narrowing]
X(Errors-To, T,F,F,F,F), // 5
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p483866_s340093/logs/nullmailer-1.13_3,1.log
PR: 230496
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.13_3,1 05 May 2018 14:11:15
  |
danfe  |
For ports in `mail' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list. |
1.13_3,1 09 Oct 2016 22:01:34
  |
bsam  |
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
1.13_3,1 19 May 2016 11:09:14
  |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.13_3,1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.13_3,1 27 Mar 2016 14:58:00
  |
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.13_2,1 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 |
1.13_2,1 17 Oct 2014 23:35:23
  |
bapt  |
Fix harder
PR: 194205 |
1.13_2,1 17 Oct 2014 23:32:07
  |
bapt  |
Fix plist
PR: 148051
Pointyhat to: bapt |
1.13_1,1 23 Sep 2014 09:56:54
  |
bapt  |
Simplify plist |
1.13_1,1 28 Jul 2014 22:44:57
  |
wg  |
mail/nullmailer: support stage
- Pass maintainership to submitter
PR: 192217
Submitted by: uffe uffe org |
1.13_1,1 23 Jul 2014 09:54:02
  |
tijl  |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.13,1 16 Jul 2014 08:13:59
  |
bapt  |
Fix some non default LIB_DEPENDS
With hat: portmgr |
1.13,1 16 Dec 2013 18:24:49
  |
glarkin  |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
1.13,1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.13,1 10 Jul 2013 13:37:17
  |
wg  |
mail/nullmailer: update to 1.13
- Update to 1.13 [1]
- Unmute install command
Changes: http://untroubled.org/nullmailer/ChangeLog
PR: ports/180415
Submitted by: "r4721@tormail.org" <r4721@tormail.org>
Approved by: maintainer (implicit, away) |
1.11_1,1 05 Feb 2013 16:17:07
  |
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.11,1 16 Jan 2013 18:49:51
  |
glarkin  |
- Updated 1.11
- Added support for GNU TLS
- Converted to OptionsNG
- Trimmed Makefile header
PR: ports/173263
Submitted by: Ilya Skalozubov <skinc@skinc.ru> |
1.05_4,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. |
1.05_4,1 17 May 2011 18:58:49
 |
glarkin  |
- Moved a bunch of chmod and chown commands from Makefile to pkg-plist now
that PR 152498 has been committed [1]
- Other minor Makefile cleanups
Suggested by: Jason Helfman <jhelfman@e-e.com> [1] |
1.05_4,1 17 May 2011 16:07:49
 |
glarkin  |
- Switched order of install targets to prevent incorrect ownership on a
pipe, resulting in daemon startup failure
- Bumped PORTREVISION
Reported by: Jason Helfman <jhelfman@e-e.com> (via email) |
1.05_3,1 02 May 2011 19:22:45
 |
glarkin  |
- Fixed package installation problems caused by missing ETCDIR [1]
- Incorporated rc.d script patch [2]
- Fixed incorrect use of @ignore in pkg-plist (it ignores the next file
listed in pkg-plist, not the one on the same line as the directive)
- Remove the me.sample file from ETCDIR
- Bumped PORTREVISION
PR: ports/156755 (based on)
Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> [1]
Suggested by: dougb [2] |
1.05_2,1 27 Apr 2011 13:29:22
 |
glarkin  |
- Fixed spool file ownerships when installing from a package
- Various pkg-plist cleanups to ensure that chmod/chown commands are
executed in the proper order during package installation
- Added LICENSE
- Fixed REQUIRES: in rc.d script
- Bumped PORTREVISION
PR: ports/154437 (based on)
Submitted by: Uffe Jakobsen <uffe@uffe.org> |
1.05_1,1 15 Apr 2010 15:35:06
 |
glarkin  |
- Fixed a script name error in pkg-deinstall
- Changed syslog facility.level from local5.info to mail.info
- Removed /etc/syslog.conf mangling from pkg-install/deinstall
- Moved user/group creation from pkg-install to USERS/GROUPS style
supported by bsd.port.mk
- Updated nullmailer.in rc script to properly daemonize nullmailer-send
since the port does not use sysutils/daemontools
- Bumped PORTREVISION
Reported by: ed |
1.05 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.05,1 29 Oct 2009 00:19:23
 |
glarkin  |
- Updated distinfo due to a corrupted upstream package that was
corrected after the port upgrade to 1.05 had been committed. The
ChangeLog file in the upstream package had been 0 bytes, but the
new package has the complete file.
Reported by: pointyhat (pav), erwin, John M. Crawford
<crawford.6@sociology.osu.edu> |
1.05,1 20 Oct 2009 22:43:33
 |
glarkin  |
- Updated to 1.05 |
1.04,1 11 Aug 2009 21:52:12
 |
glarkin  |
- Updated to 1.04 |
1.03_2,1 11 Aug 2009 13:53:54
 |
glarkin  |
- Fixed text substitution in pkg-install.in
- Bumped PORTREVISION
- Took maintainership
PR: ports/137274
Submitted by: Steve <steve at mailermailer dot com> |
1.03_1,1 15 Jul 2009 05:33:15
 |
pgollucci  |
- USE_RC_SUBR != yes
- Use SUB_FILES correctly
- portlint |
1.03,1 12 May 2009 23:12:44
 |
linimon  |
clive has has his ports bit retaken for safekeeping.
Hat: portmgr |
1.03,1 22 Mar 2007 06:50:24
 |
vd  |
Fix typo. |
1.03,1 11 Dec 2006 14:05:23
 |
clive  |
Update to 1.03
* Remove dead master site
* Add the URL with the old versions to master sites to prevent 1.04
release rendering our port unfetchable
* Remove unnecessary -lstdc++ from CXXFLAGS
* Remove our implementation of SMTP authentication, since one has been
implemented by the authors (remove files/patch-doc-nullmailer-send.8,
files/patch-lib-list.h and files/patch-smtp_authentication)
* Add a note that the SMTP authentication option has been changed
Submitted by: vd |
1.00,1 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
1.00,1 22 Jan 2006 12:50:54
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.00,1 05 Mar 2005 03:46:18
 |
clive  |
o Upgrade to release 1.00.
o Bump PORTEPOCH since pkg_version thinks differently.
o Patch nullmailer-send.8 to indicate SMTP authentication is supported
as well. |
1.00r7_2 28 Nov 2004 11:06:01
 |
clive  |
+ Add smtp authentication support.
- files/patch-smtp_authentication
- files/remotes.sample (READ THIS)
+ fix a argument passing bug.
- files/patch-src-send.cc
Obtained from: Nullmailer Mailing List |
1.00r7_1 15 Oct 2004 08:38:10
 |
clive  |
Pipe stderr to logger(1) as well. |
1.00r7_1 12 Oct 2004 09:09:24
 |
clive  |
Embrace rc.subr(8). |
1.00r7 01 Aug 2004 08:53:57
 |
clive  |
Post gcc 3.4.2 fixup. |
1.00r7 27 Mar 2004 03:59:29
 |
clive  |
More chances to catch correct PID.
No functional change. |
1.00r7 16 Apr 2003 12:46:15
 |
clive  |
Do rm(1) before cvs(1) rm next time !! |
1.00r7 13 Apr 2003 13:22:28
 |
clive  |
* Upgrade to 1.00RC7
Miscellous fixes:
* Make sure home directory of nullmail user is correct.
(http://www.freebsd.org/cgi/mid.cgi?db=mid&id=20030207081144.GB52029@fatpipi.cirx.org)
* Typo fixed in pkg-message.
(Submitter: Thierry Thomas <thierry@pompo.net>)
* Better startup script.
(Submitter: lewiz <purple@lewiz.info>) |
1.00r5_2 07 Mar 2003 06:06:02
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.00r5_2 11 Jan 2003 12:50:38
 |
clive  |
Add a new master site. |
1.00r5_2 24 Nov 2002 20:11:06
 |
clive  |
(Force commit.)
Remove FORBIDDEN. The vulnerability had been resolved in another commit.
See Message-Id: <200211241046.gAOAkw1o058067@repoman.freebsd.org>
Noted by: nectar |
1.00r5_2 24 Nov 2002 19:06:42
 |
clive  |
Take nullmailer's sendmail and mailq out from ${LOCALBASE}/(bin|sbin).
The reason is strong. A quote from submitter:
In current state choose of native or nullmailer's
sendmail/mailq depends on order of paths in $PATH
instead of sysadmins choose. (/etc/mail/mail.conf in general case)
PR: ports/45152
Submitted by: "."@babolo.ru |
1.00r5_1 24 Nov 2002 10:46:58
 |
clive  |
Fix a possible denial of service vulnerability.
After this patch, the action of piping mails out won't stop,
even if all of your mails were failed to deliver. Nullmailer
itself will keep throwing mails to smart relay as long as
there're incoming mails, no matter how broken the recipients
of the previous mails.
Still leave this port in FORBIDDEN state until I address
PR ports/45152
Obtained from: http://www.debian.org/security/2002/dsa-198
Noted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
1.00r5_1 20 Nov 2002 15:06:13
 |
clive  |
Mark FORBIDDEN until I fix a long standing bug, which is noted as a
vulnerability.
No trojan, no privilege gain. Because nullmailer is not DSN aware,
it has nothing to do if the smart relay refuses to relay correctly.
Stopping itself in such condition is a bug, or not a proper feature.
On bugtraq, it's a vulnerability anyway. |
1.00r5_1 18 Nov 2002 14:32:20
 |
clive  |
Unbreak the build on -CURRENT.
Noted by: kris |
1.00r5_1 24 Aug 2002 16:30:51
 |
clive  |
Fix build on -CURRENT.
Noted by: kris |
20 Nov 2001 23:49:34
    |
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
20 May 2001 13:20:19
    |
clive  |
Main distribution site changed. |
10 Mar 2001 03:24:54
    |
clive  |
Add missing entry. |
04 Mar 2001 13:13:43
    |
clive  |
o Almost Dump-safe o Completely package-safe (with evil tricks) o Bump
PORTREVISION |
26 Feb 2001 17:10:34
    |
clive  |
Add missing entry. |
26 Feb 2001 03:08:51
    |
clive  |
Fix a typo which would results in wrong home directory of nullmail user. |
21 Feb 2001 02:25:59
    |
clive  |
This buffer is for notes you don't want to save, and for Lisp evaluation. If
you want to create a file, visit that file with C-x C-f, then enter the text
in that file's own buffer. |