From dd3a86f50d6a31111d0c40897d6e3784e696ffb9 Mon Sep 17 00:00:00 2001 From: Till Maas Date: May 18 2016 21:40:29 +0000 Subject: 2016-05-18: Retired orphaned package, because it was orphaned for more than six weeks. --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7a139e7..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -silc-toolkit-1.1.10.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..366ec3e --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-18: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/libsilc.spec b/libsilc.spec deleted file mode 100644 index 244a51e..0000000 --- a/libsilc.spec +++ /dev/null @@ -1,283 +0,0 @@ -Summary: SILC Client Library -Name: libsilc -Version: 1.1.10 -Release: 15%{?dist} -License: GPLv2 or BSD -Group: System Environment/Libraries -URL: http://www.silcnet.org/ -Source0: http://www.silcnet.org/download/toolkit/sources/silc-toolkit-%{version}.tar.bz2 -Patch0: silc-toolkit-1.1-wordsize.patch -Patch1: silc-toolkit-1.1.5-docinst.patch -Patch2: silc-toolkit-1.1.10-libs.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libidn-devel -BuildRequires: libtool, autoconf, automake - -%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} - -%description -SILC Client Library libraries for clients to connect to SILC networks. - -SILC (Secure Internet Live Conferencing) is a protocol which provides -secure conferencing services on the Internet over insecure channel. - -%package devel -Summary: Headers and shared libraries for %{name} -Group: Development/Libraries -Requires: libsilc = %{version}-%{release} -Requires: pkgconfig - -%description devel -The SILC Toolkit development libraries and headers. Required for building -SILC clients. - -%package doc -Summary: Development documentation for %{name} -Group: Documentation - -%description doc -The SILC Toolkit documentation in HTML format. Useful for writing new SILC -applications. - -%prep -%setup -q -n silc-toolkit-%{version} -%patch0 -p1 -b .wordsize -%patch1 -p1 -b .docinst -%patch2 -p1 -b .libs - -# filter out libsilc module SONAME Provides (#245323) -cat << \EOF > %{name}-prov -#!/bin/sh -sed -e '\,/silc/modules/,d' |\ -%{__find_provides} $* -EOF - -%define _use_internal_dependency_generator 0 -%define __find_provides %{_builddir}/silc-toolkit-%{version}/%{name}-prov -chmod +x %{__find_provides} - -%build -autoreconf -f -i -%configure --libdir=%{_libdir} --enable-shared --without-libtoolfix \ - --includedir=%{_includedir}/silc --with-simdir=%{_libdir}/silc/modules \ - --docdir="%{_pkgdocdir}" CFLAGS="$RPM_OPT_FLAGS" - -# WARNING! smp flags cause bad binaries! -make - -%install -# clear the buildroot -rm -rf $RPM_BUILD_ROOT - -# make install -make DESTDIR=$RPM_BUILD_ROOT install -chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib* ${RPM_BUILD_ROOT}%{_libdir}/silc/modules/*.so - -# move doc files that would be deleted by rpm -mkdir docinst -mv $RPM_BUILD_ROOT%{_pkgdocdir}/{toolkit,tutorial} docinst/ -# fix encoding of zlib.html -mv docinst/toolkit/zlib.html docinst/toolkit/zlib.html.orig -iconv -f iso-8859-15 -t utf8 -o docinst/toolkit/zlib.html docinst/toolkit/zlib.html.orig -rm -f docinst/toolkit/zlib.html.orig - -# remove files we don't want into the package, but are being installed to buildroot -rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/silcalgs.conf $RPM_BUILD_ROOT%{_sysconfdir}/silcd.conf - -# remove .a and .la -rm -f $RPM_BUILD_ROOT%{_libdir}/libsilc.a -rm -f $RPM_BUILD_ROOT%{_libdir}/libsilc.la -rm -f $RPM_BUILD_ROOT%{_libdir}/libsilcclient.a -rm -f $RPM_BUILD_ROOT%{_libdir}/libsilcclient.la - -# Fix encoding of CREDITS -mv CREDITS CREDITS.orig -iconv -f iso-8859-15 -t utf8 -o CREDITS CREDITS.orig - -%check -# If this fails, the filter-provides script needs an update. -[ -d $RPM_BUILD_ROOT%{_libdir}/silc/modules ] - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%clean -rm -rf $RPM_BUILD_ROOT - -# the main package libsilc -%files -%defattr(-,root,root,-) -%{_pkgdocdir} -%exclude %{_pkgdocdir}/INSTALL -%{_libdir}/libsilc-1.1.so.* -%{_libdir}/libsilcclient-1.1.so.* -%dir %_libdir/silc -%dir %_libdir/silc/modules -%{_libdir}/silc/modules/*.so -%defattr(0644, root, root, 0755) - -# sub-package libsilc-devel -%files devel -%defattr(-,root,root,-) -%{_libdir}/libsilc.so -%{_libdir}/libsilcclient.so -%{_libdir}/pkgconfig/silc.pc -%{_libdir}/pkgconfig/silcclient.pc -%dir %_includedir/silc -%{_includedir}/silc/*.h - -%files doc -%defattr(-,root,root,-) -%doc COPYING BSD GPL -%doc docinst/toolkit -%doc docinst/tutorial - - -%changelog -* Thu Feb 04 2016 Fedora Release Engineering - 1.1.10-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 1.1.10-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Aug 17 2014 Fedora Release Engineering - 1.1.10-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.1.10-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Jan 16 2014 Ville Skyttä - 1.1.10-11 -- Drop INSTALL from docs, fix bogus date in %%changelog. - -* Mon Aug 12 2013 Ralf Corsépius - 1.1.10-10 -- Reflect docdir changes (Address FTBFS, RHBZ #992125). - -* Sat Aug 03 2013 Fedora Release Engineering - 1.1.10-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 1.1.10-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 19 2012 Fedora Release Engineering - 1.1.10-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 1.1.10-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 1.1.10-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 08 2010 Stu Tomlinson 1.1.10-4 -- Use recommended %%defattr attributes from packaging guidelines - -* Wed Jul 07 2010 Stu Tomlinson 1.1.10-3 -- Include license texts in -doc subpackage - -* Mon May 31 2010 Stu Tomlinson 1.1.10-2 -- Drop patch to use system libidn now that system libidn hides - required symbols (#597889) - -* Sun Sep 06 2009 Stu Tomlinson 1.1.10-1 -- Update to 1.1.10 - -* Fri Sep 04 2009 Stu Tomlinson 1.1.8-7 -- Backport patch to fix stack corruption (CVE-2008-7160) (#521256) - -* Fri Sep 04 2009 Stu Tomlinson 1.1.8-6 -- Backport patch to fix additional string format vulnerabilities (#515648) - -* Wed Aug 05 2009 Stu Tomlinson 1.1.8-5 -- Backport patch to fix string format vulnerability (#515648) - -* Sat Jul 25 2009 Fedora Release Engineering - 1.1.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Dec 23 2008 Stu Tomlinson 1.1.8-2 -- Fix building with libtool 2.2 - -* Wed Dec 03 2008 Stu Tomlinson 1.1.8-1 -- Update to 1.1.8 - -* Sat Aug 23 2008 Stu Tomlinson 1.1.7-2 -- Fix the patch to make headers multilib safe, which fixes connecting - to servers (#459578) - -* Wed Aug 20 2008 Stu Tomlinson 1.1.7-2 -- Address package review issues (#224458): - Remove unnecessary direct dependency on libdl from libsilcclient - Link libsilcclient against libsilc - Make provides filtering more robust - Update description - -* Thu Mar 20 2008 Stu Tomlinson 1.1.7-1 -- Update to 1.1.7, fixes buffer overflow in PKCS#1 message decoding (#438382) - -* Tue Mar 04 2008 Stu Tomlinson 1.1.6-1 -- Update to 1.1.6 - -* Sat Feb 09 2008 Stu Tomlinson 1.1.5-3 -- Rebuild for gcc 4.3 - -* Sat Jan 26 2008 Stu Tomlinson 1.1.5-2 -- Link to system libidn instead of statically linking our own copy (#215934) -- Reintroduce documentation subpackage -- spec file cleanups -- fix encoding of CREDITS file to be UTF-8 -- Patch to fix buffer overflow generating fingerprints (#372021) - -* Fri Dec 07 2007 Stu Tomlinson 1.1.5-1 -- Update to 1.1.5, now fully event based, so clients don't need to - poll every few milliseconds, reducing power consumption - -* Mon Sep 24 2007 Michael Schwendt 1.0.2-4 -- filter out libsilc module SONAME Provides (#245323) -- add a check section with a test that fails when the modules move - -* Tue Aug 21 2007 Warren Togami 1.0.2-3 -- rebuild - -* Wed Oct 04 2006 Warren Togami 1.0.2-2 -- fix multilib file conflicts in -devel - -* Wed Jun 28 2006 Warren Togami 1.0.2-1 -- remove .a and .la files - -* Wed Dec 21 2005 Stu Tomlinson 1.0.2-0 -- Update to 1.0.2 - -* Sat Apr 9 2005 Stu Tomlinson 0.9.12-11 -- use RPM_OPT_FLAGS (#153261) - -* Fri Apr 1 2005 Warren Togami 0.9.12-10 -- remove huge doc subpackage to save space, not useful - -* Wed Mar 16 2005 Elliot Lee -- rebuilt - -* Mon Feb 28 2005 Warren Togami 0.9.12-8 -- gcc4 rebuild - -* Wed Sep 1 2004 Warren Togami 0.9.12-7 -- rawhide import -- minor spec changes - -* Wed Sep 1 2004 Toni Willberg -- 0.9.12-0.fdr.5 - Had to remove smp_mflags because build fails with them (Michael Schwendt) -* Tue Aug 31 2004 Toni Willberg -- 0.9.12-0.fdr.5 - corrections to lib and include path (from Michael Schwendt) -* Tue Aug 31 2004 Toni Willberg -- 0.9.12-0.fdr.4 - post/postun /sbin/ldconfig - (Patch 823 from Stu Tomlinson) -* Tue Aug 31 2004 Toni Willberg -- 0.9.12-0.fdr.3 - Move libs to %%{_libdir} and add a silc.pc - (Patch 815 from Stu Tomlinson) -* Tue Aug 17 2004 Toni Willberg -- fix so permissions and hardcoded paths (patch from Michael Schwendt) -* Mon Jul 5 2004 Toni Willberg -- Fixed various errors -* Sun Jul 4 2004 Toni Willberg -- Initial version for Fedora diff --git a/silc-toolkit-1.1-wordsize.patch b/silc-toolkit-1.1-wordsize.patch deleted file mode 100644 index bfc70be..0000000 --- a/silc-toolkit-1.1-wordsize.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up silc-toolkit-1.1.5/configure.ac.libidn silc-toolkit-1.1.5/configure.ac ---- silc-toolkit-1.1.5/configure.ac.libidn 2007-11-11 07:23:54.000000000 -0500 -+++ silc-toolkit-1.1.5/configure.ac 2008-01-08 09:16:51.000000000 -0500 -@@ -155,7 +155,7 @@ AC_TYPE_PID_T - AC_CHECK_SIZEOF(long long, 0) - AC_SUBST(SILC_SIZEOF_LONG_LONG, $ac_cv_sizeof_long_long) - AC_CHECK_SIZEOF(long, 0) --AC_SUBST(SILC_SIZEOF_LONG, $ac_cv_sizeof_long) -+AC_SUBST(SILC_SIZEOF_LONG, "(__WORDSIZE / 8)") - AC_CHECK_SIZEOF(int, 0) - AC_SUBST(SILC_SIZEOF_INT, $ac_cv_sizeof_int) - AC_CHECK_SIZEOF(short, 0) -@@ -163,7 +163,7 @@ AC_SUBST(SILC_SIZEOF_SHORT, $ac_cv_sizeo - AC_CHECK_SIZEOF(char, 0) - AC_SUBST(SILC_SIZEOF_CHAR, $ac_cv_sizeof_char) - AC_CHECK_SIZEOF(void *, 0) --AC_SUBST(SILC_SIZEOF_VOID_P, $ac_cv_sizeof_void_p) -+AC_SUBST(SILC_SIZEOF_VOID_P, "(__WORDSIZE / 8)") - AC_CHECK_TYPES(long long) - AC_CHECK_TYPES(long double) - diff --git a/silc-toolkit-1.1.10-libs.patch b/silc-toolkit-1.1.10-libs.patch deleted file mode 100644 index 41424ef..0000000 --- a/silc-toolkit-1.1.10-libs.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up silc-toolkit-1.1.7/lib/Makefile.am.libs silc-toolkit-1.1.7/lib/Makefile.am ---- silc-toolkit-1.1.7/lib/Makefile.am.libs 2008-03-20 02:43:33.000000000 -0400 -+++ silc-toolkit-1.1.7/lib/Makefile.am 2008-06-04 14:18:53.000000000 -0400 -@@ -48,8 +48,8 @@ SILC_LINK_LIBS=$(LIBS) - SILCCLIENT_LINK_LIBS=$(LIBS) -lsilc - SILCSERVER_LIBS=$(LIBS) -lsilc - else --SILC_LINK_LIBS= --SILCCLIENT_LINK_LIBS= -+SILC_LINK_LIBS=$(LIBIDN_LIBS) $(LIBS) -+SILCCLIENT_LINK_LIBS=$(top_builddir)/lib/libsilc.la - SILCSERVER_LIBS= - endif - diff --git a/silc-toolkit-1.1.5-docinst.patch b/silc-toolkit-1.1.5-docinst.patch deleted file mode 100644 index ffa31a5..0000000 --- a/silc-toolkit-1.1.5-docinst.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up silc-toolkit-1.1.5/lib/Makefile.am.docinst silc-toolkit-1.1.5/lib/Makefile.am ---- silc-toolkit-1.1.5/lib/Makefile.am.docinst 2008-01-06 14:14:56.000000000 -0500 -+++ silc-toolkit-1.1.5/lib/Makefile.am 2008-01-06 14:15:50.000000000 -0500 -@@ -98,7 +98,6 @@ EXTRA_DIST = silc.pc.in silcclient.pc. - toolkit-install: - -mkdir -p $(docdir)/toolkit/ - -$(INSTALL_DATA) $(top_srcdir)/doc/toolkit/* $(docdir)/toolkit -- -$(INSTALL_DATA) $(top_srcdir)/lib/doc/*.gif $(docdir)/toolkit - -cp -R $(top_srcdir)/tutorial $(docdir) - - install-data-hook: toolkit-install diff --git a/sources b/sources deleted file mode 100644 index 402178f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f742b64064c40a2d22520549746cf2b4 silc-toolkit-1.1.10.tar.bz2