2019-05-08 10:34:48 by Hauke Fath | Files touched by this commit (3) |
Log message:
Update openssl call in an Apple-specific code path - see
<https://github.com/Radmind/radmind/pull/320>
|
2019-05-03 13:04:34 by Hauke Fath | Files touched by this commit (9) |
Log message:
Add openssl 1.1 support, while maintaining compatibility to 1.0, from
upstream <https://github.com/Radmind/radmind/pull/320> with minor
changes.
|
2018-12-18 15:16:18 by Hauke Fath | Files touched by this commit (15) | |
Log message:
Newer Linuxen (Arch here) have moved makedev(3) from <sys/types.h> to
a Linux-only <sys/sysmacros.h>. Conditionally #include that in
transcript.c and update.c.
While here, comment the patches.
|
2016-04-14 13:17:31 by Hauke Fath | Files touched by this commit (3) |
Log message:
Fix setting custom permission bits, user and group information from
a special transcript. Late fallout from Radmind bug #221.
|
2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |
Log message:
Bump PKGREVISION for security/openssl ABI bump.
|
2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499) |
Log message:
Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2014-01-08 13:11:40 by Hauke Fath | Files touched by this commit (1) |
Log message:
The package's build system does not ensure libsnet is built before
linking to it, so mark unsafe for parallel makes.
|
2014-01-08 12:54:04 by Hauke Fath | Files touched by this commit (20) |
Log message:
Back-port and complete the fixes from radmind HEAD to support 64 bit
time_t on NetBSD 6+.
The configure patch had to be generated with autoconf downgraded to 2.61 -
leave it to autohell to ruin your day...
While we are here, shake, rattle & roll the patches.
The resulting gyrations finally fix PR pkg/46555
|