2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-17 20:14:04 by Thomas Merkel | Files touched by this commit (2) |
Log message:
chat/icbirc: Update to 2.1
2.1:
Return *** as nick in IRC error messages (where missing), add
pledge(2) call on OpenBSD, from semarie@.
2.0:
Merge OpenBSD port patches, originally from ray@ in 2009:
Fix corruption that occurs when connecting and reconnecting to icbirc
repeatedly. After a while, icbirc starts reusing the command buffer
from a previous connection, causing all further connections to
incorrectly parse commands.
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209) |
Log message:
Comment out dead sites.
|
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
|
2015-08-21 01:39:44 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Update MASTER_SITES
- Add LICENSE as 2-clause-bsd
(upstream)
- Update 1.8 to 1.9, From: http://www.benzedrine.ch/icbirc.html
-----------------
1.9: Aug 20, 2015
When receiving an IRC PING, additionally send an ICB NOOP, to detect a
stalled server connection. Patch from Sebastien Marie <semarie@openbsd.org>.
|
2015-01-01 10:24:22 by David A. Holland | Files touched by this commit (1) |
Log message:
"uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)
|
2012-10-03 02:02:47 by Aleksej Saushev | Files touched by this commit (131) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2008-11-16 20:16:49 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Add a small function from OpenSSH for systems that don't support __progname
Initially this is for SunOS only so this package can build on OpenSolaris.
PKGREVISION++
|
2008-03-03 03:19:52 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|