This patches fix actual BUGS in the Scotty code: . any Tcl above 8.2 will also work fine; . icmp.test no longer causes crashes -- an off-by-one error in argument parsing code was the reason for occasional segfaults . TUBS-REGISTRATION was renamed to TUBS-SMI, but the mibs.test did not know about it There still are some test failures, but I think (hope), they are due to mistakes in the tests themselves. -mi --- ../tnm/generic/tnmInit.c Wed Oct 6 05:35:57 1999 +++ ../tnm/generic/tnmInit.c Thu Mar 8 19:49:33 2001 @@ -431,3 +431,3 @@ #ifdef USE_TCL_STUBS - if (Tcl_InitStubs(interp, "8.2", 1) == NULL) { + if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) { return TCL_ERROR; --- ../tnm/generic/tnmIcmp.c Wed Oct 6 05:07:04 1999 +++ ../tnm/generic/tnmIcmp.c Fri Mar 9 17:58:05 2001 @@ -273,6 +273,6 @@ * Parse the options. */ - while (1) { + while (x < objc) { code = TnmGetTableKeyFromObj(interp, icmpOptionTable, objv[x], "option"); --- ../tnm/tests/mib.test Fri Feb 11 14:43:38 2000 +++ ../tnm/tests/mib.test Fri Mar 9 18:25:48 2001 @@ -30,1 +30,1 @@ -lappend tnm(mibs) TUBS-REGISTRATION TUBS-IBR-TEST-MIB +lappend tnm(mibs) TUBS-SMI TUBS-IBR-TEST-MIB @@ -689,2 +689,2 @@ mib info files *SMI -} {RFC1155-SMI SNMPv2-SMI} +} {RFC1155-SMI SNMPv2-SMI TUBS-SMI} 5ddb2381c38d14c4d611e'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cybox
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.1.0.14antoine2017-05-212-6/+10
* - Update to 2.1.0.13antoine2017-01-222-6/+15
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
* Update to 2.1.0.12antoine2015-11-012-3/+3
* Update to 2.1.0.11antoine2015-04-302-3/+3
* Update to 2.1.0.10antoine2015-03-272-3/+3
* Update to 2.1.0.9antoine2014-12-232-3/+3
* Update to 2.1.0.8antoine2014-10-202-3/+3
* Update to 2.1.0.7antoine2014-09-062-3/+3
* Convert a few ports to USES=pythonantoine2014-08-301-3/+2
* Update to 2.1.0.6antoine2014-07-272-3/+3
* Update to 2.1.0.5antoine2014-07-222-5/+3
* Update to 2.1.0.4antoine2014-05-102-4/+5
* Distfile rerolled with a license file and some examplesantoine2014-04-072-3/+8
* Update to 2.1.0.2antoine2014-04-012-3/+3
* Update to 2.1.0.1antoine2014-02-222-3/+3
* New port: security/py-cyboxantoine2014-01-31