OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Dec-2005 19:33:37
Branch: HEAD Handle: 2005122718333700
Modified files:
openpkg-src/perl-net perl-net.patch perl-net.spec
Log:
modifying package: perl-net-5.8.7 20051207 -> 20051227
Summary:
Revision Changes Path
1.13 +21 -21 openpkg-src/perl-net/perl-net.patch
1.104 +3 -3 openpkg-src/perl-net/perl-net.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-net/perl-net.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 perl-net.patch
--- openpkg-src/perl-net/perl-net.patch 1 Dec 2005 07:51:50 -0000
1.12
+++ openpkg-src/perl-net/perl-net.patch 27 Dec 2005 18:33:37 -0000
1.13
@@ -1,6 +1,6 @@
Index: Net-Packet-2.04/Makefile.PL
--- Net-Packet-2.04/Makefile.PL.orig 2005-05-22 21:08:20 +0200
-+++ Net-Packet-2.04/Makefile.PL 2005-11-02 11:37:05 +0100
++++ Net-Packet-2.04/Makefile.PL 2005-12-27 19:29:14 +0100
@@ -1,33 +1,5 @@
use ExtUtils::MakeMaker;
@@ -43,10 +43,10 @@
Class::Gomor::Hash => '0.20',
},
ABSTRACT_FROM => 'Packet.pm',
-Index: Net-Patricia-1.010/libpatricia/patricia.c
---- Net-Patricia-1.010/libpatricia/patricia.c.orig 2000-10-04 22:41:35
+0200
-+++ Net-Patricia-1.010/libpatricia/patricia.c 2005-11-02 11:37:05
+0100
-@@ -35,24 +35,24 @@
+Index: Net-Patricia-1.014/libpatricia/patricia.c
+--- Net-Patricia-1.014/libpatricia/patricia.c.orig 2005-12-07 21:55:39
+0100
++++ Net-Patricia-1.014/libpatricia/patricia.c 2005-12-27 19:29:14
+0100
+@@ -38,24 +38,24 @@
/* prefix_tochar
* convert prefix information to bytes
*/
@@ -75,7 +75,7 @@
return (1);
}
return (0);
-@@ -67,7 +67,7 @@
+@@ -70,7 +70,7 @@
int
inet_pton (int af, const char *src, void *dst)
{
@@ -84,7 +84,7 @@
if (af == AF_INET) {
result = inet_addr(src);
-@@ -101,7 +101,7 @@
+@@ -104,7 +104,7 @@
{
if (af == AF_INET) {
int i, c, val;
@@ -93,7 +93,7 @@
for (i = 0; ; i++) {
c = *src++;
-@@ -150,7 +150,7 @@
+@@ -153,7 +153,7 @@
struct buffer {
char buffs[16][48+5];
@@ -102,7 +102,7 @@
} *buffp;
# if 0
-@@ -169,7 +169,7 @@
+@@ -172,7 +172,7 @@
buff = buffp->buffs[buffp->i++%16];
}
if (prefix->family == AF_INET) {
@@ -111,7 +111,7 @@
assert (prefix->bitlen <= 32);
a = prefix_touchar (prefix);
if (with_len) {
-@@ -269,7 +269,7 @@
+@@ -272,7 +272,7 @@
prefix_t *
ascii2prefix (int family, char *string)
{
@@ -120,7 +120,7 @@
char *cp;
struct in_addr sin;
#ifdef HAVE_IPV6
-@@ -466,8 +466,8 @@
+@@ -491,8 +491,8 @@
patricia_search_exact (patricia_tree_t *patricia, prefix_t *prefix)
{
patricia_node_t *node;
@@ -131,7 +131,7 @@
assert (patricia);
assert (prefix);
-@@ -538,8 +538,8 @@
+@@ -563,8 +563,8 @@
{
patricia_node_t *node;
patricia_node_t *stack[PATRICIA_MAXBITS + 1];
@@ -142,7 +142,7 @@
int cnt = 0;
assert (patricia);
-@@ -637,8 +637,8 @@
+@@ -662,8 +662,8 @@
patricia_lookup (patricia_tree_t *patricia, prefix_t *prefix)
{
patricia_node_t *node, *new_node, *parent, *glue;
@@ -153,9 +153,9 @@
int i, j, r;
assert (patricia);
-Index: Net-Patricia-1.010/libpatricia/patricia.h
---- Net-Patricia-1.010/libpatricia/patricia.h.orig 2000-09-29 21:28:26
+0200
-+++ Net-Patricia-1.010/libpatricia/patricia.h 2005-11-02 11:37:05
+0100
+Index: Net-Patricia-1.014/libpatricia/patricia.h
+--- Net-Patricia-1.014/libpatricia/patricia.h.orig 2005-12-07 21:54:52
+0100
++++ Net-Patricia-1.014/libpatricia/patricia.h 2005-12-27 19:29:33
+0100
@@ -15,10 +15,10 @@
#ifndef _PATRICIA_H
#define _PATRICIA_H
@@ -169,7 +169,7 @@
#define MAXLINE 1024
#define BIT_TEST(f, b) ((f) & (b))
/* } */
-@@ -32,15 +32,15 @@
+@@ -40,15 +40,15 @@
/* { from mrt.h */
typedef struct _prefix4_t {
@@ -189,7 +189,7 @@
int ref_count; /* reference count */
union {
struct in_addr sin;
-@@ -53,7 +53,7 @@
+@@ -61,7 +61,7 @@
/* } */
typedef struct _patricia_node_t {
@@ -198,7 +198,7 @@
prefix_t *prefix; /* who we are in patricia tree */
struct _patricia_node_t *l, *r; /* left and right children */
struct _patricia_node_t *parent;/* may be used */
-@@ -63,7 +63,7 @@
+@@ -71,7 +71,7 @@
typedef struct _patricia_tree_t {
patricia_node_t *head;
@@ -209,7 +209,7 @@
Index: Net-Pcap-0.10/Makefile.PL
--- Net-Pcap-0.10/Makefile.PL.orig 2005-10-30 23:43:52 +0100
-+++ Net-Pcap-0.10/Makefile.PL 2005-11-02 11:37:35 +0100
++++ Net-Pcap-0.10/Makefile.PL 2005-12-27 19:29:33 +0100
@@ -15,7 +15,8 @@
} else {
@@ -222,7 +222,7 @@
for my $arg (@ARGV) {
Index: Net-Pcap-0.10/Pcap.xs
--- Net-Pcap-0.10/Pcap.xs.orig 2005-10-30 12:20:35 +0100
-+++ Net-Pcap-0.10/Pcap.xs 2005-11-02 11:37:05 +0100
++++ Net-Pcap-0.10/Pcap.xs 2005-12-27 19:29:33 +0100
@@ -31,7 +31,7 @@
#define NEED_sv_2pv_nolen 1
#include "ppport.h"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-net/perl-net.spec
============================================================================
$ cvs diff -u -r1.103 -r1.104 perl-net.spec
--- openpkg-src/perl-net/perl-net.spec 7 Dec 2005 08:29:57 -0000
1.103
+++ openpkg-src/perl-net/perl-net.spec 27 Dec 2005 18:33:37 -0000
1.104
@@ -39,7 +39,7 @@
%define V_net_telnet_cisco 1.10
%define V_plrpc 0.2018
%define V_curl_easy 1.35
-%define V_net_imap_simple 0.93
+%define V_net_imap_simple 1.14
%define V_net_bgp 0.08
%define V_net_pcap 0.10
%define V_net_radius 1.44
@@ -48,7 +48,7 @@
%define V_net_packet 2.04
%define V_net_xmpp 1.0
%define V_net_jabber 2.0
-%define V_net_patricia 1.010
+%define V_net_patricia 1.014
%define V_net_irc 0.75
# package information
@@ -62,7 +62,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20051207
+Release: 20051227
# package options
%option with_curl no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]