update p5-Net-IMP to 0.635
patch has been commited upstream
This commit is contained in:
parent
5cc1ef5c48
commit
240b62cbb5
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:45:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2021/03/10 19:41:18 bluhm Exp $
|
||||
|
||||
COMMENT = module for network data inspection and modification
|
||||
|
||||
DISTNAME = Net-IMP-0.634
|
||||
REVISION = 0
|
||||
DISTNAME = Net-IMP-0.635
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# perl
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-IMP-0.634.tar.gz) = WymIXEOJscq+pXrMrUEpbwUk+Ia58yrMZe4jxJoQpCU=
|
||||
SIZE (Net-IMP-0.634.tar.gz) = 59790
|
||||
SHA256 (Net-IMP-0.635.tar.gz) = 4r42Z8+7sHDtImpc5GuXVgeDsI8MNloyF2UAHZHXwgQ=
|
||||
SIZE (Net-IMP-0.635.tar.gz) = 60013
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-lib_Net_IMP_Cascade_pm,v 1.1 2017/07/29 19:05:50 bluhm Exp $
|
||||
|
||||
https://github.com/noxxi/p5-net-imp/pull/1
|
||||
|
||||
Index: lib/Net/IMP/Cascade.pm
|
||||
--- lib/Net/IMP/Cascade.pm.orig
|
||||
+++ lib/Net/IMP/Cascade.pm
|
||||
@@ -192,7 +192,7 @@ sub new_analyzer {
|
||||
my $str = ! defined( $buf->{data} ) ? '<undef>' : do {
|
||||
local $_ = $buf->{data};
|
||||
$_ = substr($_,0,27).'...' if length($_)>30;
|
||||
- s{([\\\n\r\t[^:print:]])}{ sprintf("\\%03o",ord($1)) }esg;
|
||||
+ s{([\\\n\r\t[:^print:]])}{ sprintf("\\%03o",ord($1)) }esg;
|
||||
$_
|
||||
};
|
||||
push @out, sprintf("#%02d %d..%d%s%s%s %s %s [%d,%d] '%s'",
|
Loading…
Reference in New Issue
Block a user