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/opendkim/Makefile
SVNWeb

Number of commits found: 70

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
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)
Tue, 10 May 2022
[ 20:17 Bryan Drewery (bdrewery) search for other commits by this committer Author: Evilham ]    commit hash:e0c54af8111e5e82e461dc2a15df341a6970801e  commit hash:e0c54af8111e5e82e461dc2a15df341a6970801e  commit hash:e0c54af8111e5e82e461dc2a15df341a6970801e  e0c54af 
mail/opendkim: Properly create pidfile dir

Submitted by:	Evilham
Approved by:	maintainer timeout
PR:		262473
Sun, 16 Jan 2022
[ 19:26 Chris Rees (crees) search for other commits by this committer ]    commit hash:27f7397a8f598df0953ed8f9db562308ac6f1bee  commit hash:27f7397a8f598df0953ed8f9db562308ac6f1bee  commit hash:27f7397a8f598df0953ed8f9db562308ac6f1bee  27f7397 
mail/opendkim: Silence RC script warning

Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Fri, 14 Jan 2022
[ 18:01 Chris Rees (crees) search for other commits by this committer ]    commit hash:0e46cdf18498118d3309812946e1df0245d62cb0  commit hash:0e46cdf18498118d3309812946e1df0245d62cb0  commit hash:0e46cdf18498118d3309812946e1df0245d62cb0  0e46cdf 
mail/opendkim: Respect PidFile setting in opendkim.conf

While here, pet rclint a bit, though it doesn't like the profile parts
not being in functions

PR:		ports/254762
Reported by:	Rob LA LAU <freebsd@ohreally.nl>
Reviewed by:	skozlov (a previous iteration)
Approved by:	maintainer timeout, 9 months
Differential Revision: https://reviews.freebsd.org/D29586
Sat, 8 Jan 2022
[ 13:07 Chris Rees (crees) search for other commits by this committer ]    commit hash:d5d57b5a024f884392cf7358279dfd2f623abbe2  commit hash:d5d57b5a024f884392cf7358279dfd2f623abbe2  commit hash:d5d57b5a024f884392cf7358279dfd2f623abbe2  d5d57b5 
mail/opendkim: Fix errors when no value is set for socket in RC script

Fix errors

PR:		ports/222122
Submitted by:	Matthias Pfaller <matthias.pfaller@familie-pfaller.de>
			(Fix)

While here, various style fixes; no need for the "x$var" != "x" idiom
as that is confusing to follow.

Approved by:	maintainer timeout (3 years)
Sun, 29 Aug 2021
[ 18:55 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:554623c238346750a8c22a4441e821d534e63218  commit hash:554623c238346750a8c22a4441e821d534e63218  commit hash:554623c238346750a8c22a4441e821d534e63218  554623c 
mail/opendkim: Add CPE information

Approved by:	portmgr (blanket)
Sun, 1 Aug 2021
[ 08:32 Xin LI (delphij) search for other commits by this committer ]    commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  974e13b  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
net/openldap24-server: Make SASL permanent for OpenLDAP port.

PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
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.
Sat, 4 Jul 2020
[ 08:52 lwhsu search for other commits by this committer ] Original commit   Revision:541178
mail/opendkim: Respect DEBUG option

PR:		242425
Submitted by:	ml@netfence.it
Approved by:	maintainer timeout
Mon, 31 Dec 2018
[ 20:51 swills search for other commits by this committer ] Original commit   Revision:488837
mail/opendkim: fix build with lua52 and lua53

PR:		232953
Submitted by:	Chad Jacob Milios <milios@ccsys.com> (with slight changes)
Reported by:	pr@aoek.com
Approved by:	maintainer timeout (freebsd-ports@dan.me.uk, >2 weeks)
Fri, 23 Nov 2018
[ 20:17 swills search for other commits by this committer ] Original commit   Revision:485703
mail/opendkim: mark broken with Lua 5.3 and higher

PR:		232953
Reported by:	pr@aoek.com
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Sat, 20 Oct 2018
[ 10:19 mfechner search for other commits by this committer ] Original commit   Revision:482481
Fixed problems with OpenSSL 1.1.1 and an error message regarding lua.

PR:		223568
Submitted by:	freebsd-ports@dan.me.uk
Reported by:	pi@FreeBSD.org
Reviewed by:	mfechner@FreeBSD.org
Approved by:	mentors (implicit)
Fri, 12 Oct 2018
[ 15:30 uqs search for other commits by this committer ] Original commit   Revision:481909
Fix mail/opendkim to work with standard sendmail in base

PR:		208056
Submitted by:	Krzysztof <ports@bsdserwis.com>
Reported by:	Marcin Cieslak
Tue, 18 Sep 2018
[ 18:24 swills search for other commits by this committer ] Original commit   Revision:480056
dns/unbound: update to 1.8.0

Bump PORTREVISION on consumers due to library major version change

PR:		231283
Submitted by:	jaap@NLnetLabs.nl (maintainer)
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Thu, 5 Jul 2018
[ 08:37 amdmi3 search for other commits by this committer ] Original commit   Revision:473954
- Switch to new test framework
- Switch to options helpers

Approved by:	portmgr blanket
Sun, 1 Jul 2018
[ 10:17 dinoex search for other commits by this committer ] Original commit   Revision:473663 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
Thu, 29 Mar 2018
[ 14:53 mat search for other commits by this committer ] Original commit   Revision:465899 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Mark some ports broken with openssl-devel.

Sponsored by:	Absolight
Wed, 1 Nov 2017
[ 13:10 olgeni search for other commits by this committer ] Original commit   Revision:453284 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Fri, 18 Aug 2017
[ 20:49 swills search for other commits by this committer ] Original commit   Revision:448274
mail/opendkim: Add GID support to the rc script

PR:		208056
Submitted by:	Krzysztof <ports@bsdserwis.com>
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Fri, 3 Mar 2017
[ 04:12 miwi search for other commits by this committer ] Original commit   Revision:435306 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Chase ldns shlip bump

PR:		217495
Mon, 8 Aug 2016
[ 13:46 mat search for other commits by this committer ] Original commit   Revision:419843 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 15 Mar 2016
[ 06:21 ohauer search for other commits by this committer ] Original commit   Revision:411143
- bump PORTREVISION on ports depending on unbound

PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
Sat, 13 Feb 2016
[ 09:03 dinoex search for other commits by this committer ] Original commit   Revision:408774 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
Thu, 4 Feb 2016
[ 15:58 erwin search for other commits by this committer ] Original commit   Revision:408047
- Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports

Some Upgrade Notes:

This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.

Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 28 Aug 2015
[ 09:23 matthew search for other commits by this committer ] Original commit   Revision:395454
* Add a fix for where libopendkim fails to cope with a header line
  which is wrapped immediately after the header name.  This has been
  reported upstream:

http://sourceforge.net/p/opendkim/bugs/230/

* Update pkg-descr -- all of the ADSP stuff has gone from opendkim
  now.

PR:		202668
Approved by:	freebsd-ports@dan.me.uk (maintainer)
Thu, 6 Aug 2015
[ 22:36 madpilot search for other commits by this committer ] Original commit   Revision:393675
- Update mail/opendkim to 2.10.3
- Assign maintainership to submitter
- Mark mail/p5-Mail-OpenDKIM as broken, and deprecate it, please
  use mail/p5-Mail-DKIM instead

While here:

- Sort USES
- Make IGNORE text start with lower case
- Regenerate some patches

PR:		200900
Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk>
Approved by:	Maintainer timeout
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Thu, 11 Dec 2014
[ 05:26 koobs search for other commits by this committer ] Original commit   Revision:374511 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
databases/libmemcached: Update to 1.0.18 and much more

- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
Fri, 22 Aug 2014
[ 09:06 amdmi3 search for other commits by this committer ] Original commit   Revision:365620
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns

Approved by:	portmgr blanket
[ 06:56 mandree search for other commits by this committer ] Original commit   Revision:365611
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Wed, 30 Jul 2014
[ 02:12 amdmi3 search for other commits by this committer ] Original commit   Revision:363432
- Switch databases/opendbx to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- 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)
Thu, 17 Jul 2014
[ 14:07 matthew search for other commits by this committer ] Original commit   Revision:362142
Fix compilation when options enabled

   - Typo JANNSON --> JANSSON
   - Additional files for shebangfix
   - Add missing shlibs to pkg-plist and rationalise the %%TAG%% markers

Submitted by:	tijl
Approved by:	portmgr (blanket 'just fix it')
[ 09:50 matthew search for other commits by this committer ] Original commit   Revision:362129
Update to 2.9.2

  - Options helpers
  - Uses += libtool
  - Regenerate pkg-plist based on 'make makeplist'
  - Almost all of what was in Makefile.features disappeared due to
    usage of options helpers, so make that file redundant.

PR:		191286
Approved by:	maintainer timeout (> 3 weeks)
Tue, 15 Jul 2014
[ 16:14 adamw search for other commits by this committer ] Original commit   Revision:361961 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Tue, 22 Apr 2014
[ 15:58 rene search for other commits by this committer ] Original commit   Revision:351857
- Add an option for DEBUG
- Shebang fixes for perl scripts
- Properly handle conditional manual pages

Part of PR already committed in r351697

PR:		ports/188266
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<umq@ueo.co.jp> , 18 days)
Mon, 21 Apr 2014
[ 17:40 bapt search for other commits by this committer ] Original commit   Revision:351697
Support stage
Switch to lua 5.2
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)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 7 May 2013
[ 13:00 bdrewery search for other commits by this committer ] Original commit   Revision:317604
- Update to 2.8.3
- Add missing pkgconfig build dependency

Changelog: http://lists.opendkim.org/archive/opendkim/announce/2013/05/0044.html

PR:		ports/178382
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Thu, 28 Mar 2013
[ 22:58 madpilot search for other commits by this committer ] Original commit   Revision:315506
Update to 2.8.2

PR:		ports/177433
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Wed, 27 Feb 2013
[ 08:42 beech search for other commits by this committer ] Original commit   Revision:313038
- Update to 2.8.0
- Release-announcement:
   http://lists.opendkim.org/archive/opendkim/announce/2013/02/0041.html

PR:		ports/176462
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Mon, 7 Jan 2013
[ 19:25 madpilot search for other commits by this committer ] Original commit   Revision:310052
Update to 2.7.4

PR:		ports/175088
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Thu, 13 Dec 2012
[ 21:40 madpilot search for other commits by this committer ] Original commit   Revision:308871
- Update to 2.7.3
- Use GROUP options

PR:		ports/173635
Submitted by: 	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Mon, 12 Nov 2012
[ 13:04 madpilot search for other commits by this committer ] Original commit   Revision:307334
- Update to 2.7.1
- Convert to new options framework
- Document US-CERT VU#268267
- Trim Makefile headers

PR:		ports/173226
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe:	yes
Tue, 15 May 2012
[ 00:24 zi search for other commits by this committer ] Original commit 
- Fix install whenever WITH_FILTER is not specified
- Do not bump PORTREVISION

PR:             ports/167803
Submitted by:   zi
Approved by:    Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Tue, 10 Apr 2012
[ 09:20 culot search for other commits by this committer ] Original commit 
- Update to 2.5.2

Changes:       
http://sourceforge.net/projects/opendkim/files/RELEASE_NOTES/view
PR:             ports/166808
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Mon, 26 Mar 2012
[ 08:53 sunpoet search for other commits by this committer ] Original commit 
- Update to 2.5.1

Changes:       
http://sourceforge.net/projects/opendkim/files/RELEASE_NOTES/view
PR:             ports/166179
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe:   yes
Mon, 5 Mar 2012
[ 18:45 jgh search for other commits by this committer ] Original commit 
- Update to 2.5.0.1
- stylistic maintainer fixes

PR:     ports/165601
Submitted by:   maintainer, umq@ueo.co.jp
Thu, 1 Mar 2012
[ 17:38 scheidell search for other commits by this committer ] Original commit 
- Update to 2.5.0
- Unbreak build with ARLIB and clang

PR:             ports/165583
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by:    gabor (mentor, implicit)
Sun, 22 Jan 2012
[ 11:49 scheidell search for other commits by this committer ] Original commit 
- update to 2.4.3 [1]
- add in secondary master path [2]

PR:             ports/163984 [1]
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> [1]
Reviewed by:    scheidell [2]
Approved by:    maintainer, gabor (mentor)
Mon, 9 Jan 2012
[ 20:00 ohauer search for other commits by this committer ] Original commit 
- fix outdated download link
Sun, 8 Jan 2012
[ 01:23 scheidell search for other commits by this committer ] Original commit 
- make dependency to Sendmail optional

PR:             ports/162177
Submitted by:   Michele Mazzucchi <m.mazzucchi@frontdam.com>
Approved by:    maintainer (timeout, 60 days), gabor (mentor)
Sat, 2 Jul 2011
[ 11:55 swills search for other commits by this committer ] Original commit 
- Update to 2.4.1

PR:             ports/158575
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Wed, 27 Apr 2011
[ 10:12 bapt search for other commits by this committer ] Original commit 
- update to 2.3.2

PR:             ports/156518
Submitted by:   Hirohisa Yamaguchi <umq _at_ ueo.co.jp> (maintainer)
Mon, 29 Nov 2010
[ 19:01 pav search for other commits by this committer ] Original commit 
- Update to 2.2.2

PR:             ports/152670
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Thu, 22 Jul 2010
[ 02:30 sahil search for other commits by this committer ] Original commit 
- Update to 2.1.3
- Define OPTIONS
- Respect NOPORTDOCS
- Remove unnecessary patches
- Fix alignment in Makefile header

PR:             ports/148397
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Tue, 22 Dec 2009
[ 11:36 miwi search for other commits by this committer ] Original commit 
- Chase libtre shlib bump
Sat, 21 Nov 2009
[ 14:42 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.2

PR:             140191
Submitted by:   Sahil Tandon <sahil@tandon.net>
Approved by:    maintainer timeout
Mon, 21 Sep 2009
[ 12:25 pav search for other commits by this committer ] Original commit 
OpenDKIM is an open source implementation of the DKIM sender authentication
system proposed by the E-mail Signing Technology Group (ESTG), now a proposed
standard of the IETF (RFC4871).

The OpenDKIM package consists of a library that implements the DKIM service
and a milter-based filter application that can plug in to any milter-aware
MTA to provide that service to sufficiently recent sendmail MTAs and other
MTAs that support the milter protocol.

WWW:    http://opendkim.org/

PR:             ports/138232
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Feature safe:   yes

Number of commits found: 70