iputils: update to 20121106.
This commit is contained in:
parent
b680498832
commit
2b0a9e6e3d
|
@ -1,15 +0,0 @@
|
||||||
--- iputils/Makefile.rh7 2002-09-20 20:23:55.000000000 +0200
|
|
||||||
+++ iputils/Makefile 2004-05-12 15:08:25.638310270 +0200
|
|
||||||
@@ -12,9 +12,9 @@ ADDLIB=
|
|
||||||
|
|
||||||
CC=gcc
|
|
||||||
# What a pity, all new gccs are buggy and -Werror does not work. Sigh.
|
|
||||||
-#CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -Werror
|
|
||||||
-CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
|
|
||||||
-CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
|
|
||||||
+CCOPT=-Wstrict-prototypes -fno-strict-aliasing -Werror
|
|
||||||
+DEFINES += -D_GNU_SOURCE
|
|
||||||
+CFLAGS += $(RPM_OPT_FLAGS) $(CCOPT) $(GLIBCFIX) $(DEFINES)
|
|
||||||
|
|
||||||
IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
|
|
||||||
IPV6_TARGETS=tracepath6 traceroute6 ping6
|
|
|
@ -1,4 +1,3 @@
|
||||||
iputils-20020927-rh.patch
|
|
||||||
iputils-20020124-countermeasures.patch
|
iputils-20020124-countermeasures.patch
|
||||||
iputils-20020927-addrcache.patch
|
iputils-20020927-addrcache.patch
|
||||||
iputils-20020927-ping-subint.patch
|
iputils-20020927-ping-subint.patch
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iputils'
|
# Template file for 'iputils'
|
||||||
pkgname=iputils
|
pkgname=iputils
|
||||||
version=20121011
|
version=20121106
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="${pkgname}-s${version}"
|
wrksrc="${pkgname}-s${version}"
|
||||||
|
@ -11,7 +11,7 @@ fulldepends="libcap-progs"
|
||||||
short_desc="IP Configuration Utilities (and ping)"
|
short_desc="IP Configuration Utilities (and ping)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=018a4300a4b40698a3b0801c79de9aea39a281a080acceaacd676fe18827cb72
|
checksum=0f4316b3129e058e5d13a6018f34c28406822292278b0abc7e8b1bdb19d3f95b
|
||||||
long_desc="
|
long_desc="
|
||||||
The iputils package is set of small useful utilities for Linux networking.
|
The iputils package is set of small useful utilities for Linux networking.
|
||||||
It was originally maintained by Alexey Kuznetsov."
|
It was originally maintained by Alexey Kuznetsov."
|
||||||
|
|
Loading…
Reference in New Issue