| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Mar 2011 11:47:16
1.2.18
|
mi  |
Upgrade from 1.2.16 to 1.2.18. The author(s) no longer distribute the
distfile by itself -- only as part of a giant distribution including
Tcl/Tk-8.0 among other things, so I'm switching to housing the "seed"
myself for the time being.
The older vic and rat are expected to continue "just work" until I
upgrade them in their turns.
PR: ports/155335 |
03 Oct 2007 22:52:59
1.2.16
|
edwin  |
Remove support for OSVERSION < 5 |
22 Jan 2006 08:30:12
1.2.16
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 17:16:21
1.2.16
|
mi  |
Minor/cosmetic changes:
. on BSD use warn(3) instead of static "socket_error",
which is doing the same thing, but poorly;
. use herror(3) instead of "socket_error", when reporting
DNS-related problems;
. patch the test-harness to not fail if our own hostname
is not resolvable -- this is a sign of misconfiguration,
not of the library miscompilation. |
26 Mar 2005 20:50:06
1.2.16
|
mi  |
Use FreeBSD's declarations of inet_ntoa and _ntop -- FreeBSD's
*definitions* were used before anyway, but the declarations now
conflict on 6.x
Use uint32_t instead of `unsigned long', where a 32-bit unsigned value
is needed -- this fixes the qfDES encryption/decryption on 64-bit
platforms.
Reported by: pointyhat
Approved by: portmgr (kris) |
20 Mar 2005 23:13:45
1.2.16
|
mi  |
Upgrade devel/uclmmbase and mbone/vic to their latest respected
versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)
In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x
Per fenner's (much) earlier e-mail, grab maintainership for the time
being.
PR: ports/75066 (obsoleted)
Approved by: fenner (implicitly) |
31 Mar 2004 03:12:58
1.2.8
|
trevor  |
SIZEify (maintainer timeout) |
07 Mar 2003 06:01:16
1.2.8
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 Feb 2003 16:12:23
1.2.8
|
nork  |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly) |
24 Jan 2003 01:44:47
1.2.8
|
fenner  |
Handle the case where sizeof(long) > sizeof(int) |
24 Jan 2003 01:44:19
1.2.8
|
fenner  |
Actually check for inet_pton and inet_ntop in the right header.
Don't prototype inet_pton or inet_ntop if the system already has them. |
05 Sep 2002 09:12:37
1.2.8
|
kris  |
Fix build on -current |
16 Jun 2002 17:56:04
1.2.8
|
sumikawa  |
Add 'ipv6' on CATEGORIES. |
09 Jun 2002 06:23:50
1.2.8
|
jkoshy  |
Upgrade to v1.2.8.
Approved by: fenner@freebsd.org [MAINTAINER] |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
21 Aug 2000 01:54:43 
|
steve  |
Remove -Werror from CFLAGS because it was causing builds to fall over on the
Alpha. |