Forráskód Böngészése

upgrading package: liboping 1.6.1 -> 1.6.2

Ralf S. Engelschall 13 éve
szülő
commit
4d4b697a1f
2 módosított fájl, 2 hozzáadás és 19 törlés
  1. 0 15
      liboping/liboping.patch
  2. 2 4
      liboping/liboping.spec

+ 0 - 15
liboping/liboping.patch

@@ -1,15 +0,0 @@
-Index: src/liboping.c
---- src/liboping.c.orig	2010-11-17 09:54:43.000000000 +0100
-+++ src/liboping.c	2010-12-19 18:57:57.000000000 +0100
-@@ -1512,9 +1512,11 @@
- 			int opt;
- 
- 			/* Enable receiving the TOS field */
-+#ifdef IP_RECVTOS
- 			opt = 1;
- 			setsockopt (ph->fd, IPPROTO_IP, IP_RECVTOS,
- 					&opt, sizeof (opt));
-+#endif
- 
- 			/* Enable receiving the TTL field */
- 			opt = 1;

+ 2 - 4
liboping/liboping.spec

@@ -31,12 +31,11 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Network
 License:      GPL
-Version:      1.6.1
-Release:      20110306
+Version:      1.6.2
+Release:      20120201
 
 #   list of sources
 Source0:      http://verplant.org/liboping/files/liboping-%{version}.tar.bz2
-Patch0:       liboping.patch
 
 #   build information
 BuildPreReq:  OpenPKG, openpkg >= 20100101
@@ -57,7 +56,6 @@ PreReq:       OpenPKG, openpkg >= 20100101
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \