till pushed to isic (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:42 UTC 2015


>From 31e2f0dd3451ecec5c678ed2cfd78060fdd8ece7 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 18:26:20 +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 9b04865..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-isic-0.06.tgz
-isic-0.07.tgz
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/isic-0.07-make.patch b/isic-0.07-make.patch
deleted file mode 100644
index 01e3fc2..0000000
--- a/isic-0.07-make.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urp isic-0.07.orig/Makefile.in isic-0.07/Makefile.in
---- isic-0.07.orig/Makefile.in	2006-12-22 03:33:32.000000000 -0500
-+++ isic-0.07/Makefile.in	2007-01-25 15:23:29.000000000 -0500
-@@ -63,7 +63,7 @@ package: distclean
- 	  tar -czvf isic-$(VERSION).tgz ./isic-$(VERSION)/* )
- 
- install: $(BINS) $(MAN)
--	$(INSTALL) -m 0755 -d $(PREFIX)/bin
--	$(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin
--	$(INSTALL) -m 0755 -d $(PREFIX)/man/man1
--	${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
-+	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
-+	$(INSTALL) -m 0755 -c $(BINS) $(DESTDIR)$(PREFIX)/bin
-+	$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
-+	${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
diff --git a/isic-0.07-netinet.patch b/isic-0.07-netinet.patch
deleted file mode 100644
index 230ad31..0000000
--- a/isic-0.07-netinet.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Naur isic-0.07.orig/multisic.c isic-0.07/multisic.c
---- isic-0.07.orig/multisic.c	2006-12-23 00:09:24.000000000 +0100
-+++ isic-0.07/multisic.c	2011-06-27 12:51:28.632628497 +0200
-@@ -1,5 +1,7 @@
- #include "isic.h"
- 
-+#include <netinet/udp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
-  * For user over a modem or frame (or other) you will have to change the
-  * 'rand() & 0x4ff' line below.  The 0x4ff needs to be less than the size of
-diff -Naur isic-0.07.orig/tcpsic6.c isic-0.07/tcpsic6.c
---- isic-0.07.orig/tcpsic6.c	2006-12-16 01:07:23.000000000 +0100
-+++ isic-0.07/tcpsic6.c	2011-06-27 12:54:28.059168228 +0200
-@@ -1,5 +1,7 @@
- #include "isic.h"
- 
-+#include <netinet/tcp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
-  * For user over a modem or frame (or other) you will have to change the
-  * 'rand() & 0x4ff' line below.  The 0x4ff needs to be less than the size of
-diff -Naur isic-0.07.orig/tcpsic.c isic-0.07/tcpsic.c
---- isic-0.07.orig/tcpsic.c	2006-12-16 01:04:50.000000000 +0100
-+++ isic-0.07/tcpsic.c	2011-06-27 12:47:40.541418667 +0200
-@@ -1,5 +1,7 @@
- #include "isic.h"
- 
-+#include <netinet/tcp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
-  * For user over a modem or frame (or other) you will have to change the
-  * 'rand() & 0x4ff' line below.  The 0x4ff needs to be less than the size of
-diff -Naur isic-0.07.orig/udpsic6.c isic-0.07/udpsic6.c
---- isic-0.07.orig/udpsic6.c	2006-12-16 01:07:39.000000000 +0100
-+++ isic-0.07/udpsic6.c	2011-06-27 13:18:30.648602713 +0200
-@@ -1,5 +1,7 @@
- #include "isic.h"
- 
-+#include <netinet/udp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
-  * For user over a modem or frame (or other) you will have to change the
-  * 'rand() & 0x4ff' line below.  The 0x4ff needs to be less than the size of
-diff -Naur isic-0.07.orig/udpsic.c isic-0.07/udpsic.c
---- isic-0.07.orig/udpsic.c	2006-12-16 01:47:41.000000000 +0100
-+++ isic-0.07/udpsic.c	2011-06-27 12:47:01.004865001 +0200
-@@ -1,5 +1,7 @@
- #include "isic.h"
- 
-+#include <netinet/udp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
-  * For user over a modem or frame (or other) you will have to change the
-  * 'rand() & 0x4ff' line below.  The 0x4ff needs to be less than the size of
diff --git a/isic.spec b/isic.spec
deleted file mode 100644
index 736527c..0000000
--- a/isic.spec
+++ /dev/null
@@ -1,117 +0,0 @@
-Name:           isic
-Version:        0.07
-Release:        13%{?dist}
-Summary:        IP Stack Integrity Checker
-
-Group:          Applications/Internet
-License:        BSD
-Url:            http://isic.sourceforge.net
-Source0:        http://dl.sourceforge.net/sourceforge/isic/%{name}-%{version}.tgz
-Patch0:         isic-0.07-make.patch
-Patch1:         isic-0.07-netinet.patch
-Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: libnet-devel >= 1.1.0
-
-Requires: libnet >= 1.1.0
-
-%description
-ISIC is a suite of utilities to exercise the stability of
-an IP Stack and its component stacks (TCP, UDP, ICMP et.
-al.) It generates piles of pseudo random packets of the
-target protocol. The packets be given tendancies to conform
-to. Ie 50% of the packets generated can have IP Options.
-25% of the packets can be IP fragments... But the
-percentages are arbitrary and most of the packet fields
-have a configurable tendancy.
-
-The packets are then sent against the target machine to
-either penetrate its firewall rules or find bugs in the
-IP stack.
-
-ISIC also contains a utility generate raw ether frames to
-examine hardware implementations.
-
-%prep
-%setup -q
-%patch0 -p1 -b .make
-%patch1 -p1
-chmod 644 wrapper.sh
-
-%build
-%configure
-make %{?_smp_mflags}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/esic
-%{_bindir}/icmpsic
-%{_bindir}/isic
-%{_bindir}/tcpsic
-%{_bindir}/udpsic
-%{_bindir}/icmpsic6
-%{_bindir}/isic6
-%{_bindir}/multisic
-%{_bindir}/tcpsic6
-%{_bindir}/udpsic6
-%{_mandir}/man1/isic.*
-
-
-%doc README ChangeLog INSTALL wrapper.sh
-
-%changelog
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-13
-- 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.07-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Mar 30 2012 Jon Ciesla <limburgher at gmail.com> - 0.07-8
-- libnet rebuild.
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Mon Jun 27 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.07-6
-- Add isic-0.07-netinet.patch (Fix FTBS BZ#716180).
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 0.07-2
-- Bump and rebuild with gcc 4.3
-- Drop gratuitous junk on %%configure line
-
-* Thu Jan 25 2007 Jarod Wilson <jwilson at redhat.com> 0.07-1
-- New upstream release
-
-* Tue Sep 05 2006 Jarod Wilson <jwilson at redhat.com> 0.06-3
-- Rebuild for new glibc
-
-* Thu May 18 2006 Jarod Wilson <jwilson at redhat.com> 0.06-2
-- make wrapper.sh chmod 644
-
-* Thu May 18 2006 Jarod Wilson <jwilson at redhat.com> 0.06-1
-- Initial release
diff --git a/sources b/sources
deleted file mode 100644
index 5816d54..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-29f70c9bde9aa9128b8f7e66a315f9a4  isic-0.07.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/isic.git/commit/?h=master&id=31e2f0dd3451ecec5c678ed2cfd78060fdd8ece7


More information about the scm-commits mailing list