Commit graph

21 commits

Author SHA1 Message Date
Fredrik Pettai
5705c34d97 description update 2008-12-01 00:08:43 +00:00
Fredrik Pettai
ab4ebb19ba added pkg/38983 patch + some cleanup 2008-12-01 00:04:29 +00:00
Fredrik Pettai
313cb51c56 Upgraded sid-milter (senderid-milter) package to v.1.0.0 2008-09-07 09:23:12 +00:00
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Adrian Portelli
cfa05464db Update to 0.2.14
Patches from and new MAINTAINER Fredrik Pettai
Fix some pkglint warnings and create some directories before install

0.2.6           2005/02/24
Further array boundary checking.  Reported by Fredrik Pettai
of Vattenfall.
0.2.7           2005/03/11
LIBAR: Fix up some linked list shenanigans that could cause loops
and other problems.
0.2.8           2005/04/28
Better reporting of failures from libar.
Pay attention to the scope of the query (Sender ID vs. SPF) and
apply the proper policy record when more than one is
returned.
LIBMARID: Fix an off-by-one test which was messing up handling of
"ptr" directives in SPF records.  Patch from Manabu Kondo
of IIJ.
0.2.9           2005/07/21
Fix bug SF1232318: Reset a policy string buffer before reusing it,
which could lead to false positives when performing
multi-query evaluations.
Feature Request SF1123831: Log command line arguments at startup.
0.2.10          2005/12/09
Fix a TXT record reassembly bug in sid_marid_check().  Based on
a patch by Dick St. Peters of Netheaven.
When reporting failures from sid_marid_check(), report what was
being checked.  Based on a patch from Dick St. Peters of
Netheaven.
Fix bug #SF1364413: Change the way PTR records are constructed to
deal with Solaris portability issues.  Reported by
Fredrik Pettai.
Include a policy macro expansion patch and couple of other minor
fixes from Dick St. Peters of Netheaven.
Add a new rejection option which will bounce messages for which
either test failed and the other did not pass.  Based on
a patch from Dick St. Peters of Netheaven.
Feature request #SF1371268: Set the reply message to use when
rejecting a message for policy reasons.  Suggested by
Fredrik Pettai.
LIBAR: Fix a build issue introduced in the previous release.
0.2.11          2006/04/20
Fix bug #1379541: Remove proprietary dependencies for compiling
debug mode.
Feature request #SF1465564: Add "-H" command line option which
allows a name other than the hostname to be included in
results and identification headers.
Feature request #SF1465576: Add "-M" command line option which
allows a customizable SMTP rejection message, with a few
token substitutions available.
Feature request #SF1468334: Add "-D" command line flag to make
DNS errors into softfails and allow delivery rather than
temp-failing.
LIBAR: Add a timeout to the I/O wait so that retransmissions
actually get done while waiting for activity.
0.2.12          2006/05/02
Send periodic milter progress messages when waiting for DNS replies.
LIBAR: Further fixes around retransmissions.
0.2.13          2006/05/19
When giving up on one of several parallel DNS queries, cancel all
the other ones before returning.  Failing to do so can result
in crashes or other undesirable behaviour.  Problem noted by
Fredrik Pettai.
0.2.14          2006/07/27
When using the stock resolver, distinguish properly between results
NO_DATA and HOST_NOT_FOUND.
Support versions of libmilter old enough that they don't have
smfi_insheader().
Feature request #SF1481666: Set an SMTP reply code when rejecting
or temp-failing messages.  Requested by Steve McKenna.
Feature request #SF1481669: Optionally syslog activity inside
libmarid.  Requested by Steve McKenna.
Feature request #SF1495205: More liberal use of smfi_setreply() to
pass status back up from libar and from libmarid.
Requested by Fredrik Pettai.
Feature request #SF1497799: Optionally quarantine messages instead
of rejecting them.  Requested by Fredrik Pettai.
LIBMARID: Fix handling of malformed "ip4" clauses to avoid a NULL
dereference.  Problem noted by Fredrik Pettai.
2007-11-08 23:25:31 +00:00
Krister Walfridsson
e1c9277837 Add RMD160 checksum. 2006-08-19 18:37:46 +00:00
Aleksey Cheusov
51d0b4720c man ---> ${PKGMANDIR} 2006-04-21 07:31:46 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Roland Illig
3b226c845a Removed the quotes around SUBST_MESSAGE.* where they were unnecessary. 2006-01-17 10:20:45 +00:00
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Roland Illig
0fc4c4d136 Converted USE_GNU_TOOLS to USE_TOOLS. 2005-05-24 10:44:35 +00:00
Roland Illig
905ad5a1e3 Removed trailing white-space. 2005-05-23 10:27:02 +00:00
Jeremy C. Reed
7cd5218772 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Not all of these packages have been tested.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:38 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Adrian Portelli
8c4902e770 - Fix custom do-install to be more like default app install 2005-02-22 09:50:24 +00:00
Adrian Portelli
d827fb28f1 Fix for removal of patch-aa 2005-02-22 09:38:38 +00:00
Adrian Portelli
85a78ed102 - Update to 0.2.5
- No ChangeLog available
2005-02-22 09:36:05 +00:00
Adrian Portelli
7917392e0d Add status file so ppl know what going on with the package 2004-09-01 10:40:12 +00:00
Adrian Portelli
08eea2465a An open source implementation of the Sender ID specification as defined by the
Internet Engineering Task Force's (IETF).

The Sender ID proposal includes three different specifications:
draft-ietf-marid-core-03 
draft-ietf-marid-protocol-02 
draft-ietf-marid-submitter-03 

sid-milter implements the -core and -protocol specifications. -submitter 
requires an optional SMTP extension that would be implemented in the sendmail 
MTA.

This implementation is part of the Sendmail Messaging Integrity program, a 
comprehensive testing initiative designed to gather real-world usage data by 
evaluating several aspects of various leading sender authentication schemes 
against a wide range of SMTP software operating today.

This software is being provided to the open source community for the purposes 
of testing the DomainKeys approach against various implementations of mail 
transport agents, mail list managers, forwarding services, and various other 
SMTP software.

THIS IS PRE-RELEASE SOFTWARE, and should not be used in any critical 
production environments.
2004-09-01 10:35:53 +00:00