till pushed to ip6sic (master). "2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 16:26:25 UTC 2015


>From 3120453ecc2e6026a9b633d10635ffdbe6f90c39 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 18:26:08 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0400992..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-ip6sic-0.1
-ip6sic-0.1.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9263c07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/ip6sic-0.1-fixes.patch b/ip6sic-0.1-fixes.patch
deleted file mode 100644
index cacfa84..0000000
--- a/ip6sic-0.1-fixes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -ur ip6sic-0.1.orig/ip6sic.c ip6sic-0.1/ip6sic.c
---- ip6sic-0.1.orig/ip6sic.c	2003-10-01 14:58:15.000000000 -0400
-+++ ip6sic-0.1/ip6sic.c	2006-07-11 22:44:07.000000000 -0400
-@@ -641,7 +641,7 @@
-         do_progress(0);
-     
-  exit_now:
--    fprintf(ttyout, " * %d packets sent (%lld bytes %lldMB) (%d retries)\n", i, total_bytes,
-+    fprintf(ttyout, " * %d packets sent (%ju bytes %juMB) (%d retries)\n", i, total_bytes,
-            total_bytes / (1024 * 1024), retries);
- 
-     if (save_pcap) {
-diff -ur ip6sic-0.1.orig/configure ip6sic-0.1/configure
---- ip6sic-0.1.orig/configure	2003-09-03 13:46:15.000000000 -0400
-+++ ip6sic-0.1/configure	2006-07-11 22:59:51.000000000 -0400
-@@ -864,6 +864,10 @@
- 	else
- 	   PCAPLIB="-L$withval/lib -lpcap"
-         fi
-+     elif test -f /usr/include/pcap.h -a -f /usr/lib/libpcap.so; then
-+        owd=`pwd`
-+        PCAPINC="-I/usr/include"
-+        PCAPLIB="-L/usr/lib -lpcap"
-      else
-         { echo "configure: error: pcap.h" 1>&2; exit 1; }
-      fi
-diff -ur ip6sic-0.1.orig/Makefile.in ip6sic-0.1/Makefile.in
---- ip6sic-0.1.orig/Makefile.in	2003-10-01 15:11:50.000000000 -0400
-+++ ip6sic-0.1/Makefile.in	2006-07-11 23:19:48.000000000 -0400
-@@ -1,6 +1,6 @@
- # $Id: Makefile.in,v 1.1.1.1 2003/09/03 17:46:15 taleck Exp $
- 
--PREFIX ?= /usr/local
-+PREFIX ?= /usr
- 
- CC = @CC@
- INCLUDES = @DNETINC@ @PCAPINC@ @TCPDUMPINC@
-@@ -45,8 +45,9 @@
- 	( cd .. ; rm -f ip6sic-${VERSION} ; ln -s ip6sic/ ip6sic-${VERSION} ; \
- 	  tar -czvf ip6sic-${VERSION}.tar.gz ip6sic-${VERSION}/*.[ch] ip6sic-${VERSION}/Makefile.in ip6sic-${VERSION}/configure.in ip6sic-${VERSION}/configure ip6sic-${VERSION}/README ip6sic-${VERSION}/LICENSE ip6sic-${VERSION}/install-sh ip6sic-${VERSION}/version.h.in )
- 
--install: ${PROG} ${MAN}
--	${INSTALL} -m 0755 -d ${PREFIX}/bin
--	${INSTALL} -m 0755 -c ${PROG} ${PREFIX}/bin
--	${INSTALL} -m 0755 -c ${MAN} ${PREFIX}/man/man1
-+install: ${PROGS} ${MAN}
-+	${INSTALL} -m 0755 -d $(DESTDIR)${PREFIX}/bin
-+	${INSTALL} -m 0755 -d $(DESTDIR)${PREFIX}/share/man/man1
-+	${INSTALL} -m 0755 -c ${PROGS} $(DESTDIR)${PREFIX}/bin/
-+	${INSTALL} -m 0755 -c ${MAN} $(DESTDIR)${PREFIX}/share/man/man1/
- 
diff --git a/ip6sic.1 b/ip6sic.1
deleted file mode 100644
index 72f7d03..0000000
--- a/ip6sic.1
+++ /dev/null
@@ -1,301 +0,0 @@
-.rn '' }`
-''' $Id: ip6sic.1,v 1.1 2006/07/27 13:09:29 jwilson Exp $
-'''
-''' $Log: ip6sic.1,v $
-''' Revision 1.1  2006/07/27 13:09:29  jwilson
-''' auto-import ip6sic-0.1-2.fc5 on branch devel from ip6sic-0.1-2.fc5.src.rpm
-'''
-''' Revision 1.2  2003/10/01 18:58:15  taleck
-''' Added copyright notices
-'''
-''' Revision 1.1.1.1  2003/09/03 17:46:15  taleck
-''' importing sources
-'''
-''' Revision 1.3  2003/06/24 16:05:03  taleck
-''' - use the libtcpdump interface
-''' - cleanup some code wrt progress
-'''
-''' Revision 1.2  2003/06/23 19:49:27  taleck
-''' - add a progress indicator
-''' - cleanup some code
-'''
-'''
-.de Sh
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
-.de Sp
-.if t .sp .5v
-.if n .sp
-..
-.de Ip
-.br
-.ie \\n(.$>=3 .ne \\$3
-.el .ne 3
-.IP "\\$1" \\$2
-..
-.de Vb
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve
-.ft R
-
-.fi
-..
-'''
-'''
-'''     Set up \*(-- to give an unbreakable dash;
-'''     string Tr holds user defined translation string.
-'''     Bell System Logo is used as a dummy character.
-'''
-.tr \(*W-|\(bv\*(Tr
-.ie n \{\
-.ds -- \(*W-
-.ds PI pi
-.if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
-.if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
-.ds L" ""
-.ds R" ""
-'''   \*(M", \*(S", \*(N" and \*(T" are the equivalent of
-'''   \*(L" and \*(R", except that they are used on ".xx" lines,
-'''   such as .IP and .SH, which do another additional levels of
-'''   double-quote interpretation
-.ds M" """
-.ds S" """
-.ds N" """""
-.ds T" """""
-.ds L' '
-.ds R' '
-.ds M' '
-.ds S' '
-.ds N' '
-.ds T' '
-'br\}
-.el\{\
-.ds -- \(em\|
-.tr \*(Tr
-.ds L" ``
-.ds R" ''
-.ds M" ``
-.ds S" ''
-.ds N" ``
-.ds T" ''
-.ds L' `
-.ds R' '
-.ds M' `
-.ds S' '
-.ds N' `
-.ds T' '
-.ds PI \(*p
-'br\}
-.\"	If the F register is turned on, we'll generate
-.\"	index entries out stderr for the following things:
-.\"		TH	Title 
-.\"		SH	Header
-.\"		Sh	Subsection 
-.\"		Ip	Item
-.\"		X<>	Xref  (embedded
-.\"	Of course, you have to process the output yourself
-.\"	in some meaninful fashion.
-.if \nF \{
-.de IX
-.tm Index:\\$1\t\\n%\t"\\$2"
-..
-.nr % 0
-.rr F
-.\}
-.TH IP6SIC 1 "ip6sic v.0.1" "June 2003" "IPv6 Stack Integrity Checker"
-.UC
-.if n .hy 0
-.if n .na
-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
-.de CQ          \" put $1 in typewriter font
-.ft CW
-'if n "\c
-'if t \\&\\$1\c
-'if n \\&\\$1\c
-'if n \&"
-\\&\\$2 \\$3 \\$4 \\$5 \\$6 \\$7
-'.ft R
-..
-.\" @(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2
-.	\" AM - accent mark definitions
-.bd B 3
-.	\" fudge factors for nroff and troff
-.if n \{\
-.	ds #H 0
-.	ds #V .8m
-.	ds #F .3m
-.	ds #[ \f1
-.	ds #] \fP
-.\}
-.if t \{\
-.	ds #H ((1u-(\\\\n(.fu%2u))*.13m)
-.	ds #V .6m
-.	ds #F 0
-.	ds #[ \&
-.	ds #] \&
-.\}
-.	\" simple accents for nroff and troff
-.if n \{\
-.	ds ' \&
-.	ds ` \&
-.	ds ^ \&
-.	ds , \&
-.	ds ~ ~
-.	ds ? ?
-.	ds ! !
-.	ds /
-.	ds q
-.\}
-.if t \{\
-.	ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
-.	ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
-.	ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
-.	ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
-.	ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
-.	ds ? \s-2c\h'-\w'c'u*7/10'\u\h'\*(#H'\zi\d\s+2\h'\w'c'u*8/10'
-.	ds ! \s-2\(or\s+2\h'-\w'\(or'u'\v'-.8m'.\v'.8m'
-.	ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
-.	ds q o\h'-\w'o'u*8/10'\s-4\v'.4m'\z\(*i\v'-.4m'\s+4\h'\w'o'u*8/10'
-.\}
-.	\" troff and (daisy-wheel) nroff accents
-.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
-.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
-.ds v \\k:\h'-(\\n(.wu*9/10-\*(#H)'\v'-\*(#V'\*(#[\s-4v\s0\v'\*(#V'\h'|\\n:u'\*(#]
-.ds _ \\k:\h'-(\\n(.wu*9/10-\*(#H+(\*(#F*2/3))'\v'-.4m'\z\(hy\v'.4m'\h'|\\n:u'
-.ds . \\k:\h'-(\\n(.wu*8/10)'\v'\*(#V*4/10'\z.\v'-\*(#V*4/10'\h'|\\n:u'
-.ds 3 \*(#[\v'.2m'\s-2\&3\s0\v'-.2m'\*(#]
-.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
-.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
-.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
-.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
-.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
-.ds ae a\h'-(\w'a'u*4/10)'e
-.ds Ae A\h'-(\w'A'u*4/10)'E
-.ds oe o\h'-(\w'o'u*4/10)'e
-.ds Oe O\h'-(\w'O'u*4/10)'E
-.	\" corrections for vroff
-.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
-.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
-.	\" for low resolution devices (crt and lpr)
-.if \n(.H>23 .if \n(.V>19 \
-\{\
-.	ds : e
-.	ds 8 ss
-.	ds v \h'-1'\o'\(aa\(ga'
-.	ds _ \h'-1'^
-.	ds . \h'-1'.
-.	ds 3 3
-.	ds o a
-.	ds d- d\h'-1'\(ga
-.	ds D- D\h'-1'\(hy
-.	ds th \o'bp'
-.	ds Th \o'LP'
-.	ds ae ae
-.	ds Ae AE
-.	ds oe oe
-.	ds Oe OE
-.\}
-.rm #[ #] #H #V #F C
-.SH "NAME"
-\fB\ip6sic\fR \- flood a node with IPv6 frames in an attempt to cause great havoc
-.SH "SYNOPSIS"
-\fB\ip6sic\fR [\fB\-bDhHtv\fR]
-[\fB\-i\fR intf]
-[\fB\-d\fR dst addr]
-[\fB\-s\fR src addr]
-[\fB\-e\fR num hdrs]
-[\fB\-p\fR num pkts]
-[\fB\-r\fR seed]
-[\fB\-w\fR pcap file]
-[\fB\-y\fR max payload]
-[\fB\-f\fR fragment pct]
-[\fB\-T\fR TCP pct]
-[\fB\-U\fR UDP pct]
-[\fB\-I\fR ICMP pct]
-[\fB\-c\fR checksum pct]
-[\fB\-4\fR IPv4 tunnel pct]
-[\fB\-6\fR IPv6 tunnel pct]
-
-.SH "DESCRIPTION"
-\fB\ip6sic\fR sends IPv6 network traffic according to the options
-supplied on the command line. It supports tunneling, tcp,
-udp, and icmp payloads, fragments, and checksumming.
-.Ip "\fB\-h\fR" 5
-Show help information.
-.Ip "\fB\-D\fR" 5
-Enable debugging.
-.Ip "\fB\-v\fR" 5
-Show the version.
-.Ip "\fB\-b\fR" 5
-Don't show the progress indicator.
-.Ip "\fB\-H\fR" 5
-Dump each packet in hex after sending it (useful for debugging).
-.Ip "\fB\-t\fR" 5
-Dump each packet in the tcpdump-style interpreted format to stdout.
-(requires libtcpdump) Note: All other text is printed to stderr, which
-allows one to redirect the tcpdump-style output separately.
-.Ip "\fB\-s src addr\fR" 5
-Set the source IPv6 address. If a domain name is given, \fB\ip6sic\fR
-will use getaddrinfo to resolve it to an IPv6 address. If no
-IPv6 address is found, it will create an IPv4-mapped IPv6 address.
-Random addresses, the default, can be specified with\fB\rand\fR.
-.Ip "\fB\-d dst addr\fR" 5
-Set the destination IPv6 address. If a domain name is given, \fB\ip6sic\fR
-will use getaddrinfo to resolve it to an IPv6 address. If no
-IPv6 address is found, it will create an IPv4-mapped IPv6 address.
-Random addresses, the default, can be specified with\fB\rand\fR.
-.Ip "\fB\-i intf\fR" 5
-Set the outgoing interface.
-.Ip "\fB\-p num pkts\fR" 5
-Set the number of packets \fB\ip6sic\fR will create and send. if this
-option is not given, or -1 is given, \fB\ip6sic\fR will send an infinite
-amount of packets.
-.Ip "\fB\-r seed\fR" 5
-Set the randomization seed. This is useful for duplicating runs.
-.Ip "\fB\-w pcap file\fR" 5
-Save every packet created to \fB\pcap file\fR using libpcap. Note that
-this does not stop \fB\ip6sic\fR from writing packets to the wire.
-.Ip "\fB\-y max payload\fR" 5
-Set the maximum number of bytes in the payload, including the ethernet
-header.  This is useful the the specified interface has a non-standard MTU.
-.Ip "\fB\-f percent\fR" 5
-Set the percentage of packets which should have an IPv6 fragment
-header. The value given should be between 0 and 100.  If 100 is
-specified, then all packets created will have an IPv6 fragment header.
-.Ip "\fB\-T percent\fR" 5
-Set the percentage of packets with a random TCP payload.
-.Ip "\fB\-U percent\fR" 5
-Set the percentage of packets with a random UDP payload.
-.Ip "\fB\-I percent\fR" 5
-Set the percentage of packets with a random ICMPv6 payload. Note that
-this will be an (IPv4) ICMP payload if -4 is specified.
-.Ip "\fB\-c percent\fR" 5
-Set the percentage of packets which will have a valid TCP, UDP, ICMP,
-and IP checksum.
-.Ip "\fB\-4 percent\fR" 5
-Set the percentage of packets to have an IPv4 header following the
-initial IPv6 header.  The IPv6 header's 'nxt' byte will be set to
-IPPROTO_IPIP (for IP tunneling).  Higher layer header options can also
-be specifed in conjunction with this option.
-
-.Ip "\fB\-6 percent\fR" 5
-Set the percentage of packets to have an IPv6 header following the
-initial IPv6 header.  The IPv6 header's 'nxt' byte will be set to
-IPPROTO_IPV6 (for IPv6 tunneling).  Higher layer header options can also
-be specifed in conjunction with this option.
-
-.SH "SEE ALSO"
-isic - the IP Stack Integrity Checker
-libdnet - a cross-platform networking library
-.SH "AUTHOR"
-Greg Taleck, taleck at oz.net
-
-.rn }` ''
diff --git a/ip6sic.spec b/ip6sic.spec
deleted file mode 100644
index 682f21f..0000000
--- a/ip6sic.spec
+++ /dev/null
@@ -1,100 +0,0 @@
-Name:           ip6sic
-Version:        0.1
-Release:        17%{?dist}
-Summary:        IPv6 Stack Integrity Checker
-
-Group:          Applications/Internet
-License:        BSD
-Url:            http://ip6sic.sourceforge.net/
-Source0:        http://dl.sourceforge.net/sourceforge/ip6sic/%{name}-%{version}.tar.gz
-Source1:        ip6sic.1
-Patch1:         ip6sic-0.1-fixes.patch
-Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  libpcap-devel >= 0.4
-BuildRequires: libdnet-devel >= 1.1.0
-
-Requires: libdnet >= 1.1.0
-Requires: libpcap >= 0.4
-
-%description
-ip6sic is a tool for stress-testing an IPv6 network stack
-implementation. It works in a way very similar to isic
-(IP Stack Integrity Checker, IPv4-only).
-
-%prep
-%setup -q
-%patch1 -p1 -b .fixes
-%{__perl} -pi -e 's|/lib |/%{_lib} |g' configure
-%{__perl} -pi -e 's|/lib/|/%{_lib}/|g' configure
-cp -p %{SOURCE1} ip6sic.1
-
-%build
-%configure --with-libpcap=%{_includedir} --with-libdnet=%{_prefix}
-make %{?_smp_mflags}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc LICENSE README
-%{_bindir}/ip6sic
-%{_mandir}/man1/*
-
-%changelog
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-16
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Jul 12 2011 Dave Jones <davej at redhat.com> 0.1-11
-- Rebuild for f16. (Previous attempted rebuilds have been failing).
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 0.1-7
-- Bump and rebuild with gcc 4.3
-- Drop no longer needed conditional cruft
-
-* Thu Dec 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1-6
-- Build against libpcap.so instead of libpcap.a
-
-* Wed Nov 29 2006 Jarod Wilson <jwilson at redhat.com> 0.1-5
-- Rebuild against new libpcap
-
-* Tue Sep 05 2006 Jarod Wilson <jwilson at redhat.com> 0.1-4
-- Rebuild for new glibc
-
-* Thu Jul 27 2006 Jarod Wilson <jwilson at redhat.com> 0.1-3
-- Bump due to import quirk (tagged -2 tagged fc5 in -devel)
-
-* Thu Jul 27 2006 Jarod Wilson <jwilson at redhat.com> 0.1-2
-- Sanitize description
-
-* Wed Jul 12 2006 Jarod Wilson <jwilson at redhat.com> 0.1-1
-- Initial release
diff --git a/sources b/sources
deleted file mode 100644
index f97bcca..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-b545715256f9c362703754a894fe9093  ip6sic-0.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ip6sic.git/commit/?h=master&id=3120453ecc2e6026a9b633d10635ffdbe6f90c39


More information about the scm-commits mailing list