diff options
author | plunky <plunky@pkgsrc.org> | 2015-10-06 19:49:32 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2015-10-06 19:49:32 +0000 |
commit | 4298a45f981151c0877e1528cc2c385a3fa9e0f2 (patch) | |
tree | 9950ee0219d7cdd71718751b97784f97c2e0513a /geography/kplex | |
parent | 711f460c27b519d13930007a0e671c2235ff36ad (diff) | |
download | pkgsrc-4298a45f981151c0877e1528cc2c385a3fa9e0f2.tar.gz |
update kplex; from the ChangeLog:
v1.3.1
Released 27th September 2015
- Fixed various uninitialised pointer fixes
- Updated Makefile for OpenWRT and github builds
- Accept NULL as a sentence terminator with "strict=no"
- Fixed problem with non-truncation of output files
- Better guessing of UDP interface parameters
- Define ACCESSPERMS, remove redundant declarations, add header guards
- Fixed bug in source filtering
- Added option to re-enable nagle for TCP interfaces
- "-d" flag now documented with additional debugging
- Default queue sizes reduced and SNDBUF size reduced
- Added optional interface to filter rules
v1.3
Released 15th April 2015
- Added udp interface type
- Added "strict" option and potential for looser parsing constraints
- Added "preamble" option to tcp interfaces
- Added AIS coalescing
- Fixed bugs in failover specification parsing
- Fixed file output to non-pre-existing files
Diffstat (limited to 'geography/kplex')
-rw-r--r-- | geography/kplex/Makefile | 4 | ||||
-rw-r--r-- | geography/kplex/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/kplex/Makefile b/geography/kplex/Makefile index 8d8c6184caf..465fafde8e7 100644 --- a/geography/kplex/Makefile +++ b/geography/kplex/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/02/16 21:10:32 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2015/10/06 19:49:32 plunky Exp $ -DISTNAME= kplex-1.2 +DISTNAME= kplex-1.3.1 CATEGORIES= geography MASTER_SITES= http://www.stripydog.com/download/ EXTRACT_SUFX= .tgz diff --git a/geography/kplex/distinfo b/geography/kplex/distinfo index 33999de6d2b..2f5def6770b 100644 --- a/geography/kplex/distinfo +++ b/geography/kplex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2015/02/16 21:10:32 plunky Exp $ +$NetBSD: distinfo,v 1.2 2015/10/06 19:49:32 plunky Exp $ -SHA1 (kplex-1.2.tgz) = 651dac0282c8d5fd484519b97d7b5113535f303a -RMD160 (kplex-1.2.tgz) = 1480d798954874aae9777eb556931a853351a122 -Size (kplex-1.2.tgz) = 71344 bytes +SHA1 (kplex-1.3.1.tgz) = 2083467db05811741d007b0645bfa3728dc81db5 +RMD160 (kplex-1.3.1.tgz) = 1644b3d18bdd67ba5bf98577f61812e434081172 +Size (kplex-1.3.1.tgz) = 81874 bytes |