2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77) |
Log message:
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message:
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
2004-12-13 16:20:37 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Accept python 24 and 24pth
|
2004-06-13 12:59:31 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Some of the Python bytecode contains absolute paths. After
installation, the affected files are recompiled the first time
tmda-ofmipd runs with sufficient permissions. Force the recompile
during post-install to ensure the package tools record the right
checksums.
|
2004-06-10 18:33:40 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Always pass "-b" on the command line, in case the default behavior changes.
|
2004-06-06 07:08:34 by Amitai Schlair | Files touched by this commit (5) |
Log message:
Update to 1.0.3. From the changelog:
* Fixed a small bug in the auto-response rate limiting code that
choked on extremely long addresses.
(http://mla.libertine.org/tmda-users/2004-01/msg00375.html)
* Fixed a small bug in the X-Primary-Address header handling code that
was triggered by a broken MTA.
(http://mla.libertine.org/tmda-users/2004-01/msg00100.html)
* Fixed a bug in TMDAINJECT that caused Message-ID and Date headers to
differ when sending to multiple recipients.
* Fixed a bug that would cause pending message release to fail under
certain MTAs (particularily Exim) if the envelope sender was null <>.
pkgsrc changes:
* Add rc.d script for tmda-ofmipd.
* Create "tofmipd" user for tmda-ofmipd.
* Require Python 2.2 or higher, as needed by tmda-ofmipd.
* Use subst.mk to honor PKG_SYSCONFDIR.
* Set PKG_SYSCONFSUBDIR, as TMDA potentially has several config files.
* Update MASTER_SITES.
* Use shell globs to simplify some definitions.
* Remove MESSAGE, as TMDA provides its own upgrade instructions.
* Pass one file at a time to install(1) for the benefit of some of our
differently-abled platforms.
|
2004-04-18 06:42:32 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-01-28 01:12:53 by Kimmo Suominen | Files touched by this commit (4) |
Log message:
Upgrade to the 1.0 release.
|
2003-09-27 10:22:29 by Marc Recht | Files touched by this commit (1) |
Log message:
Add USE_BUILDLINK2.
This should fix hubertf's bulk build.
|