diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a00fa29..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -echoping-6.0.2.tar.gz -/echoping-6.0.2_r434.tar.xz -/echoping-6.1-BETA_r434.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/echoping-6.0.2-libm.patch b/echoping-6.0.2-libm.patch deleted file mode 100644 index a9fed9e..0000000 --- a/echoping-6.0.2-libm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nrup a/Makefile.am b/Makefile.am ---- a/Makefile.am 2008-03-10 16:47:14.000000000 -0600 -+++ b/Makefile.am 2019-12-19 23:38:15.471358392 -0700 -@@ -6,7 +6,7 @@ bin_PROGRAMS = echoping - man_MANS = echoping.1 - echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h smtp.c - pkginclude_HEADERS = echoping.h compilation.h --echoping_LDADD = -+echoping_LDADD = -lm - echoping_LDFLAGS = -export-dynamic - DOCS=DETAILS PLUGINS - SUBDIRS=plugins diff --git a/echoping-6.0.2-no-so-version.patch b/echoping-6.0.2-no-so-version.patch deleted file mode 100644 index dc6aaf2..0000000 --- a/echoping-6.0.2-no-so-version.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -ur echoping-6.0.2/plugins/dns/Makefile.am echoping-6.0.2-avoid-version/plugins/dns/Makefile.am ---- echoping-6.0.2/plugins/dns/Makefile.am 2007-04-05 14:40:48.000000000 +0200 -+++ echoping-6.0.2-avoid-version/plugins/dns/Makefile.am 2012-08-20 21:49:39.688195883 +0200 -@@ -1,7 +1,7 @@ - if DNSBUILD - pkglib_LTLIBRARIES = dns.la - dns_la_SOURCES = dns.c --dns_la_LDFLAGS = -module -+dns_la_LDFLAGS = -module -avoid-version - endif - - man_MANS = echoping_dns.1 -diff -ur echoping-6.0.2/plugins/ldap/Makefile.am echoping-6.0.2-avoid-version/plugins/ldap/Makefile.am ---- echoping-6.0.2/plugins/ldap/Makefile.am 2007-04-05 14:40:48.000000000 +0200 -+++ echoping-6.0.2-avoid-version/plugins/ldap/Makefile.am 2012-08-20 21:49:46.858195831 +0200 -@@ -1,7 +1,7 @@ - if LDAPBUILD - pkglib_LTLIBRARIES = ldap.la - ldap_la_SOURCES = ldap.c --ldap_la_LDFLAGS = -module -+ldap_la_LDFLAGS = -module -avoid-version - endif - man_MANS = echoping_ldap.1 - -diff -ur echoping-6.0.2/plugins/postgresql/Makefile.am echoping-6.0.2-avoid-version/plugins/postgresql/Makefile.am ---- echoping-6.0.2/plugins/postgresql/Makefile.am 2007-04-05 14:40:48.000000000 +0200 -+++ echoping-6.0.2-avoid-version/plugins/postgresql/Makefile.am 2012-08-20 21:49:52.708195789 +0200 -@@ -1,7 +1,7 @@ - if PGSQLBUILD - pkglib_LTLIBRARIES = postgresql.la - postgresql_la_SOURCES = postgresql.c --postgresql_la_LDFLAGS = -module -+postgresql_la_LDFLAGS = -module -avoid-version - endif - man_MANS = echoping_postgresql.1 - -diff -ur echoping-6.0.2/plugins/random/Makefile.am echoping-6.0.2-avoid-version/plugins/random/Makefile.am ---- echoping-6.0.2/plugins/random/Makefile.am 2007-04-05 14:40:48.000000000 +0200 -+++ echoping-6.0.2-avoid-version/plugins/random/Makefile.am 2012-08-20 21:49:57.104862424 +0200 -@@ -1,5 +1,5 @@ - pkglib_LTLIBRARIES = random.la - random_la_SOURCES = random.c --random_la_LDFLAGS = -module -+random_la_LDFLAGS = -module -avoid-version - man_MANS = echoping_random.1 - -diff -ur echoping-6.0.2/plugins/whois/Makefile.am echoping-6.0.2-avoid-version/plugins/whois/Makefile.am ---- echoping-6.0.2/plugins/whois/Makefile.am 2007-04-05 14:40:48.000000000 +0200 -+++ echoping-6.0.2-avoid-version/plugins/whois/Makefile.am 2012-08-20 21:50:01.441529059 +0200 -@@ -2,7 +2,7 @@ - - pkglib_LTLIBRARIES = whois.la - whois_la_SOURCES = whois.c --whois_la_LDFLAGS = -module -+whois_la_LDFLAGS = -module -avoid-version - man_MANS = echoping_whois.1 - - EXTRA_DIST = $(man_MANS) test.sh - diff --git a/echoping-6.0.2-so.patch b/echoping-6.0.2-so.patch deleted file mode 100644 index 89b2cdf..0000000 --- a/echoping-6.0.2-so.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up echoping-6.0.2_r434/echoping.c.orig echoping-6.0.2_r434/echoping.c ---- echoping-6.0.2_r434/echoping.c.orig 2015-02-25 15:41:46.543676359 +0100 -+++ echoping-6.0.2_r434/echoping.c 2015-02-25 15:42:43.262222690 +0100 -@@ -471,7 +471,7 @@ main(argc, argv) - if (plugin_name) { - ext = strstr(plugin_name, ".so"); - if ((ext == NULL) || (strcmp(ext, ".so") != 0)) -- sprintf(plugin_name, "%s.so", plugin_name); -+ strcat(plugin_name, ".so"); - plugin = dlopen(plugin_name, RTLD_NOW); - if (!plugin) { - /* Retries with the absolute name */ diff --git a/echoping.spec b/echoping.spec deleted file mode 100644 index 71ee369..0000000 --- a/echoping.spec +++ /dev/null @@ -1,221 +0,0 @@ -%define svn_rel 434 - -Name: echoping -Version: 6.1 -Release: 0.12.beta.r%{svn_rel}svn%{?dist} -Summary: TCP performance test to measure response time of network hosts - -License: GPLv2+ -URL: http://echoping.sourceforge.net/ -# The source for this package was pulled from upstream's vcs. Use the -# following commands to generate the tarball: -# svn export -r 434 svn://svn.code.sf.net/p/echoping/svn/trunk/SRC/ echoping-6.1-BETA_r434 -# tar -cJvf echoping-6.1-BETA_r434.tar.xz echoping-6.1-BETA_r434 -Source0: %{name}-%{version}-BETA_r%{svn_rel}.tar.xz -Patch0: echoping-6.0.2-no-so-version.patch -Patch1: echoping-6.0.2-so.patch -Patch2: echoping-6.0.2-libm.patch - -BuildRequires: openssl-devel, libidn-devel, popt-devel, zlib-devel, openldap-devel, libpq-devel -BuildRequires: autoconf, automake, libtool - -%description -Echoping is a small program to test (approximate) performances of a -remote host by sending TCP "echo" (or other protocol, such as HTTP) -packets. - -%package dns -Summary: DNS plugin for checking response times of DNS servers -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description dns -DNS performance measurement plugin for echoping. - - -%package ldap -Summary: LDAP plugin for checking response times of LDAP servers -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description ldap -LDAP performance measurement plugin for echoping. - - -%package postgresql -Summary: PostgreSQL plugin for checking response times of PostgreSQL servers -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description postgresql -PostgreSQL performance measurement plugin for echoping. - - -%package whois -Summary: WHOIS plugin for checking response times of Whois servers -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description whois -WHOIS performance measurement plugin for echoping. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - - -%prep -%setup -q -n %{name}-%{version}-BETA_r%{svn_rel} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 - - -%build -# Workaround for libtoolize not working correctly on older fedora releases. -# Can be dropped with EOL of f22 -ln -s /usr/share/libtool/config/ltmain.sh -./recreate-autofiles -%configure \ - --enable-icp \ - --enable-http \ - --enable-smtp \ - --enable-tos \ - --enable-priority \ - --with-libidn \ - --with-ssl \ - --without-gnutls \ - --disable-static \ - CFLAGS="%{optflags} -D_GNU_SOURCE" - - -%{__make} %{?_smp_mflags} - - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} - -# Clean .la files -find %{buildroot} -name '*.la' | xargs rm -f - -rm -f %{buildroot}%{_libdir}/echoping/random.* -rm -f %{buildroot}%{_mandir}/man1/echoping_random.1* - - -%files -%doc AUTHORS ChangeLog README TODO DETAILS -%license COPYING -%{_bindir}/echoping -%dir %{_libdir}/echoping/ -%{_mandir}/man1/echoping.1* - -%files dns -%{_mandir}/man1/echoping_dns.1* -%{_libdir}/echoping/dns.so - -%files ldap -%{_mandir}/man1/echoping_ldap.1* -%{_libdir}/echoping/ldap.so - -%files postgresql -%{_mandir}/man1/echoping_postgresql.1* -%{_libdir}/echoping/postgresql.so - -%files whois -%{_mandir}/man1/echoping_whois.1* -%{_libdir}/echoping/whois.so - -%files devel -%{_includedir}/echoping/ - - -%changelog -* Tue Jan 28 2020 Fedora Release Engineering - 6.1-0.12.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 17 2020 Jeff Law - 6.1-0.11.beta.r434svn -- Link against libm due to usage of sqrt - -* Wed Jul 24 2019 Fedora Release Engineering - 6.1-0.10.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 6.1-0.9.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 6.1-0.8.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 6.1-0.7.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 6.1-0.6.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 6.1-0.5.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 6.1-0.4.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 6.1-0.3.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 6.1-0.2.beta.r434svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Feb 26 2015 Andreas Thienemann - 6.1-0.1.beta.r434svn -- Small specfile improvements to confirm to updated packaging guidelines. Thx to mschwendt. - -* Wed Feb 25 2015 Andreas Thienemann - 6.1-0.beta.r434svn.1 -- Updated to latest SVN, fixing #705174 and #1007031 -- Removed so versioning and fixed module loading, fixing #460557 and #1032547 - -* Sat Aug 16 2014 Fedora Release Engineering - 6.0.2-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 6.0.2-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 6.0.2-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 6.0.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 6.0.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 6.0.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 6.0.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Aug 21 2009 Tomas Mraz - 6.0.2-6 -- rebuilt with new openssl - -* Fri Jul 24 2009 Fedora Release Engineering - 6.0.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 6.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Jan 15 2009 Tomas Mraz 6.0.2-3 -- rebuild with new openssl - -* Thu Jul 17 2008 Tom "spot" Callaway - 6.0.2-2 -- fix license tag - -* Mon Feb 11 2008 Andreas Thienemann - 6.0.2-1 -- Updated to 6.0.2 -- Split into subpackages for plugins - -* Wed Dec 05 2007 Release Engineering - 5.2.0-3 -- Rebuild for deps - -* Fri Sep 08 2006 Andreas Thienemann - 5.2.0-2 -- FE6 Rebuild - -* Mon Mar 13 2006 Andreas Thienemann 5.2.0-1 -- Initial FE release. diff --git a/sources b/sources deleted file mode 100644 index c64860f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -30669e8ef1f2bc273ad3740f765e9e68 echoping-6.1-BETA_r434.tar.xz