ports/140069: [patch] update ports/net-mgmt/bsnmp-regex to version 0.5
Eugene Grosbein
eugen at eg.sd.rdtc.ru
Thu Oct 29 07:20:03 UTC 2009
>Number: 140069
>Category: ports
>Synopsis: [patch] update ports/net-mgmt/bsnmp-regex to version 0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 29 07:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Eugene Grosbein
>Release: FreeBSD 8.0-RC2 i386
>Organization:
RDTC JSC
>Environment:
System: FreeBSD eg.sd.rdtc.ru 8.0-RC2 FreeBSD 8.0-RC2 #10: Tue Oct 27 13:48:18 KRAT 2009 root at eg.sd.rdtc.ru:/usr/local/obj/usr/local/src/sys/EG i386
>Description:
bsnmp-regex 0.3 has several bugs and became outdated
since its author has issued version 0.5
>How-To-Repeat:
From http://memberwebs.com/stef/software/bsnmp-regex/NEWS
0.5:
* Fix line off by one error.
0.4:
* Add regexCounter variable for 64 bit values
* Fix assertion when selecting text at end of line
* Fix problems when large buffers come in at once with multiple lines.
"line off by one error" hurts me - before fix,
bsnmp-regex could not process multiline input.
>Fix:
The patch produced by bsnmp-regex's author Stef Walter
and tested by me.
--- ./Makefile.orig 2009-10-29 02:31:40.000000000 +0000
+++ ./Makefile 2009-10-29 02:32:33.000000000 +0000
@@ -7,5 +7,5 @@
PORTNAME= bsnmp-regex
-PORTVERSION= 0.3
+PORTVERSION= 0.5
CATEGORIES= net-mgmt
MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/
--- ./distinfo.orig 2009-10-29 02:32:26.000000000 +0000
+++ ./distinfo 2009-10-29 02:32:35.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (bsnmp-regex-0.3.tar.gz) = b4e936122ccf276637267acf6bd81096
-SHA256 (bsnmp-regex-0.3.tar.gz) = 8de30752c96f42b503fc5a11068855487fab09a952d5ca67b9498b90ba7fd8e2
-SIZE (bsnmp-regex-0.3.tar.gz) = 329123
+MD5 (bsnmp-regex-0.5.tar.gz) = 59b27fbcf7d758663cf09c19eb0493d9
+SHA256 (bsnmp-regex-0.5.tar.gz) = fefebcb5412c22f7f18cd81177b91310481d3e8d553caf42b9cbf60a0d79cd4f
+SIZE (bsnmp-regex-0.5.tar.gz) = 293547
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list