From 1c4c3cc09f1a55e96cceb9e3ceb542a43d0965c8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 19 Apr 2013 08:04:33 +0200 Subject: [PATCH] add heimdal files --- dev-libs/openssl/ChangeLog | 1945 +++++++++++++++++ dev-libs/openssl/Manifest | 12 + dev-libs/openssl/files/gentoo.config-1.0.0 | 159 ++ .../files/openssl-1.0.0a-ldflags.patch | 23 + .../files/openssl-1.0.0d-windres.patch | 76 + .../files/openssl-1.0.0h-pkg-config.patch | 32 + .../files/openssl-1.0.1-parallel-build.patch | 337 +++ .../openssl/files/openssl-1.0.1-x32.patch | 79 + .../openssl/files/openssl-1.0.1e-ipv6.patch | 656 ++++++ dev-libs/openssl/metadata.xml | 9 + dev-libs/openssl/openssl-1.0.1e.ebuild | 221 ++ net-fs/nfs-utils/ChangeLog | 899 ++++++++ net-fs/nfs-utils/Manifest | 19 + net-fs/nfs-utils/files/exports | 1 + .../files/nfs-utils-1.1.4-mtab-sym.patch | 39 + .../files/nfs-utils-1.2.6-cross-build.patch | 69 + .../files/nfs-utils-1.2.7-heomdal.patch | 180 ++ .../files/nfs-utils-1.2.7-libio.patch | 50 + .../nfs-utils-1.2.7-nfsiostat-python3.patch | 287 +++ net-fs/nfs-utils/files/nfs.confd | 38 + net-fs/nfs-utils/files/nfs.initd | 163 ++ net-fs/nfs-utils/files/nfsmount.confd | 7 + net-fs/nfs-utils/files/nfsmount.initd | 48 + net-fs/nfs-utils/files/rpc.gssd.initd | 24 + net-fs/nfs-utils/files/rpc.idmapd.initd | 26 + net-fs/nfs-utils/files/rpc.pipefs.initd | 25 + net-fs/nfs-utils/files/rpc.statd.initd | 33 + net-fs/nfs-utils/files/rpc.svcgssd.initd | 24 + net-fs/nfs-utils/metadata.xml | 15 + net-fs/nfs-utils/nfs-utils-1.2.7.ebuild | 131 ++ net-libs/c-client/ChangeLog | 402 ++++ net-libs/c-client/Manifest | 11 + net-libs/c-client/c-client-2007f-r4.ebuild | 136 ++ .../c-client-2006k_GENTOO_Makefile.patch | 70 + .../c-client-2006k_GENTOO_amd64-so-fix.patch | 13 + .../c-client-2006k_KOLAB_Annotations.patch | 448 ++++ .../files/c-client-2007e-heimdal.patch | 26 + .../files/c-client-2007f-ldflags.patch | 33 + .../c-client/files/c-client-2007f-topal.patch | 27 + net-libs/c-client/metadata.xml | 12 + virtual/krb5/ChangeLog | 9 + virtual/krb5/Manifest | 3 + virtual/krb5/krb5-0.ebuild | 17 + virtual/krb5/metadata.xml | 6 + 44 files changed, 6840 insertions(+) create mode 100644 dev-libs/openssl/ChangeLog create mode 100644 dev-libs/openssl/Manifest create mode 100755 dev-libs/openssl/files/gentoo.config-1.0.0 create mode 100644 dev-libs/openssl/files/openssl-1.0.0a-ldflags.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.0d-windres.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.0h-pkg-config.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1-parallel-build.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1-x32.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch create mode 100644 dev-libs/openssl/metadata.xml create mode 100644 dev-libs/openssl/openssl-1.0.1e.ebuild create mode 100644 net-fs/nfs-utils/ChangeLog create mode 100644 net-fs/nfs-utils/Manifest create mode 100644 net-fs/nfs-utils/files/exports create mode 100644 net-fs/nfs-utils/files/nfs-utils-1.1.4-mtab-sym.patch create mode 100644 net-fs/nfs-utils/files/nfs-utils-1.2.6-cross-build.patch create mode 100644 net-fs/nfs-utils/files/nfs-utils-1.2.7-heomdal.patch create mode 100644 net-fs/nfs-utils/files/nfs-utils-1.2.7-libio.patch create mode 100644 net-fs/nfs-utils/files/nfs-utils-1.2.7-nfsiostat-python3.patch create mode 100644 net-fs/nfs-utils/files/nfs.confd create mode 100755 net-fs/nfs-utils/files/nfs.initd create mode 100644 net-fs/nfs-utils/files/nfsmount.confd create mode 100755 net-fs/nfs-utils/files/nfsmount.initd create mode 100755 net-fs/nfs-utils/files/rpc.gssd.initd create mode 100755 net-fs/nfs-utils/files/rpc.idmapd.initd create mode 100644 net-fs/nfs-utils/files/rpc.pipefs.initd create mode 100755 net-fs/nfs-utils/files/rpc.statd.initd create mode 100755 net-fs/nfs-utils/files/rpc.svcgssd.initd create mode 100644 net-fs/nfs-utils/metadata.xml create mode 100644 net-fs/nfs-utils/nfs-utils-1.2.7.ebuild create mode 100644 net-libs/c-client/ChangeLog create mode 100644 net-libs/c-client/Manifest create mode 100644 net-libs/c-client/c-client-2007f-r4.ebuild create mode 100644 net-libs/c-client/files/c-client-2006k_GENTOO_Makefile.patch create mode 100644 net-libs/c-client/files/c-client-2006k_GENTOO_amd64-so-fix.patch create mode 100644 net-libs/c-client/files/c-client-2006k_KOLAB_Annotations.patch create mode 100644 net-libs/c-client/files/c-client-2007e-heimdal.patch create mode 100644 net-libs/c-client/files/c-client-2007f-ldflags.patch create mode 100644 net-libs/c-client/files/c-client-2007f-topal.patch create mode 100644 net-libs/c-client/metadata.xml create mode 100644 virtual/krb5/ChangeLog create mode 100644 virtual/krb5/Manifest create mode 100644 virtual/krb5/krb5-0.ebuild create mode 100644 virtual/krb5/metadata.xml diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog new file mode 100644 index 00000000..1d9ecfb5 --- /dev/null +++ b/dev-libs/openssl/ChangeLog @@ -0,0 +1,1945 @@ +# ChangeLog for dev-libs/openssl +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.476 2013/02/20 19:14:48 vapier Exp $ + +*openssl-1.0.1e (20 Feb 2013) + + 20 Feb 2013; Mike Frysinger + +files/openssl-1.0.1e-ipv6.patch, +openssl-1.0.1e.ebuild: + Version bump #458414 by Per Pomsel. + + 19 Feb 2013; Zac Medico openssl-1.0.1d-r1.ebuild: + Fix for prefix and add ~arm-linux + ~x86-linux keywords. + +*openssl-1.0.1d-r1 (08 Feb 2013) + + 08 Feb 2013; Mike Frysinger + +files/openssl-1.0.1d-s3-packet.patch, +openssl-1.0.1d-r1.ebuild: + Add fix from upstream for 1.0.1c regression #456108 by Ryan Hill. + + 08 Feb 2013; Mike Frysinger openssl-1.0.0h.ebuild, + openssl-1.0.0i.ebuild, openssl-1.0.0j.ebuild, openssl-1.0.1a.ebuild, + openssl-1.0.1b.ebuild, openssl-1.0.1c.ebuild, openssl-1.0.1d.ebuild: + Drop /~checkout~/ from pld cvs url #455892 by Csaba Péter. + +*openssl-0.9.8y (06 Feb 2013) +*openssl-1.0.1d (06 Feb 2013) + + 06 Feb 2013; Mike Frysinger +openssl-0.9.8y.ebuild, + +openssl-1.0.1d.ebuild: + Version bump #455592 by Hanno Boeck. + + 04 Feb 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for alpha, wrt bug #454566 + + 03 Feb 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for ia64, wrt bug #454566 + + 03 Feb 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for arm, wrt bug #454566 + + 31 Jan 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for ppc, wrt bug #454566 + + 31 Jan 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for ppc64, wrt bug #454566 + + 30 Jan 2013; Jeroen Roovers openssl-1.0.1c.ebuild: + Stable for HPPA (bug #454566). + + 30 Jan 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for x86, wrt bug #454566 + + 30 Jan 2013; Agostino Sarubbo openssl-1.0.1c.ebuild: + Stable for amd64, wrt bug #454566 + + 25 May 2012; Mike Frysinger openssl-0.9.8u.ebuild, + openssl-0.9.8v.ebuild, openssl-0.9.8w.ebuild, openssl-0.9.8x.ebuild, + openssl-1.0.0h.ebuild, openssl-1.0.0i.ebuild, openssl-1.0.0j.ebuild, + openssl-1.0.1a.ebuild, openssl-1.0.1b.ebuild, openssl-1.0.1c.ebuild: + Inherit multilib for get_libdir. + + 20 May 2012; Mike Frysinger -openssl-0.9.8r.ebuild, + -openssl-0.9.8s-r1.ebuild, -openssl-0.9.8s.ebuild, -openssl-0.9.8t.ebuild, + -openssl-1.0.0d.ebuild, -openssl-1.0.0e-r1.ebuild, -openssl-1.0.0e.ebuild, + -openssl-1.0.0f-r1.ebuild, -openssl-1.0.0f.ebuild, -openssl-1.0.0g.ebuild, + -openssl-1.0.1.ebuild, openssl-1.0.0h.ebuild, openssl-1.0.0i.ebuild, + openssl-1.0.0j.ebuild, openssl-1.0.1a.ebuild, openssl-1.0.1b.ebuild, + openssl-1.0.1c.ebuild: + Have c_rehash default to /etc/ssl #416717 by Marc Schiffbauer. + + 13 May 2012; Mark Loeser openssl-1.0.0j.ebuild: + Stable for ppc/ppc64; bug #415435 + + 13 May 2012; Agostino Sarubbo openssl-1.0.0j.ebuild: + Stable for amd64, wrt bug #415435 + + 13 May 2012; Agostino Sarubbo openssl-0.9.8x.ebuild: + Stable for amd64, wrt bug #415435 + + 12 May 2012; Raúl Porcel openssl-1.0.0j.ebuild: + arm/ia64/m68k/s390/sh/sparc stable wrt #415435 + + 12 May 2012; Jeroen Roovers openssl-1.0.0j.ebuild: + Stable for HPPA (bug #415435). + + 12 May 2012; Tobias Klausmann openssl-1.0.0j.ebuild: + Stable on alpha, bug #415435 + + 11 May 2012; Jeff Horelick openssl-0.9.8x.ebuild, + openssl-1.0.0j.ebuild: + marked x86 per bug 415435 + +*openssl-1.0.1c (10 May 2012) +*openssl-1.0.0j (10 May 2012) +*openssl-0.9.8x (10 May 2012) + + 10 May 2012; Mike Frysinger +openssl-0.9.8x.ebuild, + +openssl-1.0.0j.ebuild, +openssl-1.0.1c.ebuild: + Version bumps. + + 10 May 2012; Brent Baude openssl-0.9.8v.ebuild, + openssl-1.0.0i.ebuild: + Marking openssl-0.9.8v and openssl-1.0.0i ppc64 for 412643 + + 29 Apr 2012; Jeff Horelick openssl-0.9.8w.ebuild: + marked x86 per bug 412643 + + 28 Apr 2012; openssl-1.0.0i.ebuild: + ppc stable #412643 + + 28 Apr 2012; Agostino Sarubbo openssl-0.9.8w.ebuild: + Stable for amd64, wrt bug #412643 + +*openssl-1.0.1b (26 Apr 2012) + + 26 Apr 2012; Mike Frysinger +openssl-1.0.1b.ebuild: + Version bump. + + 26 Apr 2012; Alexis Ballier openssl-1.0.1a.ebuild: + keyword ~amd64-fbsd + + 26 Apr 2012; Mike Frysinger + +files/openssl-1.0.1a-hmac-ia32cap.patch, openssl-1.0.1a.ebuild: + Add fix from upstream for building on non-x86 arches #413559 by Petr Pisar. + +*openssl-0.9.8w (24 Apr 2012) + + 24 Apr 2012; Mike Frysinger +openssl-0.9.8w.ebuild: + Version bump. + + 21 Apr 2012; Raúl Porcel openssl-1.0.0i.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #412643 + + 20 Apr 2012; Mike Frysinger openssl-1.0.1a.ebuild: + Unmask now that openssh/neon fixes are in place. + + 19 Apr 2012; Jeff Horelick openssl-0.9.8v.ebuild, + openssl-1.0.0i.ebuild: + marked amd64 per security bug 412643 + + 19 Apr 2012; Jeff Horelick openssl-0.9.8v.ebuild, + openssl-1.0.0i.ebuild: + marked x86 per security bug 412643 + + 19 Apr 2012; Jeroen Roovers openssl-1.0.0i.ebuild: + Stable for HPPA (bug #412643). + +*openssl-1.0.1a (19 Apr 2012) +*openssl-1.0.0i (19 Apr 2012) +*openssl-0.9.8v (19 Apr 2012) + + 19 Apr 2012; Mike Frysinger +openssl-0.9.8v.ebuild, + +openssl-1.0.0i.ebuild, +openssl-1.0.1a.ebuild: + Version bump #412643 by Hanno Boeck. + + 29 Mar 2012; Mike Frysinger openssl-1.0.1.ebuild, + +files/openssl-1.0.1-ipv6.patch: + Add ipv6 patch. + + 19 Mar 2012; Mike Frysinger + files/openssl-1.0.1-parallel-build.patch: + Fix logic bug in parallel build so symlinks get generated #408381 by venom00. + + 17 Mar 2012; Raúl Porcel openssl-1.0.0h.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #406199 + + 15 Mar 2012; Pawel Hajdan jr openssl-0.9.8u.ebuild: + x86 stable wrt bug #406199 + +*openssl-1.0.1 (15 Mar 2012) + + 15 Mar 2012; Mike Frysinger +openssl-1.0.1.ebuild, + +files/openssl-1.0.1-parallel-build.patch, +files/openssl-1.0.1-x32.patch: + Version bump. + + 13 Mar 2012; Agostino Sarubbo openssl-0.9.8u.ebuild, + openssl-1.0.0h.ebuild: + Stable for amd64, wrt bug #406199 + + 13 Mar 2012; Brent Baude openssl-0.9.8u.ebuild, + openssl-1.0.0h.ebuild: + Marking openssl-0.9.8u and openssl-1.0.0h ppc and ppc64 for bug 406199 + + 13 Mar 2012; Jeroen Roovers openssl-1.0.0h.ebuild: + Stable for HPPA (bug #406199). + + 12 Mar 2012; Mike Frysinger + files/openssl-0.9.8h-ldflags.patch, files/openssl-1.0.0a-ldflags.patch: + Drop useless -rpath flags. + +*openssl-1.0.0h (12 Mar 2012) +*openssl-0.9.8u (12 Mar 2012) + + 12 Mar 2012; Mike Frysinger +openssl-0.9.8u.ebuild, + +openssl-1.0.0h.ebuild, +files/openssl-1.0.0h-pkg-config.patch: + Version bump #406199. + + 02 Mar 2012; Brent Baude openssl-0.9.8t.ebuild, + openssl-1.0.0g.ebuild: + Marking openssl-0.9.8t and -1.0.0g for bug 399365 + + 01 Feb 2012; Brent Baude openssl-0.9.8t.ebuild, + openssl-1.0.0g.ebuild: + Marking 0.9.8t and 1.0.0g for sec bug 399365 + + 28 Jan 2012; Raúl Porcel openssl-1.0.0g.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #399365 + + 24 Jan 2012; Jeroen Roovers openssl-1.0.0g.ebuild: + Stable for HPPA (bug #399365). + + 24 Jan 2012; Thomas Kahle openssl-0.9.8t.ebuild, + openssl-1.0.0g.ebuild: + x86 stable per bug 399365 + + 24 Jan 2012; Agostino Sarubbo openssl-0.9.8t.ebuild, + openssl-1.0.0g.ebuild: + Stable for AMD64, wrt security bug #399365 + +*openssl-1.0.0g (18 Jan 2012) +*openssl-0.9.8t (18 Jan 2012) + + 18 Jan 2012; Mike Frysinger +openssl-0.9.8t.ebuild, + +openssl-1.0.0g.ebuild: + Version bump. + + 16 Jan 2012; Mark Loeser openssl-1.0.0f-r1.ebuild: + Stable for ppc/ppc64; bug #397695 + + 14 Jan 2012; Raúl Porcel openssl-1.0.0f-r1.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #397695 + + 12 Jan 2012; Pawel Hajdan jr + openssl-0.9.8s-r1.ebuild, openssl-1.0.0f-r1.ebuild: + x86 stable wrt bug #397695 + + 11 Jan 2012; Jeroen Roovers openssl-1.0.0f-r1.ebuild: + Stable for HPPA (bug #397695). + + 11 Jan 2012; Agostino Sarubbo openssl-0.9.8s-r1.ebuild: + Stable for AMD64, wrt security bug #397695 + + 11 Jan 2012; Agostino Sarubbo openssl-1.0.0f-r1.ebuild: + Stable for AMD64, wrt security bug #397695 + +*openssl-1.0.0f-r1 (11 Jan 2012) +*openssl-0.9.8s-r1 (11 Jan 2012) + + 11 Jan 2012; Mike Frysinger +openssl-0.9.8s-r1.ebuild, + +openssl-1.0.0f-r1.ebuild, metadata.xml: + Remove IDEA algos from USE=bindist #398439 by Ulrich Müller. Update EAPI and + static-libs dep so we can work with older versions of zlib #397695#3. + +*openssl-1.0.0f (04 Jan 2012) +*openssl-0.9.8s (04 Jan 2012) + + 04 Jan 2012; Mike Frysinger +openssl-0.9.8s.ebuild, + +openssl-1.0.0f.ebuild: + Version bump #397695. + + 07 Dec 2011; Mike Frysinger files/gentoo.config-1.0.0, + openssl-1.0.0e-r1.ebuild, +files/openssl-1.0.0e-x32.patch: + Add support for x32 ABIs. + +*openssl-1.0.0e-r1 (01 Dec 2011) + + 01 Dec 2011; Mike Frysinger +openssl-1.0.0e-r1.ebuild, + +files/openssl-1.0.0e-parallel-build.patch, + +files/openssl-1.0.0e-pkg-config.patch: + Remove CROSS_COMPILE from the env since we setup all the tools explicitly + #311473 by Thomas Sachau. Add USE=static-libs support #378259 by Agostino + Sarubbo. Try and fix up parallel build yet again #196554 by Duncan. Clean up + the pkg-config files to keep --libs clean (not include --static output). + + 01 Dec 2011; Mike Frysinger metadata.xml: + Document USE=bindist specifics #369245 by Donald. + + 31 Oct 2011; Mike Frysinger openssl-0.9.8r.ebuild: + Update to EAPI=2 to keep down differences with newer openssl ebuilds, and fix + path to enginedir in multilib setup. + + 01 Oct 2011; Peter Volkov openssl-1.0.0e.ebuild: + Install README.gost when USE=rfc3779, bug #385027. + + 17 Sep 2011; Raúl Porcel openssl-1.0.0e.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #382069 + + 15 Sep 2011; Mike Frysinger + -files/openssl-0.9.8l-binutils.patch, openssl-1.0.0d.ebuild, + openssl-1.0.0e.ebuild: + Drop gas patch since upstream worked around it in a different way (by + updating the x86_64-xlate.pl helper). + + 12 Sep 2011; Kacper Kowalik openssl-1.0.0e.ebuild: + ppc/ppc64 stable wrt #382069 + + 11 Sep 2011; Markus Meier openssl-1.0.0e.ebuild: + arm/x86 stable, bug #382069 + + 09 Sep 2011; Jeroen Roovers openssl-1.0.0e.ebuild: + Stable for HPPA (bug #382069). + + 07 Sep 2011; Tony Vroon openssl-1.0.0e.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in + security bug #382069. + +*openssl-1.0.0e (07 Sep 2011) + + 07 Sep 2011; Mike Frysinger +openssl-1.0.0e.ebuild: + Version bump #382069. + + 12 Aug 2011; Sergei Trofimovich openssl-1.0.0d.ebuild, + +files/openssl-1.0.0d-alpha-fix-unalign.patch: + Fix unaligned access on alpha (bug #371561 by Tobias Klausmann). Thanks to + Andy Polyakov for the fix. + + 12 Jul 2011; Mike Frysinger files/gentoo.config-1.0.0, + openssl-1.0.0d.ebuild, +files/openssl-1.0.0d-windres.patch: + Add more mingw support -- respect RC/WINDRES settings, check ming64 hosts, + and only use --noexecstack if the toolchain supports it #373743 by Bertrand + Jacquin. + + 07 Jul 2011; Alexis Ballier openssl-1.0.0d.ebuild, + +files/openssl-1.0.0d-fbsd-amd64.patch: + add patch from Yuta SATOH to fix build on amd64-fbsd, bug #363089 + + 05 Jul 2011; Mike Frysinger + -files/openssl-0.9.7e-gentoo.patch, openssl-0.9.8r.ebuild, + openssl-1.0.0d.ebuild: + Punt old -lcrypt patch which hasn't been needed for a long time #373743#19 by + Bertrand Jacquin. + + 05 Jul 2011; Mike Frysinger files/gentoo.config-1.0.0: + Decode mingw targets #373743 by Bertrand Jacquin. + + 30 Apr 2011; Mike Frysinger openssl-1.0.0d.ebuild, + +files/openssl-1.0.0d-alpha-typo.patch: + Fix typo in alpha asm code #364699 by Raúl Porcel. + + 16 Mar 2011; Mike Frysinger openssl-0.9.8r.ebuild, + openssl-1.0.0d.ebuild: + Tweak sed to use | for separator #358771 by Raffaello D. Di Napoli. + + 05 Mar 2011; Raúl Porcel openssl-1.0.0d.ebuild: + ia64/s390/sh/sparc stable wrt #354139 + + 26 Feb 2011; Tobias Klausmann openssl-1.0.0d.ebuild: + Stable on alpha, bug #354139 + + 24 Feb 2011; Christian Faulhammer + openssl-0.9.8r.ebuild: + stable x86, security bug 354139 + + 24 Feb 2011; Christian Faulhammer + openssl-0.9.8r.ebuild: + stable x86, security bug 354139 + + 21 Feb 2011; Christian Faulhammer + openssl-1.0.0d.ebuild: + stable x86, security bug 354139 + + 19 Feb 2011; Markus Meier openssl-1.0.0d.ebuild: + arm stable, bug #354139 + + 18 Feb 2011; Jeroen Roovers openssl-1.0.0d.ebuild: + Stable for HPPA (bug #354139). + + 17 Feb 2011; Kacper Kowalik openssl-1.0.0d.ebuild: + ppc/ppc64 stable wrt #354139 + + 17 Feb 2011; Markos Chandras openssl-0.9.8r.ebuild, + openssl-1.0.0d.ebuild: + Stable on amd64 wrt bug #354139 + +*openssl-0.9.8r (10 Feb 2011) + + 10 Feb 2011; Mike Frysinger +openssl-0.9.8r.ebuild: + Version bump. + +*openssl-1.0.0d (08 Feb 2011) + + 08 Feb 2011; Mike Frysinger +openssl-1.0.0d.ebuild: + Version bump. + + 10 Dec 2010; Brent Baude openssl-1.0.0c.ebuild: + Marking openssl-1.0.0c ppc64 for bug 347623 + + 06 Dec 2010; Raúl Porcel openssl-1.0.0c.ebuild: + alpha/ia64/m68k/sh/sparc stable wrt #347623 + + 06 Dec 2010; Raúl Porcel openssl-1.0.0c.ebuild: + s390 stable wrt #347623 + + 05 Dec 2010; Markus Meier openssl-1.0.0c.ebuild: + arm stable, bug #347623 + + 04 Dec 2010; Markos Chandras openssl-0.9.8q.ebuild, + openssl-1.0.0c.ebuild: + Stable on amd64 wrt bug #347623 + + 03 Dec 2010; Jeroen Roovers openssl-1.0.0c.ebuild: + Stable for PPC (bug #347623). + + 03 Dec 2010; Jeroen Roovers openssl-1.0.0c.ebuild: + Stable for HPPA (bug #347623). + + 03 Dec 2010; Christian Faulhammer + openssl-0.9.8q.ebuild: + stable x86, security bug 347623 + + 03 Dec 2010; Christian Faulhammer + openssl-1.0.0c.ebuild: + stable x86, security bug 347623 + +*openssl-0.9.8q (02 Dec 2010) + + 02 Dec 2010; Mike Frysinger +openssl-0.9.8q.ebuild: + Version bump. + +*openssl-1.0.0c (02 Dec 2010) + + 02 Dec 2010; Mike Frysinger +openssl-1.0.0c.ebuild: + Version bump. + + 28 Nov 2010; Brent Baude openssl-0.9.8p.ebuild, + openssl-1.0.0b-r1.ebuild: + Marking -0.9.8p and -1.0.0b-r1 ppc64 for bug 345767 + + 21 Nov 2010; Raúl Porcel openssl-0.9.8p.ebuild, + openssl-1.0.0b-r1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #345767 + + 19 Nov 2010; Markus Meier openssl-1.0.0b-r1.ebuild: + arm stable, bug #345767 + + 17 Nov 2010; Markos Chandras openssl-0.9.8p.ebuild, + openssl-1.0.0b-r1.ebuild: + Stable on amd64 wrt bug #345767 + + 17 Nov 2010; Thomas Kahle openssl-0.9.8p.ebuild, + openssl-1.0.0b-r1.ebuild: + x86 stable per bug 345767 + + 17 Nov 2010; Jeroen Roovers openssl-1.0.0b-r1.ebuild: + Stable for HPPA PPC (bug #345767). + +*openssl-1.0.0b-r1 (17 Nov 2010) + + 17 Nov 2010; Diego E. Pettenò + +openssl-1.0.0b-r1.ebuild, +files/openssl-1.0.0b-rev19998.patch: + Add patch to fix a bug slipped by upstream but caught by testsuite; thanks to + Brant Gurganus in bug #345767 for reporting and providing a link to the + upstream patch. + +*openssl-0.9.8p (16 Nov 2010) + + 16 Nov 2010; Mike Frysinger +openssl-0.9.8p.ebuild: + Version bump. + +*openssl-1.0.0b (16 Nov 2010) + + 16 Nov 2010; Mike Frysinger +openssl-1.0.0b.ebuild: + Version bump. + + 11 Oct 2010; Christian Faulhammer + openssl-1.0.0a-r3.ebuild: + stable x86, bug 330437 + + 11 Oct 2010; Christian Faulhammer + openssl-0.9.8o-r2.ebuild: + stable x86, bug 330437 + + 10 Oct 2010; Raúl Porcel openssl-1.0.0a-r3.ebuild: + arm/ia64/m68k/s390/sh/sparc stable wrt #330437 + + 08 Oct 2010; Mike Frysinger openssl-0.9.8o-r2.ebuild: + Only remove libs when installing this SLOT for the first time, and warn + about it #340033 by Marcin Mirosław. + + 07 Oct 2010; Jeroen Roovers openssl-1.0.0a-r3.ebuild: + Stable for HPPA PPC (bug #332027). + + 03 Oct 2010; Mike Frysinger openssl-1.0.0a-r3.ebuild: + Convert by Samuli Suominen to EAPI 2 #339027 by Marco Leogrande. + + 03 Oct 2010; Tobias Klausmann + openssl-1.0.0a-r3.ebuild: + Stable on alpha, bug #330437 + + 02 Oct 2010; Jeremy Olexa openssl-1.0.0a-r3.ebuild: + Silly issue, revert to original SRC_URI so users can fetch the file. bug + 339027 + + 28 Sep 2010; Jeremy Olexa openssl-1.0.0a-r3.ebuild, + -files/openssl-c_rehash.sh-rev-1.7: + Revert revision 1.8 and just modify the SRC_URI to the converted character + instead for bug 339027 + + 28 Sep 2010; Jeremy Olexa openssl-1.0.0a-r3.ebuild, + +files/openssl-c_rehash.sh-rev-1.7: + QA: Fix SRC_URI of c_rehash and move it to FILESDIR, bug 339027 + + 28 Sep 2010; Samuli Suominen + openssl-0.9.8o-r2.ebuild, openssl-1.0.0a-r3.ebuild: + amd64 stable wrt #330437 + + 28 Sep 2010; Samuli Suominen + openssl-1.0.0a-r3.ebuild: + ppc64 stable wrt #330437 + + 14 Sep 2010; Mike Frysinger openssl-1.0.0a-r3.ebuild, + files/openssl-1.0.0a-alpha-mont.patch: + Add another fix from upstream for alpha so it actually (seems) to work + #330915 by Kazuyoshi Furutaka. + + 12 Sep 2010; Mike Frysinger openssl-1.0.0a-r3.ebuild, + +files/openssl-1.0.0a-alpha-mont.patch: + Fix alpha build issues in new alpha-mont.pl file #330915. + + 12 Sep 2010; Mike Frysinger openssl-1.0.0a-r3.ebuild, + +files/openssl-1.0.0a-alphacpuid.patch: + Fix alpha asm syntax error in new cpuid file #330915 by Matt Turner. + + 23 Aug 2010; Mike Frysinger +files/gentoo.config-1.0.0, + openssl-1.0.0a-r3.ebuild: + Split off gentoo.config for openssl-1.0.0 to take advantage of newer + optimized targets #333679 by Sergei Trofimovich. + +*openssl-1.0.0a-r3 (20 Aug 2010) + + 20 Aug 2010; Mike Frysinger +openssl-1.0.0a-r3.ebuild: + Revbump to revert USE=sslv2 screw up, and add epatch_user to accommodate + random needs (historical, new divers, etc...) #332661. + + 20 Aug 2010; Mike Frysinger openssl-1.0.0a-r2.ebuild, + metadata.xml: + Drop USE=sslv2 support as it doesnt do what was intended. Will revbump once + #332661 shakes out but for now, stop breaking random apps. + +*openssl-1.0.0a-r2 (19 Aug 2010) + + 19 Aug 2010; Mike Frysinger +openssl-1.0.0a-r2.ebuild, + metadata.xml: + Grab POSIX shell version of c_rehash from PLD #333117. Add a local USE=sslv2 + flag so people can enable legacy support #332661 by Stefan de Konink. + + 17 Aug 2010; Mike Frysinger openssl-1.0.0a-r1.ebuild: + Automatically rehash ssl certs for people #333069. + +*openssl-0.9.8o-r2 (14 Aug 2010) + + 14 Aug 2010; Mike Frysinger +openssl-0.9.8o-r2.ebuild: + Add fix from upstream for double free to older version too #332027 by Hanno + Boeck. + +*openssl-1.0.0a-r1 (10 Aug 2010) + + 10 Aug 2010; Samuli Suominen + +openssl-1.0.0a-r1.ebuild, +files/openssl-1.0.0a-fix-double-free.patch, + +files/openssl-1.0.0a-ldflags.patch: + Use environment LDFLAGS wrt #327421 by Olivier Huber. Fix double free wrt + #332027 by Hanno Boeck. + + 04 Aug 2010; Mike Frysinger openssl-1.0.0a.ebuild, + +files/alphacpuid.s: + Add missing file from upstream for alpha builds #330915 by Kazuyoshi + Furutaka. + + 18 Jul 2010; Mike Frysinger openssl-1.0.0a.ebuild: + Avoid preserve_old_lib when we have the old SLOT #328355. + +*openssl-0.9.8o-r1 (17 Jul 2010) + + 17 Jul 2010; Samuli Suominen + +openssl-0.9.8o-r1.ebuild: + This ebuild will only install libcrypto.so.0.9.8 and libssl.so.0.9.8 for + binary-only pkgs wrt #328355. + + 14 Jul 2010; Samuli Suominen openssl-1.0.0a.ebuild: + Release OpenSSL 1.x to testing. Known issues have been resolved wrt + #304279. + + 21 Jun 2010; Markus Meier openssl-0.9.8o.ebuild: + amd64 stable, bug #322575 + + 20 Jun 2010; Raúl Porcel openssl-0.9.8o.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #322575 + + 07 Jun 2010; Joseph Jezak openssl-0.9.8o.ebuild: + Marked ppc/ppc64 stable for bug #322575. + + 03 Jun 2010; Jeroen Roovers openssl-0.9.8o.ebuild: + Stable for HPPA (bug #322575). + + 03 Jun 2010; Pawel Hajdan jr + openssl-0.9.8o.ebuild: + x86 stable wrt security bug #322575 + +*openssl-0.9.8o (03 Jun 2010) + + 03 Jun 2010; Mike Frysinger +openssl-0.9.8o.ebuild: + Version bump. + +*openssl-1.0.0a (03 Jun 2010) + + 03 Jun 2010; Mike Frysinger +openssl-1.0.0a.ebuild: + Version bump. + + 11 Apr 2010; Mike Frysinger openssl-0.9.8n.ebuild, + openssl-1.0.0.ebuild: + Remove SCRIPTS from the environment #312551 by Justin Lecher. + + 29 Mar 2010; Markus Meier openssl-0.9.8n.ebuild: + amd64 stable, bug #308011 + +*openssl-1.0.0 (29 Mar 2010) + + 29 Mar 2010; Mike Frysinger +openssl-1.0.0.ebuild: + Version bump. + + 28 Mar 2010; Raúl Porcel openssl-0.9.8n.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #308011 + + 26 Mar 2010; Brent Baude openssl-0.9.8n.ebuild: + Marking openssl-0.9.8n ppc64 for bug 308011 + + 25 Mar 2010; Jeroen Roovers openssl-0.9.8n.ebuild: + Stable for PPC (bug #308011). + + 25 Mar 2010; Jeroen Roovers openssl-0.9.8n.ebuild: + Stable for HPPA (bug #308011). + + 25 Mar 2010; Christian Faulhammer + openssl-0.9.8n.ebuild: + stable x86, security bug 308011 + +*openssl-0.9.8n (25 Mar 2010) + + 25 Mar 2010; Mike Frysinger +openssl-0.9.8n.ebuild: + Version bump. + +*openssl-0.9.8m-r1 (09 Mar 2010) + + 09 Mar 2010; Fabio Erculiani -openssl-0.9.8m.ebuild, + +openssl-0.9.8m-r1.ebuild, +files/openssl-0.9.8m-cfb.patch: + fix critical bug #308123, thanks Joost Ruis for reporting + +*openssl-0.9.8m (05 Mar 2010) + + 05 Mar 2010; Mike Frysinger +openssl-0.9.8m.ebuild, + +files/openssl-0.9.8m-binutils.patch: + Version bump #306925 by Hanno Boeck. + + 15 Feb 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild: + Fix up man page munging #304663 by William Throwe. + + 13 Feb 2010; Mike Frysinger + openssl-1.0.0_beta5.ebuild, metadata.xml: + Add support by Tony Cheneau for USE=rfc3779 #304717. + + 27 Jan 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild, + openssl-1.0.0_beta5.ebuild: + Unify the sed statements and make sure we always set MANSUFFIX #302165 by + Hanno Boeck. + +*openssl-1.0.0_beta5 (21 Jan 2010) + + 21 Jan 2010; Mike Frysinger + +openssl-1.0.0_beta5.ebuild: + Version bump. + +*openssl-1.0.0_beta4 (11 Jan 2010) + + 11 Jan 2010; Mike Frysinger + +openssl-1.0.0_beta4.ebuild: + Add testing version #269482 by Daniel Black. + + 11 Jan 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild: + Drop gcc-3 flag munging, add -fno-strict-aliasing for everyone, and use + SET_X when linking things to make logs more useful. + + 11 Jan 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild: + Handle renamed man pages in SEE ALSO #287783 by Guido Winkelmann. + + 11 Jan 2010; Mike Frysinger + files/openssl-0.9.8h-ldflags.patch, openssl-0.9.8l-r2.ebuild: + Respect LDFLAGS on openssl again #181438. + + 11 Jan 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild, + files/openssl-0.9.8e-bsd-sparc64.patch: + Update the bsd-sparc patch to apply again. + + 11 Jan 2010; Mike Frysinger openssl-0.9.8l-r2.ebuild: + Link in gmp when USE=gmp #276557 by Justin Lecher. + +*openssl-0.9.8l-r2 (27 Nov 2009) + + 27 Nov 2009; Mike Frysinger +openssl-0.9.8l-r2.ebuild, + files/openssl-0.9.8l-CVE-2009-2409.patch: + Add other half of MD2 disable so that root certs arent checked #294615 by + Alexander Danilov. + + 23 Nov 2009; Raúl Porcel openssl-0.9.8l-r1.ebuild: + ia64/m68k/s390/sh/sparc stable wrt #292022 + + 23 Nov 2009; Brent Baude openssl-0.9.8l-r1.ebuild: + Marking openssl-0.9.8l-r1 ppc64 for bug 292022 + + 23 Nov 2009; Markus Meier openssl-0.9.8l-r1.ebuild: + amd64/arm/x86 stable, bug #292022 + + 22 Nov 2009; Tobias Klausmann + openssl-0.9.8l-r1.ebuild: + Stable on alpha, bug #292022 + + 21 Nov 2009; nixnut openssl-0.9.8l-r1.ebuild: + ppc stable #292022 + + 21 Nov 2009; Jeroen Roovers openssl-0.9.8l-r1.ebuild: + Stable for HPPA (bug #292022). + + 21 Nov 2009; Mike Frysinger openssl-0.9.8l-r1.ebuild, + +files/openssl-0.9.8l-binutils.patch: + Add fix from upstream/fedora for building with newer binutils #289130 by + Martin Jansa. Also drop the alpha gcc/ccc patch as ccc is long dead. + +*openssl-0.9.8l-r1 (21 Nov 2009) + + 21 Nov 2009; Mike Frysinger +openssl-0.9.8l-r1.ebuild, + +files/openssl-0.9.8l-CVE-2009-1387.patch, + +files/openssl-0.9.8l-CVE-2009-2409.patch, + +files/openssl-0.9.8l-dtls-compat.patch: + Add fixes from upstream but not in the 0.9.8l release. + + 08 Nov 2009; nixnut openssl-0.9.8l.ebuild: + ppc stable #292022 + + 08 Nov 2009; Jeroen Roovers openssl-0.9.8l.ebuild: + Stable for HPPA (bug #292022). + + 07 Nov 2009; Tobias Klausmann openssl-0.9.8l.ebuild: + Stable on alpha, bug #292022 + + 05 Nov 2009; Mike Frysinger openssl-0.9.8l.ebuild, + +files/openssl-0.9.8l-CVE-2009-1377.patch, + +files/openssl-0.9.8l-CVE-2009-1378.patch, + +files/openssl-0.9.8l-CVE-2009-1379.patch: + Add some patches from upstream #270305. + +*openssl-0.9.8l (05 Nov 2009) + + 05 Nov 2009; Mike Frysinger +openssl-0.9.8l.ebuild: + Version bump. + + 01 Nov 2009; nixnut openssl-0.9.8k-r1.ebuild: + ppc stable #290545 + + 29 Oct 2009; Christian Faulhammer + openssl-0.9.8k-r1.ebuild: + stable x86, bug 290545 + + 26 Oct 2009; Jeroen Roovers openssl-0.9.8k-r1.ebuild: + Stable for HPPA (bug #290545). + + 21 Jun 2009; Fabian Groffen + files/gentoo.config-0.9.8: + update gentoo.config script to include support for Prefix arches + + 29 May 2009; Mike Frysinger + -files/openssl-0.9.8b-parallel-build.patch, -openssl-0.9.8h-r1.ebuild, + -files/openssl-0.9.8h-pkcs12.patch, -openssl-0.9.8i.ebuild: + Punt old packages vuln to GLSA 200902-02 #271772 by Robert Buchholz. + +*openssl-0.9.8k-r1 (29 May 2009) + + 29 May 2009; Diego E. Pettenò + +openssl-0.9.8k-r1.ebuild: + Revision bump with zlib linked in at build-time rather than dlopened. See + bug #271415. + + 09 Apr 2009; Mike Frysinger openssl-0.9.8k.ebuild: + Make sure we dont accidently create /etc/sandbox.d with 0700 perms #265376 + by Friedrich Oslage. + + 02 Apr 2009; Raúl Porcel openssl-0.9.8k.ebuild: + alpha/arm/ia64/m68k/s390/sh stable wrt #263751 + + 29 Mar 2009; Markus Meier openssl-0.9.8k.ebuild: + x86 stable, bug #263751 + + 26 Mar 2009; Jeroen Roovers openssl-0.9.8k.ebuild: + Stable for HPPA (bug #263751). + + 26 Mar 2009; Brent Baude openssl-0.9.8k.ebuild: + Marking openssl-0.9.8k ppc64 and ppc for bug 263751 + + 26 Mar 2009; Ferris McCormick openssl-0.9.8k.ebuild: + Sparc stable --- security Bug #263751 --- All tests run as they should. + + 26 Mar 2009; Richard Freeman openssl-0.9.8k.ebuild: + amd64 stable - 263751 + +*openssl-0.9.8k (25 Mar 2009) + + 25 Mar 2009; Mike Frysinger + +files/openssl-0.9.8k-toolchain.patch, +openssl-0.9.8k.ebuild: + Version bump #263751. + + 19 Feb 2009; Raúl Porcel + +files/openssl-0.9.8j-ia64.patch, openssl-0.9.8j.ebuild: + Add patch to fix ia64 build failure from the openssl mailing list, thanks + to Ryan Bebeau for letting me know, ia64 stable + + 10 Jan 2009; Markus Meier openssl-0.9.8j.ebuild: + amd64 stable, bug #251346 + + 09 Jan 2009; Raúl Porcel openssl-0.9.8j.ebuild: + alpha/sparc/x86 stable wrt #251346 + + 08 Jan 2009; Brent Baude openssl-0.9.8j.ebuild: + Marking openssl-0.9.8j ppc64 and ppc for bug 251346 + + 08 Jan 2009; Jeroen Roovers openssl-0.9.8j.ebuild: + Stable for HPPA (bug #25134). + +*openssl-0.9.8j (08 Jan 2009) + + 08 Jan 2009; Peter Alfredsen + +files/openssl-0.9.8j-parallel-build.patch, +openssl-0.9.8j.ebuild: + Bump, bug 254183 and CVE-2008-5077, bug 251346. Parallel build fails + horribly, forcing -j1. Since we don't install fips, sedded that part out + of the root makefile to get around a build failure. + + 03 Oct 2008; Raúl Porcel openssl-0.9.8h-r1.ebuild: + alpha/ia64/x86 stable wrt #239301 + + 02 Oct 2008; Jeroen Roovers openssl-0.9.8h-r1.ebuild: + Stable for HPPA (bug #239301). + + 02 Oct 2008; Brent Baude openssl-0.9.8h-r1.ebuild: + stable ppc, bug 239301 + + 02 Oct 2008; Brent Baude openssl-0.9.8h-r1.ebuild: + stable ppc64, bug 239301 + + 02 Oct 2008; Ferris McCormick + openssl-0.9.8h-r1.ebuild: + Sparc stable --- Bug #239301 --- looks good and all tests successful. + + 02 Oct 2008; Thomas Anderson + openssl-0.9.8h-r1.ebuild: + stable amd64, bug 239301 + +*openssl-0.9.8i (02 Oct 2008) + + 02 Oct 2008; Mike Frysinger +openssl-0.9.8i.ebuild: + Version bump #239030 by Lars (Polynomial-C). + +*openssl-0.9.8h-r1 (21 Jun 2008) + + 21 Jun 2008; Mike Frysinger + +files/openssl-0.9.8h-ldflags.patch, +files/openssl-0.9.8h-pkcs12.patch, + +openssl-0.9.8h-r1.ebuild: + Respect LDFLAGS #181438 by Arfrever Frehtes Taifersar Arahesis and add fix + from upstream for PKCS12 troubles #224843 by Per Pomsel. + + 05 Jun 2008; Tobias Scherbaum + openssl-0.9.8g-r2.ebuild: + ppc stable, bug #223429 + + 03 Jun 2008; Steve Dibb openssl-0.9.8g-r2.ebuild: + amd64 stable, security bug 223429 + + 02 Jun 2008; Raúl Porcel openssl-0.9.8g-r2.ebuild: + alpha/ia64/sparc stable wrt security #223429 + + 31 May 2008; Markus Rothe openssl-0.9.8g-r2.ebuild: + Stable on ppc64; bug #223429 + + 31 May 2008; Jeroen Roovers openssl-0.9.8g-r2.ebuild: + Stable for HPPA (bug #223429). + + 31 May 2008; Christian Faulhammer + openssl-0.9.8g-r2.ebuild: + stable x86, security bug 223429 + +*openssl-0.9.8g-r2 (30 May 2008) + + 30 May 2008; Doug Goldstein + +files/openssl-0.9.8g-CVE-2008-0891.patch, + +files/openssl-0.9.8g-CVE-2008-1672.patch, +openssl-0.9.8g-r2.ebuild: + Security fix for CVE-2008-0891 & CVE-2008-1672. bug #223429 + +*openssl-0.9.8h (28 May 2008) + + 28 May 2008; Mike Frysinger +openssl-0.9.8h.ebuild: + Version bump. + + 16 May 2008; Ulrich Mueller openssl-0.9.8g-r1.ebuild: + Don't install bogus Emacs support file, bug 222337. + +*openssl-0.9.8g-r1 (25 Mar 2008) + + 25 Mar 2008; Doug Goldstein + +files/openssl-0.9.8g-sslv3-no-tlsext.patch, +openssl-0.9.8g-r1.ebuild: + Patch from OpenSSL's bug tracker not to send TLS Extensions on SSLv3 only + connections, while not explicitly against the SSL spec, several SSL + implementations can not handle it. Patch by Kaspar Brand + from http://rt.openssl.org/Ticket/Display.html?id=1629. + Resolves bug #198914 + + 24 Dec 2007; Mike Frysinger openssl-0.9.8g.ebuild: + Dont force src_test any longer as things seem to be sane. + + 24 Nov 2007; Brent Baude openssl-0.9.8g.ebuild: + Keywording openssl-0.9.8g ppc for bug 198370 + + 19 Nov 2007; Joshua Kinard openssl-0.9.8g.ebuild: + Stable on mips, per #198370. + + 16 Nov 2007; Doug Goldstein openssl-0.9.8g.ebuild: + change depend to mit-krb5 since openssl's Configure script specifically + states they don't support building against heimdal and it will break. Which + results in a die during the ebuild + + 12 Nov 2007; Mike Frysinger openssl-0.9.8g.ebuild: + Filter out $APPS from the environment #197996. + + 09 Nov 2007; Daniel Gryniewicz openssl-0.9.8g.ebuild: + Marked stable on amd64 for bug #198370 + + 08 Nov 2007; Jeroen Roovers openssl-0.9.8g.ebuild: + Stable for HPPA (bug #198370). + + 07 Nov 2007; Markus Rothe openssl-0.9.8g.ebuild: + Stable on ppc64; bug #198370 + + 07 Nov 2007; Raúl Porcel openssl-0.9.8g.ebuild: + alpha/ia64 stable wrt #198370 + + 07 Nov 2007; Jurek Bartuszek openssl-0.9.8g.ebuild: + x86 stable (bug #198370) + + 07 Nov 2007; Ferris McCormick openssl-0.9.8g.ebuild: + Sparc stable, Bug #198370; early, but all tests check out and can't + duplicate reported problems. + +*openssl-0.9.8g (20 Oct 2007) + + 20 Oct 2007; +openssl-0.9.8g.ebuild: + Version bump. Enable tlsext #196191 by Hanno Boeck. Fix double test running + #196149 by Dustin Surawicz. + + 16 Oct 2007; Tobias Scherbaum + openssl-0.9.8f.ebuild: + ppc stable, bug #195634 + + 16 Oct 2007; Christoph Mende openssl-0.9.8f.ebuild: + Stable on amd64 wrt bug #195634 + + 14 Oct 2007; Jeroen Roovers openssl-0.9.8f.ebuild: + Stable for HPPA (bug #195634). + + 14 Oct 2007; Markus Rothe openssl-0.9.8f.ebuild: + Stable on ppc64; bug #195634 + + 14 Oct 2007; Raúl Porcel openssl-0.9.8f.ebuild: + alpha/ia64/sparc stable wrt security #195634 + + 13 Oct 2007; Dawid Węgliński openssl-0.9.8f.ebuild: + Stable on x86 wrt bug #195634 + +*openssl-0.9.8f (13 Oct 2007) + + 13 Oct 2007; Mike Frysinger + +files/openssl-0.9.8f-fix-version.patch, +openssl-0.9.8f.ebuild: + Version bump. + + 11 Oct 2007; Mike Frysinger + +files/openssl-0.9.8e-padlock-O0.patch, openssl-0.9.8e-r4.ebuild: + Fix from upstream for building with -O0 #185104. + +*openssl-0.9.8e-r4 (07 Oct 2007) + + 07 Oct 2007; Mike Frysinger +openssl-0.9.8e-r4.ebuild: + Enable camellia and mdc2 regardless of USE=bindist #194946 by Justin Foote. + Flesh out support for USE="gmp kerberos zlib". + + 03 Oct 2007; Chris Gianelloni + openssl-0.9.8e-r3.ebuild: + Stable on amd64 wrt bug #194039. + + 01 Oct 2007; Jeroen Roovers openssl-0.9.8e-r3.ebuild: + Stable for HPPA (bug #194039). + + 01 Oct 2007; Roy Marples + +files/openssl-0.9.8e-bsd-sparc64.patch, openssl-0.9.8e-r3.ebuild: + Love the ~sparc-fbsd keyword. + + 01 Oct 2007; Raúl Porcel openssl-0.9.8e-r3.ebuild: + alpha/ia64/sparc stable wrt security #194039 + + 01 Oct 2007; Joe Peterson openssl-0.9.8e-r3.ebuild: + Add ~x86-fbsd keyword + + 01 Oct 2007; Mike Frysinger openssl-0.9.8e-r3.ebuild: + Tweak how we do the manpage renaming so that it is POSIX friendly #194335 by + Joe Peterson. + + 01 Oct 2007; Joshua Kinard openssl-0.9.8e-r3.ebuild: + Stable on mips, per #194039. + + 30 Sep 2007; Tobias Scherbaum + openssl-0.9.8e-r3.ebuild: + ppc stable, bug #194039 + + 30 Sep 2007; Markus Meier openssl-0.9.8e-r3.ebuild: + x86 stable, security bug #194039 + + 30 Sep 2007; Mike Frysinger openssl-0.9.8e-r3.ebuild: + We dont actually need the hppa patch anymore as exit() in awk at first match + makes the head useless. + + 30 Sep 2007; Mike Frysinger + +files/openssl-0.9.8e-make.patch, openssl-0.9.8e-r3.ebuild: + Fix building on Gentoo/BSD setups where `make` != `$MAKE` #146316. + + 30 Sep 2007; Markus Rothe openssl-0.9.8e-r3.ebuild: + Stable on ppc64; bug #194039 + +*openssl-0.9.8e-r3 (30 Sep 2007) + + 30 Sep 2007; Mike Frysinger + +files/openssl-0.9.8e-CVE-2007-5135.patch, +openssl-0.9.8e-r3.ebuild: + Add fix from upstream for CVE-2007-5135 #194039. + + 29 Aug 2007; Markus Rothe openssl-0.9.8e-r2.ebuild: + Stable on ppc64; bug #188799 + + 28 Aug 2007; Christoph Mende + openssl-0.9.8e-r2.ebuild: + Stable on amd64 wrt security bug #188799 + + 28 Aug 2007; Tobias Scherbaum + openssl-0.9.8e-r2.ebuild: + ppc stable, bug #188799 + + 27 Aug 2007; Jeroen Roovers openssl-0.9.8e-r2.ebuild: + Stable for HPPA (bug #188799). + + 27 Aug 2007; Gustavo Zacarias + openssl-0.9.8e-r2.ebuild: + Stable on sparc wrt security #188799 + + 25 Aug 2007; Raúl Porcel openssl-0.9.8e-r2.ebuild: + alpha/ia64/x86 stable wrt security #188799 + +*openssl-0.9.8e-r2 (25 Aug 2007) + + 25 Aug 2007; Mike Frysinger + +files/openssl-0.9.8e-CVE-2007-3108.patch, +openssl-0.9.8e-r2.ebuild: + Add fix from upstream for CVE-2007-3108 #188799. + +*openssl-0.9.8e-r1 (22 Jun 2007) + + 22 Jun 2007; Mike Frysinger + +files/openssl-0.9.8-evp-key-len.patch, +files/openssl-0.9.8-gcc42.patch, + +openssl-0.9.8e-r1.ebuild: + Fix from upstream for encfs/ssh troubles #168750 and fix from PLD Linux for + gcc-4.2 troubles #158324. + + 22 Apr 2007; Bryan Østergaard openssl-0.9.8d.ebuild: + Stable on Mips. + +*openssl-0.9.8e (27 Feb 2007) +*openssl-0.9.7m (27 Feb 2007) + + 27 Feb 2007; Mike Frysinger +openssl-0.9.7m.ebuild, + +openssl-0.9.8e.ebuild: + Version bump #168357 by Michael Huber. + + 04 Nov 2006; Ilya A. Volynets-Evenbakh + openssl-0.9.8d.ebuild: + 0.9.8 builds on mips now, so add mips back to keywords + + 03 Nov 2006; Ilya A. Volynets-Evenbakh + openssl-0.9.7l.ebuild: + Stabilize on mips + + 23 Oct 2006; Joslwah openssl-0.9.8d.ebuild: + Mark ppc64 stable. + + 18 Oct 2006; Roy Marples openssl-0.9.7l.ebuild: + Added ~sparc-fbsd keyword. + + 14 Oct 2006; Aron Griffis openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Mark 0.9.8d 0.9.7l stable on ia64. #145510 + + 14 Oct 2006; Jason Wever openssl-0.9.8d.ebuild: + Added fix from bug #149958 for ppc64. + + 01 Oct 2006; Mike Frysinger + +files/openssl-0.9.8-makedepend.patch, openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Fix up depend system to use gcc to generate deps #149583. + + 01 Oct 2006; Mike Frysinger openssl-0.9.8d.ebuild: + Respect LDFLAGS #149676 by Donnie Berkholz. + + 30 Sep 2006; Fernando J. Pereda openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Stable on alpha as per security bug #145510 + + 28 Sep 2006; Tobias Scherbaum + openssl-0.9.7l.ebuild, openssl-0.9.8d.ebuild: + ppc stable, bug #145510 + + 28 Sep 2006; Gustavo Zacarias openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Stable on hppa wrt security #145510 + + 28 Sep 2006; Jason Wever openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Stable on SPARC wrt security bug #145510. + + 28 Sep 2006; Chris Gianelloni openssl-0.9.7l.ebuild, + openssl-0.9.8d.ebuild: + Stable on amd64/x86 wrt bug #145510. + + 28 Sep 2006; Brent Baude openssl-0.9.7l.ebuild: + Marking openssl-0.9.7l ppc64 stable for sec bug #145510 + +*openssl-0.9.8d (28 Sep 2006) +*openssl-0.9.7l (28 Sep 2006) + + 28 Sep 2006; Mike Frysinger +openssl-0.9.7l.ebuild, + +openssl-0.9.8d.ebuild: + Version bump for security #145510 and #148654. + + 24 Sep 2006; Michael Hanselmann + openssl-0.9.8c-r2.ebuild: + Stable on ppc. + +*openssl-0.9.8c-r2 (18 Sep 2006) + + 18 Sep 2006; Mike Frysinger files/gentoo.config-0.9.8, + -openssl-0.9.8c-r1.ebuild, +openssl-0.9.8c-r2.ebuild: + Force people to re-emerge openssl on i686 so that they get the optimized + version. You will probably have to re-emerge openssh/etc... if you + experience troubles. Openssl sucks sometimes. + +*openssl-0.9.8c-r1 (16 Sep 2006) + + 16 Sep 2006; Mike Frysinger -openssl-0.9.8c.ebuild, + +openssl-0.9.8c-r1.ebuild: + Remove USE=sse2 for now as it breaks ABI #147758 by Andrew Stimpson and + revert asm targets for i686. + + 15 Sep 2006; Mike Frysinger files/gentoo.config-0.9.8, + openssl-0.9.8c.ebuild: + Add support for USE=sse2 and reclassify i686/sparc7 targets #147551. + + 07 Sep 2006; Gustavo Zacarias openssl-0.9.7k.ebuild: + Stable on hppa wrt security #146375 + + 07 Sep 2006; Joshua Kinard openssl-0.9.8b.ebuild, + openssl-0.9.8c.ebuild: + Remask openssl-0.9.8 on mips due to changes upstream which need resolving. + + 06 Sep 2006; Ilya A. Volynets-Evenbakh + openssl-0.9.8c.ebuild: + Don't run src_test when test is not in FEATURES. + + 06 Sep 2006; Markus Rothe openssl-0.9.7k.ebuild, + openssl-0.9.8c.ebuild: + 0.9.8c ~ppc64 again. fails test with gcc-3.4. marked 0.9.7k stable on ppc64 + + 06 Sep 2006; Joshua Jackson openssl-0.9.7k.ebuild, + openssl-0.9.8c.ebuild: + stable x86; security bug #146375 + + 05 Sep 2006; Thomas Cort openssl-0.9.8c.ebuild: + Stable on alpha wrt security Bug #146375. + + 05 Sep 2006; Markus Rothe openssl-0.9.8c.ebuild: + Stable on ppc64; bug #146375 + + 05 Sep 2006; Jason Wever openssl-0.9.7k.ebuild: + Stable on SPARC wrt security bug #146375. + + 05 Sep 2006; Mike Doty openssl-0.9.8c.ebuild: + amd64 stable, bug 146375 + + 05 Sep 2006; Joseph Jezak openssl-0.9.7k.ebuild: + Marked ppc stable for bug #146375. + +*openssl-0.9.8c (05 Sep 2006) +*openssl-0.9.7k (05 Sep 2006) + + 05 Sep 2006; Mike Frysinger +openssl-0.9.7k.ebuild, + +openssl-0.9.8c.ebuild: + Version bump #146375 by Sune Kloppenborg Jeppesen. + + 05 Sep 2006; Joshua Kinard openssl-0.9.8b.ebuild: + Added ~mips to KEYWORDS. + + 03 Sep 2006; Joshua Jackson openssl-0.9.8b.ebuild: + Added ~x86 as per bug 145605 + + 02 Sep 2006; Michael Sterrett + openssl-0.9.7j.ebuild: + keepdir instead of dodir for empty directory + + 02 Sep 2006; openssl-0.9.8b.ebuild: + ~ppc added. bug 145605 + + 01 Sep 2006; Jason Wever openssl-0.9.8b.ebuild: + Added ~sparc keyword wrt bug #145605. + + 31 Aug 2006; openssl-0.9.8b.ebuild: + marked ~amd64 + + 30 Aug 2006; Markus Rothe openssl-0.9.8b.ebuild: + Added ~ppc64; bug #145605 + + 09 Jul 2006; Joshua Kinard openssl-0.9.7j.ebuild: + Marked stable on mips. + + 06 Jul 2006; openssl-0.9.7i.ebuild, + openssl-0.9.7j.ebuild: + - openssl needs tc- functions exported for the install phase so we dont try + to install for x86 when compiling for ppc + + 01 Jul 2006; Jason Wever openssl-0.9.7j.ebuild: + Fixed typo when I added filtering for -mv8 CFLAG, solves bug #138583. + + 30 Jun 2006; Jason Wever openssl-0.9.7j.ebuild: + Filtered out the assumed -mv8 use flag as it was removed in >=gcc-4.0.0 + + 28 Jun 2006; Joshua Jackson openssl-0.9.7j.ebuild: + Stable x86; bug #137143 + + 27 Jun 2006; Thomas Cort openssl-0.9.7j.ebuild: + Stable on alpha wrt Bug #137143. + + 25 Jun 2006; Guy Martin openssl-0.9.7j.ebuild: + Stable on hppa. + + 25 Jun 2006; Guy Martin ChangeLog: + Stable on hppa. + + 21 Jun 2006; Gustavo Zacarias openssl-0.9.7j.ebuild: + Stable on sparc wrt #137143 + + 21 Jun 2006; openssl-0.9.7j.ebuild: + Stable on ppc; bug #137143 + + 20 Jun 2006; Simon Stelling openssl-0.9.7j.ebuild: + stable on amd64 + + 18 Jun 2006; Markus Rothe openssl-0.9.7j.ebuild: + Stable on ppc64; bug #137143 + + 14 May 2006; Mike Frysinger + +files/openssl-0.9.7j-doc-updates.patch, + +files/openssl-0.9.8b-doc-updates.patch, openssl-0.9.7i.ebuild, + openssl-0.9.7j.ebuild, openssl-0.9.8a.ebuild, openssl-0.9.8b.ebuild: + Dont run src_test twice and namespace common manpages to prevent conflicts + with other packages #132830 by Diego Pettenò. + +*openssl-0.9.8b (05 May 2006) + + 05 May 2006; Mike Frysinger + +files/openssl-0.9.8b-parallel-build.patch, +openssl-0.9.8b.ebuild: + Version bump. + +*openssl-0.9.7j (05 May 2006) + + 05 May 2006; Mike Frysinger +openssl-0.9.7j.ebuild: + Version bump. + + 27 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + + 19 Apr 2006; Seemant Kulleen ChangeLog: + fix the Manifest -- got hit by this on a few different build boxes + + 19 Apr 2006; Mike Frysinger + +files/openssl-0.9.7i-m68k.patch, openssl-0.9.7i.ebuild: + Add support for m68k shared libs #113807 by Kolbjørn Barmen. + + 30 Mar 2006; Diego Pettenò openssl-0.9.7i.ebuild: + Add ~x86-fbsd keyword. + + 09 Mar 2006; Mike Frysinger openssl-0.9.7e-r2.ebuild, + openssl-0.9.7g-r1.ebuild, openssl-0.9.7h.ebuild, openssl-0.9.7i.ebuild, + openssl-0.9.8a.ebuild: + Use revdep-rebuild --library instead of revdep-rebuild --soname #125506 by + Carsten Lohrke. + + 15 Feb 2006; Markus Rothe openssl-0.9.7i.ebuild: + Stable on ppc64; bug #122071 + + 13 Feb 2006; Mark Loeser openssl-0.9.7e-r2.ebuild: + Fix leading spaces + + 12 Feb 2006; Mike Frysinger openssl-0.9.7i.ebuild, + openssl-0.9.8a.ebuild: + Run sed in LC_ALL=C in order to fix [a-z] in funky locales #122554 by Erkki + Eilonen. + + 09 Feb 2006; Simon Stelling openssl-0.9.7e-r2.ebuild, + openssl-0.9.7i.ebuild: + stable on amd64 + + 09 Feb 2006; Joshua Kinard openssl-0.9.7i.ebuild: + Marked stable on mips. + + 09 Feb 2006; Aron Griffis openssl-0.9.7i.ebuild: + Mark 0.9.7i stable on alpha + + 08 Feb 2006; Gustavo Zacarias openssl-0.9.7i.ebuild: + Stable on sparc wrt #122071 + + 08 Feb 2006; openssl-0.9.7i.ebuild: + Stable on ppc. bug 122071 + + 08 Feb 2006; Saleem Abdulrasool + openssl-0.9.7i.ebuild: + stable on x86 as per bug #122071 + + 06 Jan 2006; Mike Frysinger openssl-0.9.6m.ebuild, + openssl-0.9.7e-r2.ebuild, openssl-0.9.7g-r1.ebuild, openssl-0.9.7h.ebuild, + openssl-0.9.7i.ebuild, openssl-0.9.8a.ebuild: + Add ca-certificates for most systems. + + 13 Dec 2005; Markus Rothe openssl-0.9.7i.ebuild: + Added ~ppc64 keyword; bug #114592 + + 09 Nov 2005; openssl-0.9.7i.ebuild: + Add back in ~amd64. It is ABI compat as far as I can tell + + 26 Oct 2005; Mike Frysinger + +files/gentoo.config-0.9.8, +files/openssl-0.9.8-toolchain.patch, + openssl-0.9.8a.ebuild: + Clean up ebuild and fix building on x86 #110457 by Justin Guyett. + +*openssl-0.9.7i (16 Oct 2005) + + 16 Oct 2005; Mike Frysinger +openssl-0.9.7i.ebuild: + Version bump. + +*openssl-0.9.8a (12 Oct 2005) +*openssl-0.9.7h (12 Oct 2005) + + 12 Oct 2005; Mike Frysinger + +files/openssl-0.9.7h-ABI-compat.patch, +openssl-0.9.7h.ebuild, + +files/openssl-0.9.8-hppa-fix-detection.patch, +openssl-0.9.8a.ebuild: + Version bumpage. + +*openssl-0.9.8-r1 (12 Oct 2005) +*openssl-0.9.7g-r1 (12 Oct 2005) +*openssl-0.9.7e-r2 (12 Oct 2005) + + 12 Oct 2005; Mike Frysinger + +files/openssl-0.9.7-CAN-2005-2969.patch, + +files/openssl-0.9.8-CAN-2005-2969.patch, -openssl-0.9.7d-r2.ebuild, + +openssl-0.9.7e-r2.ebuild, +openssl-0.9.7g-r1.ebuild, + +openssl-0.9.8-r1.ebuild: + Add fixes for CAN-2005-2969 #108852. + + 02 Sep 2005; MATSUU Takuto + +files/openssl-0.9.7e-superh.patch, openssl-0.9.7e-r1.ebuild: + Added patch to support sh. + + 18 Aug 2005; Mike Frysinger openssl-0.9.7e-r1.ebuild, + openssl-0.9.7g.ebuild, openssl-0.9.8.ebuild: + Add support for USE=zlib #79179 by Stefan Riemer. + + 13 Aug 2005; Diego Pettenò + files/gentoo.config-0.9.7g, +files/openssl-0.9.7g-amd64-fbsd.patch, + openssl-0.9.7g.ebuild: + Added patch to support amd64-fbsd target. Updated config script. + + 12 Aug 2005; +files/openssl-0.9.7c-tempfile.patch: + Readding missing patch. + + 12 Aug 2005; Caleb Tennis -openssl-0.9.7e.ebuild: + remove stale version + + 12 Aug 2005; Caleb Tennis + -files/openssl-0.9.7c-gentoo.diff, -files/openssl-0.9.7c-tempfile.patch, + -openssl-0.9.7c-r1.ebuild: + remove old version that was package.masked for security reasons + + 07 Aug 2005; MATSUU Takuto files/gentoo.config-0.9.7g, + files/openssl-0.9.7g-superh.patch: + Fixed compile issue on sh. Bug 98418. + + 08 Jul 2005; Hardave Riar openssl-0.9.7g.ebuild: + Marked ~mips, bug #92076. + + 06 Jul 2005; Martin Schlemmer openssl-0.9.8.ebuild: + Remove custom config stuff as asked in gentoo.config-0.9.7g - bug #98072 + responsible. + + 05 Jul 2005; Martin Schlemmer + openssl-0.9.7c-r1.ebuild, openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild, + openssl-0.9.7e-r1.ebuild, openssl-0.9.7g.ebuild: + Fix creating certificates cannot find libcrypt/libssl on new install. + +*openssl-0.9.8 (05 Jul 2005) + + 05 Jul 2005; Martin Schlemmer + +files/openssl-0.9.8-make-engines-dir.patch, + +files/openssl-0.9.8-parallel-build.patch, + +files/openssl-0.9.8-ppc64.patch, +openssl-0.9.8.ebuild: + Update version. Fix parallel build. Fix new engines not creating install + dir. Fix creating certificates cannot find libcrypt/libssl on new install. + + 04 Jul 2005; Hardave Riar openssl-0.9.7e-r1.ebuild: + Stable on mips. + + 02 Jul 2005; Bryan Østergaard + openssl-0.9.7e-r1.ebuild: + Stable on alpha. + + 17 Jun 2005; Michael Hanselmann + openssl-0.9.7e-r1.ebuild: + Stable on ppc. + + 13 Jun 2005; Diego Pettenò + files/gentoo.config-0.9.7g: + Unbreak uclibc cross-compilation and beautify the script using a case + instead of a series of ifs. + + 13 Jun 2005; Diego Pettenò + files/gentoo.config-0.9.7g, openssl-0.9.7g.ebuild: + Fixed the gentoo.config script to be aware of different OS (in this case, + FreeBSD), and added an output to tell which target is selected. + + 29 May 2005; openssl-0.9.7d-r2.ebuild, + openssl-0.9.7e.ebuild: + echangelog - update package to use libc expanded variable elibc_uclibc vs + uclibc so USE=-* works + + 26 May 2005; Markus Rothe openssl-0.9.7e-r1.ebuild: + Stable on ppc64 + + 11 May 2005; Gustavo Zacarias openssl-0.9.7g.ebuild: + Back to ~sparc wrt #92075 + + 10 May 2005; Mike Frysinger + +files/openssl-0.9.7g-ABI-compat.patch, openssl-0.9.7g.ebuild: + Add patch to fix amd64 ABI breakage #86358. Thanks to Daniel Gryniewicz for + tracking this down. + + 10 May 2005; Mike Frysinger + +files/openssl-0.9.7e-ptr-casting.patch, + +files/openssl-0.9.7e-x86_64-bn-asm.patch, + +files/openssl-0.9.7g-mem-clr-ptr-cast.patch, + +files/openssl-0.9.7g-ptr-casting.patch, openssl-0.9.7e-r1.ebuild, + openssl-0.9.7g.ebuild: + Some misc pointer/asm fixes from upstream. + + 09 May 2005; Mike Frysinger + +files/gentoo.config-0.9.7g, openssl-0.9.7g.ebuild: + Add cross-compiling support #85344. + + 02 May 2005; Gustavo Zacarias + openssl-0.9.7e-r1.ebuild: + Stable on sparc + +*openssl-0.9.7g (01 May 2005) + + 01 May 2005; Mike Frysinger + +files/openssl-0.9.7g-no-fips.patch, +openssl-0.9.7g.ebuild: + Version bump #86358. + + 20 Apr 2005; openssl-0.9.7e-r1.ebuild: + - clean out patent or otherwise encumbered code when USE=bindist is set + + 08 Apr 2005; Markus Rothe openssl-0.9.7e.ebuild: + Stable on ppc64 + + 29 Mar 2005; Mamoru KOMACHI openssl-0.9.7d.ebuild, + openssl-0.9.7d-r1.ebuild, openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild, + openssl-0.9.7e-r1.ebuild: + Install elisp file only if emacs USE flag is set; bug #85944. + + 22 Mar 2005; Jeremy Huddleston + openssl-0.9.7e-r1.ebuild: + Use correct toolchain CC. + + 13 Mar 2005; Mike Frysinger + +files/openssl-0.9.7e-no-fips.patch, openssl-0.9.7e-r1.ebuild: + Dont install the fips stuff #80878 by Kaiting Chen. + + 02 Mar 2005; Daniel Goller openssl-0.9.7e.ebuild: + Stable on ppc + + 14 Feb 2005; Gustavo Zacarias openssl-0.9.7e.ebuild: + Stable on sparc + +*openssl-0.9.7e-r1 (14 Feb 2005) + + 14 Feb 2005; Robin H. Johnson + +openssl-0.9.7e-r1.ebuild: + Bug #69550, make sure openssl is built correctly to work with unstripped + /lib/ld.so. + + 07 Feb 2005; Bryan Østergaard openssl-0.9.7e.ebuild: + Stable on alpha. + + 13 Dec 2004; Jeremy Huddleston + openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild: + Added support for sparc64-multilib. + +*openssl-0.9.7e (12 Dec 2004) + + 12 Dec 2004; Mike Frysinger + +files/openssl-0.9.7-alpha-default-gcc.patch, + +files/openssl-0.9.7-arm-big-endian.patch, + +files/openssl-0.9.7-hppa-fix-detection.patch, + +files/openssl-0.9.7e-gentoo.patch, +openssl-0.9.7e.ebuild: + Version bump #68983 by Lars. Also cleanup the sed-scripts to be patches and + add an arm big endian fix #74054. + + 07 Nov 2004; Joshua Kinard openssl-0.9.7d-r2.ebuild: + Marked stable on mips. + + 05 Nov 2004; Jason Wever openssl-0.9.7d-r2.ebuild: + Stable on sparc wrt security bug #68407. + + 06 Nov 2004; Bryan Østergaard + openssl-0.9.7d-r2.ebuild: + Stable on alpha, bug 68407. + + 05 Nov 2004; Karol Wojtaszek + openssl-0.9.7d-r2.ebuild: + Stable on amd64 + + 05 Nov 2004; Markus Rothe openssl-0.9.7d-r2.ebuild: + Stable on ppc64; bug #68407 + +*openssl-0.9.7d-r2 (06 Nov 2004) + + 06 Nov 2004; Daniel Black + +files/openssl-0.9.7c-tempfile.patch, +openssl-0.9.7d-r2.ebuild: + Fixed insecure temp file creation as per bug #68407. stable on x86 and ppc + + 21 Sep 2004; Michael Sterrett + openssl-0.9.7d-r1.ebuild: + error check sed + + 01 Sep 2004; Travis Tilley openssl-0.9.7d-r1.ebuild: + made openssl use $(get_libdir) to optionally install to lib64/lib32 + + 19 Jul 2004; Mike Frysinger openssl-0.9.7d-r1.ebuild: + Move `make test` out of src_compile() and into src_test() where it should be. + + 13 Jul 2004; Daniel Ahlberg openssl-0.9.7d-r1.ebuild: + Change back to single make. + Added diffutils to DEPEND, closing #55560. + + 01 Jul 2004; Jeremy Huddleston + openssl-0.9.6m.ebuild, openssl-0.9.7c-r1.ebuild, openssl-0.9.7c.ebuild, + openssl-0.9.7d-r1.ebuild, openssl-0.9.7d.ebuild: + virtual/glibc -> virtual/libc + + 28 Jun 2004; openssl-0.9.7d-r1.ebuild: + added missing uclibc to IUSE + + 25 Jun 2004; openssl-0.9.7d-r1.ebuild: + uclibc update + + 15 Jun 2004; Daniel Ahlberg openssl-0.9.7d-r1.ebuild, + openssl-0.9.7d.ebuild: + Fall back to single thread make if parallell fails. Hopefully closing #48475. + + 15 Jun 2004; openssl-0.9.7d.ebuild: + remove dep of bc when uclibc is used + +*openssl-0.9.7d-r1 (14 Jun 2004) + + 14 Jun 2004; Daniel Ahlberg openssl-0.9.7d-r1.ebuild, + Add smime patch from CVS, closing #50440. + + 06 Jun 2004; Aron Griffis openssl-0.9.7c-r1.ebuild, + openssl-0.9.7d.ebuild: + Fix use invocation + + 16 May 2004; Luca Barbato openssl-0.9.7d.ebuild: + Minor workaround for ppc and ppc64 gcc-3.3.3 and gcc-3.4 + + 10 May 2004; Tom Gall openssl-0.9.7d.ebuild: + fix for ppc64, bug #50637 + + 28 Apr 2004; Tom Gall openssl-0.9.7d.ebuild: + patch fix ppc64, bug #49102 + + 25 Apr 2004; Daniel Ahlberg openssl-0.9.7d.ebuild: + Install emacs files, from #47854. + + 20 Apr 2004; Tom Gall openssl-0.9.7d.ebuild: + fix for ppc64 support see #45463 + + 30 Mar 2004; Daniel Ahlberg openssl-0.9.7d.ebuild: + + use gcc eclass instead of gcc-dumpversion. + + filter -funroll-loops, closing #45600. + + use emake of 0.9.7, closing #45002. + +*openssl-0.9.6m (17 Mar 2004) +*openssl-0.9.7d (17 Mar 2004) + + 17 Mar 2004; Daniel Ahlberg openssl-0.9.7d.ebuild, + openssl-0.9.6m.ebuild: + Security update, also removed some old ebuilds. + + 01 Mar 2004; Tom Gall openssl-0.9.7c-r1.ebuild: + remove call to make test for ppc64 for now. This is problematic, as + we have some bug running around for ppc64 but we also need to move + forward. + + 16 Feb 2004; Gustavo Zacarias + openssl-0.9.7c-r1.ebuild: + Fixed compilation of sparc32 target on sparc64 + + 10 Feb 2004; Bartosch Pixa + openssl-0.9.7c-r1.ebuild: + set ppc in keywords + + 28 Jan 2004; Aron Griffis openssl-0.9.7c-r1.ebuild: + stable on alpha and ia64 + + 18 Jan 2004; Jason Wever openssl-0.9.7c-r1.ebuild: + Marked stable on sparc. + + 18 Jan 2004; Martin Guy openssl-0.9.7c-r1.ebuild: + Marked stable on hppa. + +*openssl-0.9.7b-r3 (17 Jan 2004) + + 17 Jan 2004; Joshua Kinard openssl-0.9.6k-r1.ebuild, + openssl-0.9.6k.ebuild, openssl-0.9.6l.ebuild, openssl-0.9.7b-r3.ebuild, + openssl-0.9.7b.ebuild, openssl-0.9.7c-r1.ebuild, openssl-0.9.7c.ebuild: + Bumped mips to stable, fixed copyright headers, & Removed inherit on gcc.eclass + and replaced $(gcc-version) calls with a ${gcc_version} variable defined by + calling gcc -dumpversion directly. The reason for this was to resolve + dependency issues reported by repoman. + + 17 Jan 2004; Guy Martin openssl-0.9.7c-r1.ebuild: + Fixed detection of the target on hppa smp box. + + 13 Jan 2004; Daniel Ahlberg openssl-0.9.7c-r1.ebuild: + More CFLAGS filtering, Closing #34261. + + 09 Jan 2004; Daniel Ahlberg openssl-0.9.7c-r1.ebuild: + Update the way CFLAGS are changed. + + 08 Jan 2004; Robin H. Johnson openssl-0.9.7c-r1.ebuild: + fix bug #37600 + + 03 Jan 2004; Daniel Ahlberg openssl-0.9.7c-r1.ebuild: + Better filtering of existing cflags to be replaced by our own. Closing #35283. + + 16 Dec 2003; Joshua Kinard openssl-0.9.7c-r1.ebuild: + Made a change to the mips detection so we can differentiate betweem mips and + mipsel machines, and pass the apropriate configure target, otherwise the + testsuite fails + +*openssl-0.9.6l (04 Nov 2003) +*openssl-0.9.7c-r1 (04 Nov 2003) + + 8 Dec 2003; Guy Martin openssl-0.9.6k.ebuild, + openssl-0.9.6k-r1.ebuild, openssl-0.9.6l.ebuild : + Forcing target linux-parisc even on 32bit kernel because detection fail + on multicpu box. + + 25 Nov 2003; Guy Martin openssl-0.9.7c-r1.ebuild : + Fix detection of parisc64 boxes. + + 17 Nov 2003; Joshua Kinard openssl-0.9.7c-r1.ebuild: + Made a tweak to allow openssl to build on mips64 platforms (64-bit kernel, + 32-bit userland) + + 12 Nov 2003; Daniel Ahlberg openssl-0.9.7c.ebuild, openssl-0.9.7c-r1.ebuild : + Make test removes the built libraries to be rebuilt later with make install, this was not the case with + 0.9.6 libraries as they where only inserted into ${D}. Now we run make again before installing those + libraries to make sure they exist. Closing #32858. + + 06 Nov 2003; Paul de Vrieze openssl-0.9.7c-r1.ebuild: + Add checks so that missing 0.9.6 libs when they should be there will cause the + ebuild to fail, so saving from mishap + + 04 Nov 2003; Daniel AHlberg openssl-0.9.7c-r1.ebuild openssl-0.9.6l.ebuild : + Security update. + + 28 Oct 2003; Daniel Ahlberg openssl-0.9.7c.ebuild : + Add make test to compile process. Closes #30066. + +*openssl-0.9.6k-r1 (10 Oct 2003) + + 10 Oct 2003; Daniel Ahlberg openssl-0.9.6k-r1.ebuild: + Adding the fix for bn.h to the 0.9.6k series + + 01 Oct 2003; Jon Portnoy openssl-0.9.7c.ebuild : + Stable for ia64 + + 30 Sep 2003; openssl-0.9.7c.ebuild: + Keyword amd64 + + 30 Sep 2003; Christian Birchinger openssl-0.9.6k.ebuild: + Added sparc stable keyword + +*openssl-0.9.7c (30 Sep 2003) +*openssl-0.9.6k (30 Sep 2003) + + 30 Sep 2003; Daniel Ahlberg openssl-0.9.7c.ebuild, openssl-0.9.6k.ebuild : + Security update. + +*openssl-0.9.7b-r2 (16 Sep 2003) + + 24 Sep 2003; Martin Schlemmer openssl-0.9.7b-r1.ebuild, + openssl-0.9.7b-r2.ebuild, openssl-0.9.7b.ebuild: + Breaks things one some boxen, bug #13795. The problem is that if we have + a 'gcc fixed' version in $(gcc-config -L) from 0.9.6, then breaks as it was + defined as 'int BN_mod(...)' and in 0.9.7 it is a #define with BN_div(...). + + 19 Sep 2003; Daniel Ahlberg openssl-0.9.7b-r2.ebuild : + Filter "-fprefetch-loop-arrays" for all GCC 3.3 versions. + Closing #28997. + + 17 Sep 2003; Daniel Ahlberg openssl-0.9.7b-r2.ebuild : + Closing #12971 and #25461. Removing from packages.mask + + 16 Sep 2003; Daniel Ahlberg openssl-0.9.7b-r2.ebuild : + This version optionally installs openssl-0.9.6 if upgrading, and leaves it out + if installing from scratch. Libraries from openssl-0.9.6 are needed becuse every + program linking to openssl links directly to the version named library instead of + the symlink. + +*openssl-0.9.7b-r1 (02 Sep 2003) + + 02 Sep 2003; Mike Frysinger : + Add a version so ppl running ~ can unmask/emerge it. + + 29 Jul 2003; Will Woods openssl-0.9.6j.ebuild: + Use SSH_TARGET on alpha to force it to honor CHOST, marked stable. + +*openssl-0.9.6j (23 May 2003) + + 29 Sep 2003; Joshua Kinard openssl-0.9.6j.ebuild: + Changes ~mips to mips in KEYWORDS + + 23 Sep 2003; Bartosch Pixa openssl-0.9.6j.ebuild: + set ppc in keywords + + 23 Jul 2003; Guy Martin openssl-0.9.6j.ebuild : + Marked stable on hppa. + + 01 Jul 2003; Todd Sunderlin openssl-0.9.6j.ebuild : + set stable on sparc + + 14 Jun 2003; Guy Martin openssl-0.9.6j.ebuild : + Added a build fix for people running a 64bit kernel. + + 23 May 2003; Brandon Low openssl-0.9.6j.ebuild: + Bump, lots of nice security fixes, several patches from 0.9.6i-r2 are merged + in here + + 20 May 2003; Tavis Ormandy openssl-0.9.6i-r2.ebuild, + openssl-0.9.7b.ebuild: + ccc/openssl co-existance fixes. + + 18 May 2003; Tavis Ormandy openssl-0.9.6i-r2.ebuild: + making ccc usable. + +*openssl-0.9.7b (10 Apr 2003) + + 17 Apr 2003; Tavis Ormandy openssl-0.9.6i-r2.ebuild, + openssl-0.9.7b.ebuild: + Setting openssl-0.9.6i-r2 to completely ignore ccc, even if found - if used, result wont be + backward compatible. + + Produce libssl.so on linux-alpha*-ccc in openssl-0.9.7b. + + 10 Apr 2003; Brandon Low Manifest, + openssl-0.9.7b.ebuild: + Bump + +*openssl-0.9.6i-r2 (24 Mar 2003) + + 14 Jun 2003; Guy Martin openssl-0.9.6i-r2.ebuild : + Added a build fix for people running a 64bit kernel. + + 19 Mar 2003; Daniel Ahlberg : + Security update. Added patch against Klima-Pokorny-Rosa attack. + +*openssl-0.9.7a-r2 (24 Mar 2003) + + 19 Mar 2003; Daniel Ahlberg : + Security update. Added patch against Klima-Pokorny-Rosa attack. + +*openssl-0.9.6i-r1 (19 Mar 2003) + + 19 Mar 2003; Daniel Ahlberg : + Security update. + +*openssl-0.9.7a-r1 (19 Mar 2003) + + 19 Mar 2003; Daniel Ahlberg : + Security update. + + 13 Mar 2003; Guy Martin openssl-0.9.6i.ebuild : + Now produce also libssl.so on hppa. + + 28 Feb 2003; Maarten Thibaut openssl-0.9.6i.ebuild : + Add code to detect sparc32 build on sparc64. Add code to compile for + sparc32 on sparc64 depending on PROFILE_ARCH environment variable. + + 23 Feb 2003; Zach Welch openssl-0.9.6i.ebuild : + Add arm patch to ebuild to fix problems linking aginst libcrypto.so + Cleanup several lintool violations + + 21 Feb 2003; Zach Welch openssl-0.9.6i.ebuild : + Added arm to keywords. + + 21 Feb 2003; Jan Seidel openssl-0.9.6g-r1.ebuild openssl-0.9.6i.ebuild : + added a patch for mips + + 12 Feb 2003; Guy Martin : + Added -fPIC to CFLAGS for hppa needed by many apps linking to openssl. + + 09 Feb 2003; Guy Martin : + Added hppa to keywords. + + 07 Jan 2003; Daniel Ahlberg openssl-0.9.7.ebuild : + Added warning message and some info on how to successfully emerge new version. + +*openssl-0.9.7 (05 Jan 2003) + + 05 Jan 2003; Daniel Ahlberg files/digest-openssl-0.9.7 : + Version bump. Found by jochem prins in #12973. Masked. + + 05 Jan 2003; Daniel Ahlberg files/digest-openssl-0.9.6h : + Removed masking in packages.mask and marked it unstable. + + 19 Dec 2002; Daniel Ahlberg files/digest-openssl-0.9.6h : + Re-made digest. The new md5 sum is the same as the md5sum in the announcement + mail. I must have made the old digest against a bad archive. + +*openssl-0.9.6h (16 Dec 2002) + + 16 Dec 2002; Daniel Ahlberg : + Version bump. Masked in packages.mask. NOT binary compatible with g so it will break things + unless you re-emerge does packages failing. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*openssl-0.9.6g-r1 (04 Nov 2002) + + 21 Feb 2003; Jan Seidel : + Added a patch for mips + + 25 Nov 2002; Nick Hadaway openssl-0.9.6g-r1.ebuild : + Updated ebuild so the certs directory is created. + + 04 Nov 2002; Daniel Ahlberg : + Changed openssldir to /etc as suggested by Corporate Gadfly in #9315. + +*opessl-0.9.6g (29 Aug 2002) + + 09 Feb 2003; Jan Seidel : + Added a patch for mips (apache2 with openssl) + + 19 Jan 2003; Jan Seidel : + Added mips to keywords + + 06 Oct 2002; Jack Morgan : + Added sparc/sparc64 keywords + + 27 Sep 2002; Daniel Ahlberg : + Cleaned out files/. + + Made OpenSSL use native crypt() instead of built-in. Thanks to Jason Jeremias + in #8438. + + 17 Sep 2002; Mark Guertin openssl-0.9.6g.ebuild : + Added ppc to keywords + + 29 Aug 2002; Daniel Ahlberg openssl-0.9.6g.ebuild : + Version bump, closes #6290. Ebuild contributed by hannes@mehnert.org. + +*openssl-0.9.6e (30 Jul 2002) + + 2 Aug 2002; Calum Selkirk openssl-0.9.6e.ebuild : + + Added ppc to KEYWORDS. + + 30 Jul 2002; Daniel Ahlberg openssl-0.9.6e.ebuild : + + New version to fix security, http://www.openssl.org/news/secadv_20020730.txt + +*openssl-0.9.6d-r1 (10 Jul 2002) + + 10 Jul 2002; Josh Tegart : + + Fixed problem that prevented openssl-0.9.6d from building on sparc. The + Configure script incorrectly set the SHARED_LDFLAGS in the Makefile. The new + ebuild simply removes the incorrect value if ARCH="sparc". + +*openssl-0.9.6d (13 May 2002) + + 13 May 2002; Donny Davies : + + Update to latest. Added LICENSE, SLOT. Use make vs. emake. + +*openssl-0.9.6c-r1 (3 Apr 2002) + + patch from src_unpack; it was redundant. Remove the manpage sed stuff + and pass MANDIR to make install instead. Fix a longstanding annoyance + with the support scripts getting installed into /usr/ssl and install + them in the proper place: /usr/lib/ssl. Add a patch for compiling with + gcc-3. Fix a glitch with the html docs getting installed into a redundant + 'doc' subdirectory. Remove all old patches, digests and ebuilds. + + 21 Mar 2002; Daniel Robbins : Fixed 0.9.6c ebuild so + that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now + it is a standard 2-liner. + + 21 Mar 2002; Seemant Kulleen openssl-0.9.6c.ebuild : + Fixed so that html documentation is no longer gzipped. Small enough to not + warrant a revision bump on the ebuild. + +*openssl-0.9.6c (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest new file mode 100644 index 00000000..a12b490b --- /dev/null +++ b/dev-libs/openssl/Manifest @@ -0,0 +1,12 @@ +AUX gentoo.config-1.0.0 4748 SHA256 67ae024ebb87a8236a358a081f2d9b038eef2d0f432705d05063274e7af28b4e SHA512 c68b7eb3d07a3b619f6c3e5f508e594efe2991aef91d8904019f967c20a7e9e9604d8fce1271b5bc247856411e81a800eed7710da46645b9d5d9e5cb184ab99b WHIRLPOOL a849c1ea7d7d0dfeac675636e801dd050c66866f6327e6619f233ede0fc0e59f5f2f554f7812a0c33bd40d76a7ba85ca3aab0a00f964e971de97f5af11a527bc +AUX openssl-1.0.0a-ldflags.patch 891 SHA256 f04cef1b912681393236f9631792cd404783586c2fd8e0f011ace6236cc6dc4a SHA512 8ced9f22e413f81ff0563793bd6b765912af16671a0d10bff0c518c44bced0177dbcd6536359ff5b6bd5d49fa5032de47c719198444254d4814e4b21301f606c WHIRLPOOL f9b2641b8df926ff5d9d5cf5a7737f5cb4a3a2be2225911ebebd944f13219acfac07d496eec9a8e91af3f50ac1275dc7b0652354e8e958a0d3f6708e641f8970 +AUX openssl-1.0.0d-windres.patch 2890 SHA256 27664cfab4852f1a301c4020375eba029c8a1728d58829c831a36d3aa2fbe9f4 SHA512 32187d0a04c85118cc763ff1fe8c4635622294fe629b920c47e16408aa720fee2bcc42f97120f6750b59996878e0a3d249143d728a5b5775ec3a022f81bc230a WHIRLPOOL d5979143f7e637b0072f7d5f214d80f5cc0e53f54358781d7f10c0cdb15c2b52813e12d2aa07dde2b40e7a88fcb26d1d619443a8012530d90789609cf5ac4083 +AUX openssl-1.0.0h-pkg-config.patch 1289 SHA256 542dea12747b1cb667707250e3eb3803cbdd396bd0d8e836e48a8018417dc1b8 SHA512 4d1f66dc8615cdf7c96719c8cc909c7d908089e91b0cfe2dd08ae7a332c525b5384e2eb8eb3922e89cbc035167f581eaa606ba826fca6253f16f89f66a9ef225 WHIRLPOOL cdd63a06205b0237ddef1f56df2accf29e5f43f886aed01f95711b49a3af07d87afd0953cb3c12c7e97d4a3392f7c691257dcb7ad3e97cc6fbf1cf399a8a6394 +AUX openssl-1.0.1-parallel-build.patch 9918 SHA256 bd56e5fe1b6fe594ab93f34d25fef0b7372633bad8532f81da998f3e6655d221 SHA512 7255b3315133e415631b2ecadc8f5c50a705b9db507c46efded0190363ce9eb31ffbfe01c500669c060878e5202f858b1d2475c64948426fbf70820b4c798ba1 WHIRLPOOL 8a8c71c3806db85d6c6b355717cb4aa1e421fa1777aa7dcd7ee817ac1e552d4b671cdd7cceef9aee1a7dc1b305eb722b1ba0219832c7a6c1b808a0c49212df05 +AUX openssl-1.0.1-x32.patch 3273 SHA256 a4f05b8757e225a05a9c5a3ea485159066760d878c9ee54c4eaf61760e33c6cf SHA512 6bed57fe2fbe2d0ced1279b53804d94426a679d5d6b80ad7d0ed18523a7fda397e02038032c08cdd4e6034f9ff6e82cad365ff2a724d49d91467cf2b77f47752 WHIRLPOOL 1366632e7dc1c6e54efc5b9791bf24833d20e7a61ca29aa38d31b5b9629febf926a29742e370b7cd6767c810c0a1676100ca9169f0d836dfd19ff0b2c29e49c1 +AUX openssl-1.0.1e-ipv6.patch 18596 SHA256 430d15f2f62c2d7b9bbb968d3c1d3cea51c97d549e01683fd6befb20e2b60946 SHA512 15bfcafc8c173d2875954a43db19d15956619528a0fc356b6d36877f7434321071cf707d950767491261adc1e6403e56b3e014e3d0ffb6cef563daca00a128bd WHIRLPOOL d1dd63d00b166efb1ca9e5d8da931a47e571f5784e3b47780355553b4d0cf656885375e3fe7fc1554b6c5eb749371efeb370c7462e4fcc52c0dd85c6e2318ad8 +DIST openssl-1.0.1e.tar.gz 4459777 SHA256 f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 SHA512 c76857e439431b2ef6f2aa123997e53f82b9c3c964d4d765d7cc6c0c20b37a21adf578f9b759b2b65ae3925454c432a01b7de0cd320ece7181dc292e00d3244e WHIRLPOOL e85cca98d9525935977bab00a1309682c0571973a1472cdd75ea1c96a1b12d8b86d1b51a501bc24a6fdbf3257b047a569b5d24d6164a903af689b01d46a7e428 +DIST openssl-c_rehash.sh.1.7 4167 SHA256 4999ee79892f52bd6a4a7baba9fac62262454d573bbffd72685d3aae9e48cee0 SHA512 55e8c2e827750a4f375cb83c86bfe2d166c01ffa5d7e9b16657b72b38b747c8985dd2c98f854c911dfbbee2ff3e92aff39fdf089d979b2e3534b7685ee8b80da WHIRLPOOL c88f06a3b8651f76b6289552cccceb64e13f6697c5f0ce3ff114c781ce1c218912b8ee308af9d087cd76a9600fdacda1953175bff07d7d3eb21b0c0b7f4f1ce1 +EBUILD openssl-1.0.1e.ebuild 7375 SHA256 bce6c27f73f02456408e58f39f612ebbaab3d3a173dc7cbc96e276dd41884d74 SHA512 9002cc8497187d6fcdc90862e5397c40de94845d4bf66649d046dd0fd3608101a3115cad3a1a1f8c07d80919a175c63536dcb9b376a814788d628e4372a9aaaa WHIRLPOOL 51ce965e202b1e1b612c9cdd31f82a6f512e57b58e0f99560f7725113eb7abf767fe07f4fb98fb97ce67cb1551576fab3b1aecf42abbd2b86102ca5bec981340 +MISC ChangeLog 71499 SHA256 ea0d71a270dc4abeffe427b5f86d5324c98dcf1ab5c2e2d723acf0d406ebba38 SHA512 4b92831551cea9b088b7307d03b10ec8313837021cdeee5f7266e2b1dd1d1b600aa00948b80302c17a86643e54041ddcfb36a394cf689d464ea44030af362815 WHIRLPOOL 784c57e24e87b8a36e792830fa92569f30f88733cf37ec80d6f14cf93be89ca494e8f712cd8720e0643620e2ba87ff3b098a43c4ecc95aa40017601082e41eb0 +MISC metadata.xml 374 SHA256 ce29618473c02511695f6767087277e246b2d252ef6e662dbc65e9df44722f5b SHA512 af8240564be62abad18e8f928694ac2836fc445ae186d5ac3b11dae060e5088dbcbbcac625fffe888de1df0e75934cf1484e54c113c00a25a55d57c39563d430 WHIRLPOOL 197464700dbd530c26a50055e98c1008cd1fd6f4f34ba2e9b4070fca6b87201599c3187b5e4689b6360a1311f1de6b96ae6a0050eb9677c648d8eaf28b0880b9 diff --git a/dev-libs/openssl/files/gentoo.config-1.0.0 b/dev-libs/openssl/files/gentoo.config-1.0.0 new file mode 100755 index 00000000..0c479f16 --- /dev/null +++ b/dev-libs/openssl/files/gentoo.config-1.0.0 @@ -0,0 +1,159 @@ +#!/usr/bin/env bash +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-1.0.0,v 1.5 2012/05/25 17:41:21 vapier Exp $ +# +# Openssl doesn't play along nicely with cross-compiling +# like autotools based projects, so let's teach it new tricks. +# +# Review the bundled 'config' script to see why kind of targets +# we can pass to the 'Configure' script. + + +# Testing routines +if [[ $1 == "test" ]] ; then + for c in \ + "arm-gentoo-linux-uclibc |linux-generic32 -DL_ENDIAN" \ + "armv5b-linux-gnu |linux-armv4 -DB_ENDIAN" \ + "x86_64-pc-linux-gnu |linux-x86_64" \ + "alphaev56-unknown-linux-gnu |linux-alpha+bwx-gcc" \ + "i686-pc-linux-gnu |linux-elf" \ + "whatever-gentoo-freebsdX.Y |BSD-generic32" \ + "i686-gentoo-freebsdX.Y |BSD-x86-elf" \ + "sparc64-alpha-freebsdX.Y |BSD-sparc64" \ + "ia64-gentoo-freebsd5.99234 |BSD-ia64" \ + "x86_64-gentoo-freebsdX.Y |BSD-x86_64" \ + "hppa64-aldsF-linux-gnu5.3 |linux-generic32 -DB_ENDIAN" \ + "powerpc-gentOO-linux-uclibc |linux-ppc" \ + "powerpc64-unk-linux-gnu |linux-ppc64" \ + "x86_64-apple-darwinX |darwin64-x86_64-cc" \ + "powerpc64-apple-darwinX |darwin64-ppc-cc" \ + "i686-apple-darwinX |darwin-i386-cc" \ + "i386-apple-darwinX |darwin-i386-cc" \ + "powerpc-apple-darwinX |darwin-ppc-cc" \ + "i586-pc-winnt |winnt-parity" \ + "s390-ibm-linux-gnu |linux-generic32 -DB_ENDIAN" \ + "s390x-linux-gnu |linux-s390x" \ + ;do + CHOST=${c/|*} + ret_want=${c/*|} + ret_got=$(CHOST=${CHOST} "$0") + + if [[ ${ret_want} == "${ret_got}" ]] ; then + echo "PASS: ${CHOST}" + else + echo "FAIL: ${CHOST}" + echo -e "\twanted: ${ret_want}" + echo -e "\twe got: ${ret_got}" + fi + done + exit 0 +fi +[[ -z ${CHOST} && -n $1 ]] && CHOST=$1 + + +# Detect the operating system +case ${CHOST} in + *-aix*) system="aix";; + *-darwin*) system="darwin";; + *-freebsd*) system="BSD";; + *-hpux*) system="hpux";; + *-linux*) system="linux";; + *-solaris*) system="solaris";; + *-winnt*) system="winnt";; + x86_64-*-mingw*) system="mingw64";; + *mingw*) system="mingw";; + *) exit 0;; +esac + + +# Compiler munging +compiler="gcc" +if [[ ${CC} == "ccc" ]] ; then + compiler=${CC} +fi + + +# Detect target arch +machine="" +chost_machine=${CHOST%%-*} +case ${system} in +linux) + case ${chost_machine}:${ABI} in + alphaev56*) machine=alpha+bwx-${compiler};; + alphaev[678]*)machine=alpha+bwx-${compiler};; + alpha*) machine=alpha-${compiler};; + armv[4-9]*b*) machine="armv4 -DB_ENDIAN";; + armv[4-9]*) machine="armv4 -DL_ENDIAN";; + arm*b*) machine="generic32 -DB_ENDIAN";; + arm*) machine="generic32 -DL_ENDIAN";; + avr*) machine="generic32 -DL_ENDIAN";; + bfin*) machine="generic32 -DL_ENDIAN";; + # hppa64*) machine=parisc64;; + hppa*) machine="generic32 -DB_ENDIAN";; + i[0-9]86*|\ + x86_64*:x86) machine=elf;; + ia64*) machine=ia64;; + m68*) machine="generic32 -DB_ENDIAN";; + mips*el*) machine="generic32 -DL_ENDIAN";; + mips*) machine="generic32 -DB_ENDIAN";; + powerpc64*) machine=ppc64;; + powerpc*) machine=ppc;; + # sh64*) machine=elf;; + sh*b*) machine="generic32 -DB_ENDIAN";; + sh*) machine="generic32 -DL_ENDIAN";; + sparc*v7*) machine="generic32 -DB_ENDIAN";; + sparc64*) machine=sparcv9;; + sparc*) machine=sparcv8;; + s390x*) machine=s390x;; + s390*) machine="generic32 -DB_ENDIAN";; + x86_64*:x32) machine=x32;; + x86_64*) machine=x86_64;; + esac + ;; +BSD) + case ${chost_machine} in + alpha*) machine=generic64;; + i[6-9]86*) machine=x86-elf;; + ia64*) machine=ia64;; + sparc64*) machine=sparc64;; + x86_64*) machine=x86_64;; + *) machine=generic32;; + esac + ;; +aix) + machine=${compiler} + ;; +darwin) + case ${chost_machine} in + powerpc64) machine=ppc-cc; system=${system}64;; + powerpc) machine=ppc-cc;; + i?86*) machine=i386-cc;; + x86_64) machine=x86_64-cc; system=${system}64;; + esac + ;; +hpux) + case ${chost_machine} in + ia64) machine=ia64-${compiler} ;; + esac + ;; +solaris) + case ${chost_machine} in + i386) machine=x86-${compiler} ;; + x86_64*) machine=x86_64-${compiler}; system=${system}64;; + sparcv9*) machine=sparcv9-${compiler}; system=${system}64;; + sparc*) machine=sparcv8-${compiler};; + esac + ;; +winnt) + machine=parity + ;; +mingw*) + # special case ... no xxx-yyy style name + echo ${system} + ;; +esac + + +# If we have something, show it +[[ -n ${machine} ]] && echo ${system}-${machine} diff --git a/dev-libs/openssl/files/openssl-1.0.0a-ldflags.patch b/dev-libs/openssl/files/openssl-1.0.0a-ldflags.patch new file mode 100644 index 00000000..c0b3bc3f --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.0a-ldflags.patch @@ -0,0 +1,23 @@ +http://bugs.gentoo.org/327421 + +--- Makefile.org ++++ Makefile.org +@@ -189,6 +189,7 @@ + MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \ + DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)' \ + MAKEDEPPROG='$(MAKEDEPPROG)' \ ++ LDFLAGS='${LDFLAGS}' \ + SHARED_LDFLAGS='$(SHARED_LDFLAGS)' \ + KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)' \ + ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)' \ +--- Makefile.shared ++++ Makefile.shared +@@ -153,7 +153,7 @@ + NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ + SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" + +-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" ++DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS)" + + #This is rather special. It's a special target with which one can link + #applications without bothering with any features that have anything to diff --git a/dev-libs/openssl/files/openssl-1.0.0d-windres.patch b/dev-libs/openssl/files/openssl-1.0.0d-windres.patch new file mode 100644 index 00000000..3f889807 --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.0d-windres.patch @@ -0,0 +1,76 @@ +URL: http://rt.openssl.org/Ticket/Display.html?id=2558 +Subject: make windres controllable via build env var settings + +atm, the windres code in openssl is only usable via the cross-compile prefix +option unlike all the other build tools. so add support for the standard $RC +/ $WINDRES env vars as well. + +Index: Configure +=================================================================== +RCS file: /usr/local/src/openssl/CVSROOT/openssl/Configure,v +retrieving revision 1.621.2.40 +diff -u -p -r1.621.2.40 Configure +--- Configure 30 Nov 2010 22:19:26 -0000 1.621.2.40 ++++ Configure 4 Jul 2011 23:12:32 -0000 +@@ -1094,6 +1094,7 @@ my $shared_extension = $fields[$idx_shar + my $ranlib = $ENV{'RANLIB'} || $fields[$idx_ranlib]; + my $ar = $ENV{'AR'} || "ar"; + my $arflags = $fields[$idx_arflags]; ++my $windres = $ENV{'RC'} || $ENV{'WINDRES'} || "windres"; + my $multilib = $fields[$idx_multilib]; + + # if $prefix/lib$multilib is not an existing directory, then +@@ -1511,12 +1512,14 @@ while () + s/^AR=\s*/AR= \$\(CROSS_COMPILE\)/; + s/^NM=\s*/NM= \$\(CROSS_COMPILE\)/; + s/^RANLIB=\s*/RANLIB= \$\(CROSS_COMPILE\)/; ++ s/^WINDRES=\s*/WINDRES= \$\(CROSS_COMPILE\)/; + s/^MAKEDEPPROG=.*$/MAKEDEPPROG= \$\(CROSS_COMPILE\)$cc/ if $cc eq "gcc"; + } + else { + s/^CC=.*$/CC= $cc/; + s/^AR=\s*ar/AR= $ar/; + s/^RANLIB=.*/RANLIB= $ranlib/; ++ s/^WINDRES=.*/WINDRES= $windres/; + s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc"; + } + s/^CFLAG=.*$/CFLAG= $cflags/; +Index: Makefile.org +=================================================================== +RCS file: /usr/local/src/openssl/CVSROOT/openssl/Makefile.org,v +retrieving revision 1.295.2.10 +diff -u -p -r1.295.2.10 Makefile.org +--- Makefile.org 27 Jan 2010 16:06:58 -0000 1.295.2.10 ++++ Makefile.org 4 Jul 2011 23:13:08 -0000 +@@ -66,6 +66,7 @@ EXE_EXT= + ARFLAGS= + AR=ar $(ARFLAGS) r + RANLIB= ranlib ++WINDRES= windres + NM= nm + PERL= perl + TAR= tar +@@ -180,6 +181,7 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESS + CC='$(CC)' CFLAG='$(CFLAG)' \ + AS='$(CC)' ASFLAG='$(CFLAG) -c' \ + AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)' \ ++ WINDRES='$(WINDRES)' \ + CROSS_COMPILE='$(CROSS_COMPILE)' \ + PERL='$(PERL)' ENGDIRS='$(ENGDIRS)' \ + SDIRS='$(SDIRS)' LIBRPATH='$(INSTALLTOP)/$(LIBDIR)' \ +Index: Makefile.shared +=================================================================== +RCS file: /usr/local/src/openssl/CVSROOT/openssl/Makefile.shared,v +retrieving revision 1.72.2.4 +diff -u -p -r1.72.2.4 Makefile.shared +--- Makefile.shared 21 Aug 2010 11:36:49 -0000 1.72.2.4 ++++ Makefile.shared 4 Jul 2011 23:13:52 -0000 +@@ -293,7 +293,7 @@ link_a.cygwin: + fi; \ + dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \ + $(PERL) util/mkrc.pl $$dll_name | \ +- $(CROSS_COMPILE)windres -o rc.o; \ ++ $(WINDRES) -o rc.o; \ + extras="$$extras rc.o"; \ + ALLSYMSFLAGS='-Wl,--whole-archive'; \ + NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ diff --git a/dev-libs/openssl/files/openssl-1.0.0h-pkg-config.patch b/dev-libs/openssl/files/openssl-1.0.0h-pkg-config.patch new file mode 100644 index 00000000..6c021825 --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.0h-pkg-config.patch @@ -0,0 +1,32 @@ +depend on other pc files rather than encoding library info directly in +every pkg-config file + +--- a/Makefile.org ++++ b/Makefile.org +@@ -335,11 +335,11 @@ libssl.pc: Makefile + echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ + echo 'includedir=$${prefix}/include'; \ + echo ''; \ +- echo 'Name: OpenSSL'; \ ++ echo 'Name: OpenSSL-libssl'; \ + echo 'Description: Secure Sockets Layer and cryptography libraries'; \ + echo 'Version: '$(VERSION); \ +- echo 'Requires: '; \ +- echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ ++ echo 'Requires.private: libcrypto'; \ ++ echo 'Libs: -L$${libdir} -lssl'; \ + echo 'Libs.private: $(EX_LIBS)'; \ + echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc + +@@ -352,10 +353,7 @@ openssl.pc: Makefile + echo 'Name: OpenSSL'; \ + echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \ + echo 'Version: '$(VERSION); \ +- echo 'Requires: '; \ +- echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ +- echo 'Libs.private: $(EX_LIBS)'; \ +- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc ++ echo 'Requires: libssl libcrypto' ) > openssl.pc + + Makefile: Makefile.org Configure config + @echo "Makefile is older than Makefile.org, Configure or config." diff --git a/dev-libs/openssl/files/openssl-1.0.1-parallel-build.patch b/dev-libs/openssl/files/openssl-1.0.1-parallel-build.patch new file mode 100644 index 00000000..7c804b54 --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.1-parallel-build.patch @@ -0,0 +1,337 @@ +http://rt.openssl.org/Ticket/Display.html?id=2084 + +--- a/Makefile.org ++++ b/Makefile.org +@@ -247,17 +247,17 @@ + build_libs: build_crypto build_ssl build_engines + + build_crypto: +- @dir=crypto; target=all; $(BUILD_ONE_CMD) ++ +@dir=crypto; target=all; $(BUILD_ONE_CMD) +-build_ssl: ++build_ssl: build_crypto +- @dir=ssl; target=all; $(BUILD_ONE_CMD) ++ +@dir=ssl; target=all; $(BUILD_ONE_CMD) +-build_engines: ++build_engines: build_crypto +- @dir=engines; target=all; $(BUILD_ONE_CMD) ++ +@dir=engines; target=all; $(BUILD_ONE_CMD) +-build_apps: ++build_apps: build_libs +- @dir=apps; target=all; $(BUILD_ONE_CMD) ++ +@dir=apps; target=all; $(BUILD_ONE_CMD) +-build_tests: ++build_tests: build_libs +- @dir=test; target=all; $(BUILD_ONE_CMD) ++ +@dir=test; target=all; $(BUILD_ONE_CMD) +-build_tools: ++build_tools: build_libs +- @dir=tools; target=all; $(BUILD_ONE_CMD) ++ +@dir=tools; target=all; $(BUILD_ONE_CMD) + + all_testapps: build_libs build_testapps + build_testapps: +@@ -497,9 +497,9 @@ + dist_pem_h: + (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) + +-install: all install_docs install_sw ++install: install_docs install_sw + +-install_sw: ++install_dirs: + @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ + $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \ + $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \ +@@ -508,6 +508,13 @@ + $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \ + $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \ + $(INSTALL_PREFIX)$(OPENSSLDIR)/private ++ @$(PERL) $(TOP)/util/mkdir-p.pl \ ++ $(INSTALL_PREFIX)$(MANDIR)/man1 \ ++ $(INSTALL_PREFIX)$(MANDIR)/man3 \ ++ $(INSTALL_PREFIX)$(MANDIR)/man5 \ ++ $(INSTALL_PREFIX)$(MANDIR)/man7 ++ ++install_sw: install_dirs + @set -e; headerlist="$(EXHEADER)"; for i in $$headerlist;\ + do \ + (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ +@@ -511,7 +511,7 @@ + (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ + done; +- @set -e; target=install; $(RECURSIVE_BUILD_CMD) ++ +@set -e; target=install; $(RECURSIVE_BUILD_CMD) + @set -e; liblist="$(LIBS)"; for i in $$liblist ;\ + do \ + if [ -f "$$i" ]; then \ +@@ -593,12 +600,7 @@ + done; \ + done + +-install_docs: +- @$(PERL) $(TOP)/util/mkdir-p.pl \ +- $(INSTALL_PREFIX)$(MANDIR)/man1 \ +- $(INSTALL_PREFIX)$(MANDIR)/man3 \ +- $(INSTALL_PREFIX)$(MANDIR)/man5 \ +- $(INSTALL_PREFIX)$(MANDIR)/man7 ++install_docs: install_dirs + @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \ + here="`pwd`"; \ + filecase=; \ +--- a/Makefile.shared ++++ b/Makefile.shared +@@ -105,6 +105,7 @@ LINK_SO= \ + SHAREDFLAGS="$${SHAREDFLAGS:-$(CFLAGS) $(SHARED_LDFLAGS)}"; \ + LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \ + LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \ ++ [ -e $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX ] && exit 0; \ + LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \ + $${SHAREDCMD} $${SHAREDFLAGS} \ + -o $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX \ +@@ -122,6 +124,7 @@ SYMLINK_SO= \ + done; \ + fi; \ + if [ -n "$$SHLIB_SOVER" ]; then \ ++ [ -e "$$SHLIB$$SHLIB_SUFFIX" ] || \ + ( $(SET_X); rm -f $$SHLIB$$SHLIB_SUFFIX; \ + ln -s $$prev $$SHLIB$$SHLIB_SUFFIX ); \ + fi; \ +--- a/crypto/Makefile ++++ b/crypto/Makefile +@@ -85,11 +85,11 @@ + @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi + + subdirs: +- @target=all; $(RECURSIVE_MAKE) ++ +@target=all; $(RECURSIVE_MAKE) + + files: + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO +- @target=files; $(RECURSIVE_MAKE) ++ +@target=files; $(RECURSIVE_MAKE) + + links: + @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) +@@ -100,7 +100,7 @@ + # lib: $(LIB): are splitted to avoid end-less loop + lib: $(LIB) + @touch lib +-$(LIB): $(LIBOBJ) ++$(LIB): $(LIBOBJ) | subdirs + $(AR) $(LIB) $(LIBOBJ) + $(RANLIB) $(LIB) || echo Never mind. + +@@ -110,7 +110,7 @@ + fi + + libs: +- @target=lib; $(RECURSIVE_MAKE) ++ +@target=lib; $(RECURSIVE_MAKE) + + install: + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... +@@ -119,7 +119,7 @@ + (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ + done; +- @target=install; $(RECURSIVE_MAKE) ++ +@target=install; $(RECURSIVE_MAKE) + + lint: + @target=lint; $(RECURSIVE_MAKE) +--- a/engines/Makefile ++++ b/engines/Makefile +@@ -72,7 +72,7 @@ + + all: lib subdirs + +-lib: $(LIBOBJ) ++lib: $(LIBOBJ) | subdirs + @if [ -n "$(SHARED_LIBS)" ]; then \ + set -e; \ + for l in $(LIBNAMES); do \ +@@ -89,7 +89,7 @@ + + subdirs: + echo $(EDIRS) +- @target=all; $(RECURSIVE_MAKE) ++ +@target=all; $(RECURSIVE_MAKE) + + files: + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO +@@ -128,7 +128,7 @@ + mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \ + done; \ + fi +- @target=install; $(RECURSIVE_MAKE) ++ +@target=install; $(RECURSIVE_MAKE) + + tags: + ctags $(SRC) +--- a/test/Makefile ++++ b/test/Makefile +@@ -123,7 +123,7 @@ + tags: + ctags $(SRC) + +-tests: exe apps $(TESTS) ++tests: exe $(TESTS) + + apps: + @(cd ..; $(MAKE) DIRS=apps all) +@@ -365,109 +365,109 @@ + link_app.$${shlib_target} + + $(RSATEST)$(EXE_EXT): $(RSATEST).o $(DLIBCRYPTO) +- @target=$(RSATEST); $(BUILD_CMD) ++ +@target=$(RSATEST); $(BUILD_CMD) + + $(BNTEST)$(EXE_EXT): $(BNTEST).o $(DLIBCRYPTO) +- @target=$(BNTEST); $(BUILD_CMD) ++ +@target=$(BNTEST); $(BUILD_CMD) + + $(ECTEST)$(EXE_EXT): $(ECTEST).o $(DLIBCRYPTO) +- @target=$(ECTEST); $(BUILD_CMD) ++ +@target=$(ECTEST); $(BUILD_CMD) + + $(EXPTEST)$(EXE_EXT): $(EXPTEST).o $(DLIBCRYPTO) +- @target=$(EXPTEST); $(BUILD_CMD) ++ +@target=$(EXPTEST); $(BUILD_CMD) + + $(IDEATEST)$(EXE_EXT): $(IDEATEST).o $(DLIBCRYPTO) +- @target=$(IDEATEST); $(BUILD_CMD) ++ +@target=$(IDEATEST); $(BUILD_CMD) + + $(MD2TEST)$(EXE_EXT): $(MD2TEST).o $(DLIBCRYPTO) +- @target=$(MD2TEST); $(BUILD_CMD) ++ +@target=$(MD2TEST); $(BUILD_CMD) + + $(SHATEST)$(EXE_EXT): $(SHATEST).o $(DLIBCRYPTO) +- @target=$(SHATEST); $(BUILD_CMD) ++ +@target=$(SHATEST); $(BUILD_CMD) + + $(SHA1TEST)$(EXE_EXT): $(SHA1TEST).o $(DLIBCRYPTO) +- @target=$(SHA1TEST); $(BUILD_CMD) ++ +@target=$(SHA1TEST); $(BUILD_CMD) + + $(SHA256TEST)$(EXE_EXT): $(SHA256TEST).o $(DLIBCRYPTO) +- @target=$(SHA256TEST); $(BUILD_CMD) ++ +@target=$(SHA256TEST); $(BUILD_CMD) + + $(SHA512TEST)$(EXE_EXT): $(SHA512TEST).o $(DLIBCRYPTO) +- @target=$(SHA512TEST); $(BUILD_CMD) ++ +@target=$(SHA512TEST); $(BUILD_CMD) + + $(RMDTEST)$(EXE_EXT): $(RMDTEST).o $(DLIBCRYPTO) +- @target=$(RMDTEST); $(BUILD_CMD) ++ +@target=$(RMDTEST); $(BUILD_CMD) + + $(MDC2TEST)$(EXE_EXT): $(MDC2TEST).o $(DLIBCRYPTO) +- @target=$(MDC2TEST); $(BUILD_CMD) ++ +@target=$(MDC2TEST); $(BUILD_CMD) + + $(MD4TEST)$(EXE_EXT): $(MD4TEST).o $(DLIBCRYPTO) +- @target=$(MD4TEST); $(BUILD_CMD) ++ +@target=$(MD4TEST); $(BUILD_CMD) + + $(MD5TEST)$(EXE_EXT): $(MD5TEST).o $(DLIBCRYPTO) +- @target=$(MD5TEST); $(BUILD_CMD) ++ +@target=$(MD5TEST); $(BUILD_CMD) + + $(HMACTEST)$(EXE_EXT): $(HMACTEST).o $(DLIBCRYPTO) +- @target=$(HMACTEST); $(BUILD_CMD) ++ +@target=$(HMACTEST); $(BUILD_CMD) + + $(WPTEST)$(EXE_EXT): $(WPTEST).o $(DLIBCRYPTO) +- @target=$(WPTEST); $(BUILD_CMD) ++ +@target=$(WPTEST); $(BUILD_CMD) + + $(RC2TEST)$(EXE_EXT): $(RC2TEST).o $(DLIBCRYPTO) +- @target=$(RC2TEST); $(BUILD_CMD) ++ +@target=$(RC2TEST); $(BUILD_CMD) + + $(BFTEST)$(EXE_EXT): $(BFTEST).o $(DLIBCRYPTO) +- @target=$(BFTEST); $(BUILD_CMD) ++ +@target=$(BFTEST); $(BUILD_CMD) + + $(CASTTEST)$(EXE_EXT): $(CASTTEST).o $(DLIBCRYPTO) +- @target=$(CASTTEST); $(BUILD_CMD) ++ +@target=$(CASTTEST); $(BUILD_CMD) + + $(RC4TEST)$(EXE_EXT): $(RC4TEST).o $(DLIBCRYPTO) +- @target=$(RC4TEST); $(BUILD_CMD) ++ +@target=$(RC4TEST); $(BUILD_CMD) + + $(RC5TEST)$(EXE_EXT): $(RC5TEST).o $(DLIBCRYPTO) +- @target=$(RC5TEST); $(BUILD_CMD) ++ +@target=$(RC5TEST); $(BUILD_CMD) + + $(DESTEST)$(EXE_EXT): $(DESTEST).o $(DLIBCRYPTO) +- @target=$(DESTEST); $(BUILD_CMD) ++ +@target=$(DESTEST); $(BUILD_CMD) + + $(RANDTEST)$(EXE_EXT): $(RANDTEST).o $(DLIBCRYPTO) +- @target=$(RANDTEST); $(BUILD_CMD) ++ +@target=$(RANDTEST); $(BUILD_CMD) + + $(DHTEST)$(EXE_EXT): $(DHTEST).o $(DLIBCRYPTO) +- @target=$(DHTEST); $(BUILD_CMD) ++ +@target=$(DHTEST); $(BUILD_CMD) + + $(DSATEST)$(EXE_EXT): $(DSATEST).o $(DLIBCRYPTO) +- @target=$(DSATEST); $(BUILD_CMD) ++ +@target=$(DSATEST); $(BUILD_CMD) + + $(METHTEST)$(EXE_EXT): $(METHTEST).o $(DLIBCRYPTO) +- @target=$(METHTEST); $(BUILD_CMD) ++ +@target=$(METHTEST); $(BUILD_CMD) + + $(SSLTEST)$(EXE_EXT): $(SSLTEST).o $(DLIBSSL) $(DLIBCRYPTO) +- @target=$(SSLTEST); $(FIPS_BUILD_CMD) ++ +@target=$(SSLTEST); $(FIPS_BUILD_CMD) + + $(ENGINETEST)$(EXE_EXT): $(ENGINETEST).o $(DLIBCRYPTO) +- @target=$(ENGINETEST); $(BUILD_CMD) ++ +@target=$(ENGINETEST); $(BUILD_CMD) + + $(EVPTEST)$(EXE_EXT): $(EVPTEST).o $(DLIBCRYPTO) +- @target=$(EVPTEST); $(BUILD_CMD) ++ +@target=$(EVPTEST); $(BUILD_CMD) + + $(ECDSATEST)$(EXE_EXT): $(ECDSATEST).o $(DLIBCRYPTO) +- @target=$(ECDSATEST); $(BUILD_CMD) ++ +@target=$(ECDSATEST); $(BUILD_CMD) + + $(ECDHTEST)$(EXE_EXT): $(ECDHTEST).o $(DLIBCRYPTO) +- @target=$(ECDHTEST); $(BUILD_CMD) ++ +@target=$(ECDHTEST); $(BUILD_CMD) + + $(IGETEST)$(EXE_EXT): $(IGETEST).o $(DLIBCRYPTO) +- @target=$(IGETEST); $(BUILD_CMD) ++ +@target=$(IGETEST); $(BUILD_CMD) + + $(JPAKETEST)$(EXE_EXT): $(JPAKETEST).o $(DLIBCRYPTO) +- @target=$(JPAKETEST); $(BUILD_CMD) ++ +@target=$(JPAKETEST); $(BUILD_CMD) + + $(ASN1TEST)$(EXE_EXT): $(ASN1TEST).o $(DLIBCRYPTO) +- @target=$(ASN1TEST); $(BUILD_CMD) ++ +@target=$(ASN1TEST); $(BUILD_CMD) + + $(SRPTEST)$(EXE_EXT): $(SRPTEST).o $(DLIBCRYPTO) +- @target=$(SRPTEST); $(BUILD_CMD) ++ +@target=$(SRPTEST); $(BUILD_CMD) + + #$(AESTEST).o: $(AESTEST).c + # $(CC) -c $(CFLAGS) -DINTERMEDIATE_VALUE_KAT -DTRACE_KAT_MCT $(AESTEST).c +@@ -480,7 +480,7 @@ + # fi + + dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO) +- @target=dummytest; $(BUILD_CMD) ++ +@target=dummytest; $(BUILD_CMD) + + # DO NOT DELETE THIS LINE -- make depend depends on it. + diff --git a/dev-libs/openssl/files/openssl-1.0.1-x32.patch b/dev-libs/openssl/files/openssl-1.0.1-x32.patch new file mode 100644 index 00000000..5106cb6e --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.1-x32.patch @@ -0,0 +1,79 @@ +http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=51bfed2e26fc13a66e8b5710aa2ce1d7a04af721 + +UpstreamStatus: Pending + +Received from H J Liu @ Intel +Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors. +Signed-Off-By: Nitin A Kamble 2011/07/13 + +ported the patch to the 1.0.0e version +Signed-Off-By: Nitin A Kamble 2011/12/01 +Index: openssl-1.0.0e/Configure +=================================================================== +--- openssl-1.0.0e.orig/Configure ++++ openssl-1.0.0e/Configure +@@ -393,6 +393,7 @@ my %table=( + "debug-linux-generic32","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + "debug-linux-generic64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + "debug-linux-x86_64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -DTERMIO -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", ++"linux-x32", "gcc:-DL_ENDIAN -DTERMIO -O2 -pipe -g -feliminate-unused-debug-types -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-mx32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + "dist", "cc:-O::(unknown)::::::", + + # Basic configs that should work on any (32 and less bit) box +Index: openssl-1.0.0e/crypto/bn/asm/x86_64-gcc.c +=================================================================== +--- openssl-1.0.0e.orig/crypto/bn/asm/x86_64-gcc.c ++++ openssl-1.0.0e/crypto/bn/asm/x86_64-gcc.c +@@ -55,7 +55,7 @@ + * machine. + */ + +-#ifdef _WIN64 ++#if defined _WIN64 || !defined __LP64__ + #define BN_ULONG unsigned long long + #else + #define BN_ULONG unsigned long +@@ -192,9 +192,9 @@ BN_ULONG bn_add_words (BN_ULONG *rp, con + asm ( + " subq %2,%2 \n" + ".p2align 4 \n" +- "1: movq (%4,%2,8),%0 \n" +- " adcq (%5,%2,8),%0 \n" +- " movq %0,(%3,%2,8) \n" ++ "1: movq (%q4,%2,8),%0 \n" ++ " adcq (%q5,%2,8),%0 \n" ++ " movq %0,(%q3,%2,8) \n" + " leaq 1(%2),%2 \n" + " loop 1b \n" + " sbbq %0,%0 \n" +@@ -215,9 +215,9 @@ BN_ULONG bn_sub_words (BN_ULONG *rp, con + asm ( + " subq %2,%2 \n" + ".p2align 4 \n" +- "1: movq (%4,%2,8),%0 \n" +- " sbbq (%5,%2,8),%0 \n" +- " movq %0,(%3,%2,8) \n" ++ "1: movq (%q4,%2,8),%0 \n" ++ " sbbq (%q5,%2,8),%0 \n" ++ " movq %0,(%q3,%2,8) \n" + " leaq 1(%2),%2 \n" + " loop 1b \n" + " sbbq %0,%0 \n" +Index: openssl-1.0.0e/crypto/bn/bn.h +=================================================================== +--- openssl-1.0.0e.orig/crypto/bn/bn.h ++++ openssl-1.0.0e/crypto/bn/bn.h +@@ -172,6 +172,13 @@ extern "C" { + # endif + #endif + ++/* Address type. */ ++#ifdef _WIN64 ++#define BN_ADDR unsigned long long ++#else ++#define BN_ADDR unsigned long ++#endif ++ + /* assuming long is 64bit - this is the DEC Alpha + * unsigned long long is only 64 bits :-(, don't define + * BN_LLONG for the DEC Alpha */ diff --git a/dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch b/dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch new file mode 100644 index 00000000..521cfb5e --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch @@ -0,0 +1,656 @@ +http://rt.openssl.org/Ticket/Display.html?id=2051 +user/pass: guest/guest + +Index: apps/s_apps.h +=================================================================== +RCS file: /v/openssl/cvs/openssl/apps/s_apps.h,v +retrieving revision 1.21.2.1 +diff -u -r1.21.2.1 s_apps.h +--- apps/s_apps.h 4 Sep 2009 17:42:04 -0000 1.21.2.1 ++++ apps/s_apps.h 28 Dec 2011 00:28:14 -0000 +@@ -148,7 +148,7 @@ + #define PORT_STR "4433" + #define PROTOCOL "tcp" + +-int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context); ++int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context, int use_ipv4, int use_ipv6); + #ifdef HEADER_X509_H + int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); + #endif +@@ -156,7 +156,7 @@ + int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); + int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key); + #endif +-int init_client(int *sock, char *server, int port, int type); ++int init_client(int *sock, char *server, int port, int type, int use_ipv4, int use_ipv6); + int should_retry(int i); + int extract_port(char *str, short *port_ptr); + int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); +Index: apps/s_client.c +=================================================================== +RCS file: /v/openssl/cvs/openssl/apps/s_client.c,v +retrieving revision 1.123.2.6.2.10 +diff -u -r1.123.2.6.2.10 s_client.c +--- apps/s_client.c 14 Dec 2011 22:18:02 -0000 1.123.2.6.2.10 ++++ apps/s_client.c 28 Dec 2011 00:28:14 -0000 +@@ -285,6 +285,10 @@ + { + BIO_printf(bio_err,"usage: s_client args\n"); + BIO_printf(bio_err,"\n"); ++ BIO_printf(bio_err," -4 - use IPv4 only\n"); ++#if OPENSSL_USE_IPV6 ++ BIO_printf(bio_err," -6 - use IPv6 only\n"); ++#endif + BIO_printf(bio_err," -host host - use -connect instead\n"); + BIO_printf(bio_err," -port port - use -connect instead\n"); + BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR); +@@ -564,6 +567,7 @@ + int sbuf_len,sbuf_off; + fd_set readfds,writefds; + short port=PORT; ++ int use_ipv4, use_ipv6; + int full_log=1; + char *host=SSL_HOST_NAME; + char *cert_file=NULL,*key_file=NULL; +@@ -609,7 +613,11 @@ + #endif + char *sess_in = NULL; + char *sess_out = NULL; +- struct sockaddr peer; ++#if OPENSSL_USE_IPV6 ++ struct sockaddr_storage peer; ++#else ++ struct sockaddr_in peer; ++#endif + int peerlen = sizeof(peer); + int enable_timeouts = 0 ; + long socket_mtu = 0; +@@ -630,6 +638,12 @@ + meth=SSLv2_client_method(); + #endif + ++ use_ipv4 = 1; ++#if OPENSSL_USE_IPV6 ++ use_ipv6 = 1; ++#else ++ use_ipv6 = 0; ++#endif + apps_startup(); + c_Pause=0; + c_quiet=0; +@@ -951,6 +961,18 @@ + jpake_secret = *++argv; + } + #endif ++ else if (strcmp(*argv,"-4") == 0) ++ { ++ use_ipv4 = 1; ++ use_ipv6 = 0; ++ } ++#if OPENSSL_USE_IPV6 ++ else if (strcmp(*argv,"-6") == 0) ++ { ++ use_ipv4 = 0; ++ use_ipv6 = 1; ++ } ++#endif + #ifndef OPENSSL_NO_SRTP + else if (strcmp(*argv,"-use_srtp") == 0) + { +@@ -1259,7 +1276,7 @@ + + re_start: + +- if (init_client(&s,host,port,socket_type) == 0) ++ if (init_client(&s,host,port,socket_type,use_ipv4,use_ipv6) == 0) + { + BIO_printf(bio_err,"connect:errno=%d\n",get_last_socket_error()); + SHUTDOWN(s); +@@ -1285,7 +1302,7 @@ + { + + sbio=BIO_new_dgram(s,BIO_NOCLOSE); +- if (getsockname(s, &peer, (void *)&peerlen) < 0) ++ if (getsockname(s, (struct sockaddr *)&peer, (void *)&peerlen) < 0) + { + BIO_printf(bio_err, "getsockname:errno=%d\n", + get_last_socket_error()); +=================================================================== +RCS file: /v/openssl/cvs/openssl/apps/s_server.c,v +retrieving revision 1.136.2.15.2.13 +diff -u -r1.136.2.15.2.13 s_server.c +--- apps/s_server.c 27 Dec 2011 14:23:22 -0000 1.136.2.15.2.13 ++++ apps/s_server.c 28 Dec 2011 00:28:14 -0000 +@@ -558,6 +558,10 @@ + # endif + BIO_printf(bio_err," -use_srtp profiles - Offer SRTP key management with a colon-separated profile list"); + #endif ++ BIO_printf(bio_err," -4 - use IPv4 only\n"); ++#if OPENSSL_USE_IPV6 ++ BIO_printf(bio_err," -6 - use IPv6 only\n"); ++#endif + BIO_printf(bio_err," -keymatexport label - Export keying material using label\n"); + BIO_printf(bio_err," -keymatexportlen len - Export len bytes of keying material (default 20)\n"); + } +@@ -943,6 +947,7 @@ + int state=0; + const SSL_METHOD *meth=NULL; + int socket_type=SOCK_STREAM; ++ int use_ipv4, use_ipv6; + ENGINE *e=NULL; + char *inrand=NULL; + int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; +@@ -981,6 +986,12 @@ + /* #error no SSL version enabled */ + #endif + ++ use_ipv4 = 1; ++#if OPENSSL_USE_IPV6 ++ use_ipv6 = 1; ++#else ++ use_ipv6 = 0; ++#endif + local_argc=argc; + local_argv=argv; + +@@ -1329,6 +1340,18 @@ + jpake_secret = *(++argv); + } + #endif ++ else if (strcmp(*argv,"-4") == 0) ++ { ++ use_ipv4 = 1; ++ use_ipv6 = 0; ++ } ++#if OPENSSL_USE_IPV6 ++ else if (strcmp(*argv,"-6") == 0) ++ { ++ use_ipv4 = 0; ++ use_ipv6 = 1; ++ } ++#endif + #ifndef OPENSSL_NO_SRTP + else if (strcmp(*argv,"-use_srtp") == 0) + { +@@ -1884,9 +1907,9 @@ + BIO_printf(bio_s_out,"ACCEPT\n"); + (void)BIO_flush(bio_s_out); + if (www) +- do_server(port,socket_type,&accept_socket,www_body, context); ++ do_server(port,socket_type,&accept_socket,www_body, context, use_ipv4, use_ipv6); + else +- do_server(port,socket_type,&accept_socket,sv_body, context); ++ do_server(port,socket_type,&accept_socket,sv_body, context, use_ipv4, use_ipv6); + print_stats(bio_s_out,ctx); + ret=0; + end: +Index: apps/s_socket.c +=================================================================== +RCS file: /v/openssl/cvs/openssl/apps/s_socket.c,v +retrieving revision 1.43.2.3.2.2 +diff -u -r1.43.2.3.2.2 s_socket.c +--- apps/s_socket.c 2 Dec 2011 14:39:40 -0000 1.43.2.3.2.2 ++++ apps/s_socket.c 28 Dec 2011 00:28:14 -0000 +@@ -97,16 +97,16 @@ + #include "netdb.h" + #endif + +-static struct hostent *GetHostByName(char *name); ++static struct hostent *GetHostByName(char *name, int domain); + #if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)) + static void ssl_sock_cleanup(void); + #endif + static int ssl_sock_init(void); +-static int init_client_ip(int *sock,unsigned char ip[4], int port, int type); +-static int init_server(int *sock, int port, int type); +-static int init_server_long(int *sock, int port,char *ip, int type); ++static int init_client_ip(int *sock,unsigned char *ip, int port, int type, int domain); ++static int init_server(int *sock, int port, int type, int use_ipv4, int use_ipv6); ++static int init_server_long(int *sock, int port,char *ip, int type, int use_ipv4, int use_ipv6); + static int do_accept(int acc_sock, int *sock, char **host); +-static int host_ip(char *str, unsigned char ip[4]); ++static int host_ip(char *str, unsigned char *ip, int domain); + + #ifdef OPENSSL_SYS_WIN16 + #define SOCKET_PROTOCOL 0 /* more microsoft stupidity */ +@@ -234,38 +234,68 @@ + return(1); + } + +-int init_client(int *sock, char *host, int port, int type) ++int init_client(int *sock, char *host, int port, int type, int use_ipv4, int use_ipv6) + { ++#if OPENSSL_USE_IPV6 ++ unsigned char ip[16]; ++#else + unsigned char ip[4]; ++#endif + +- memset(ip, '\0', sizeof ip); +- if (!host_ip(host,&(ip[0]))) +- return 0; +- return init_client_ip(sock,ip,port,type); +- } +- +-static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) +- { +- unsigned long addr; ++ if (use_ipv4) ++ if (host_ip(host,ip,AF_INET)) ++ return(init_client_ip(sock,ip,port,type,AF_INET)); ++#if OPENSSL_USE_IPV6 ++ if (use_ipv6) ++ if (host_ip(host,ip,AF_INET6)) ++ return(init_client_ip(sock,ip,port,type,AF_INET6)); ++#endif ++ return 0; ++ } ++ ++static int init_client_ip(int *sock, unsigned char ip[4], int port, int type, int domain) ++ { ++#if OPENSSL_USE_IPV6 ++ struct sockaddr_storage them; ++ struct sockaddr_in *them_in = (struct sockaddr_in *)&them; ++ struct sockaddr_in6 *them_in6 = (struct sockaddr_in6 *)&them; ++#else + struct sockaddr_in them; ++ struct sockaddr_in *them_in = &them; ++#endif ++ socklen_t addr_len; + int s,i; + + if (!ssl_sock_init()) return(0); + + memset((char *)&them,0,sizeof(them)); +- them.sin_family=AF_INET; +- them.sin_port=htons((unsigned short)port); +- addr=(unsigned long) +- ((unsigned long)ip[0]<<24L)| +- ((unsigned long)ip[1]<<16L)| +- ((unsigned long)ip[2]<< 8L)| +- ((unsigned long)ip[3]); +- them.sin_addr.s_addr=htonl(addr); ++ if (domain == AF_INET) ++ { ++ addr_len = (socklen_t)sizeof(struct sockaddr_in); ++ them_in->sin_family=AF_INET; ++ them_in->sin_port=htons((unsigned short)port); ++#ifndef BIT_FIELD_LIMITS ++ memcpy(&them_in->sin_addr.s_addr, ip, 4); ++#else ++ memcpy(&them_in->sin_addr, ip, 4); ++#endif ++ } ++ else ++#if OPENSSL_USE_IPV6 ++ { ++ addr_len = (socklen_t)sizeof(struct sockaddr_in6); ++ them_in6->sin6_family=AF_INET6; ++ them_in6->sin6_port=htons((unsigned short)port); ++ memcpy(&(them_in6->sin6_addr), ip, sizeof(struct in6_addr)); ++ } ++#else ++ return(0); ++#endif + + if (type == SOCK_STREAM) +- s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL); ++ s=socket(domain,SOCK_STREAM,SOCKET_PROTOCOL); + else /* ( type == SOCK_DGRAM) */ +- s=socket(AF_INET,SOCK_DGRAM,IPPROTO_UDP); ++ s=socket(domain,SOCK_DGRAM,IPPROTO_UDP); + + if (s == INVALID_SOCKET) { perror("socket"); return(0); } + +@@ -277,29 +315,27 @@ + if (i < 0) { perror("keepalive"); return(0); } + } + #endif +- +- if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1) ++ if (connect(s,(struct sockaddr *)&them,addr_len) == -1) + { closesocket(s); perror("connect"); return(0); } + *sock=s; + return(1); + } + +-int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context) ++int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context, int use_ipv4, int use_ipv6) + { + int sock; + char *name = NULL; + int accept_socket = 0; + int i; + +- if (!init_server(&accept_socket,port,type)) return(0); +- ++ if (!init_server(&accept_socket,port,type, use_ipv4, use_ipv6)) return(0); + if (ret != NULL) + { + *ret=accept_socket; + /* return(1);*/ + } +- for (;;) +- { ++ for (;;) ++ { + if (type==SOCK_STREAM) + { + if (do_accept(accept_socket,&sock,&name) == 0) +@@ -322,41 +358,88 @@ + } + } + +-static int init_server_long(int *sock, int port, char *ip, int type) ++static int init_server_long(int *sock, int port, char *ip, int type, int use_ipv4, int use_ipv6) + { + int ret=0; ++ int domain; ++#if OPENSSL_USE_IPV6 ++ struct sockaddr_storage server; ++ struct sockaddr_in *server_in = (struct sockaddr_in *)&server; ++ struct sockaddr_in6 *server_in6 = (struct sockaddr_in6 *)&server; ++#else + struct sockaddr_in server; ++ struct sockaddr_in *server_in = &server; ++#endif ++ socklen_t addr_len; + int s= -1; + ++ if (!use_ipv4 && !use_ipv6) ++ goto err; ++#if OPENSSL_USE_IPV6 ++ /* we are fine here */ ++#else ++ if (use_ipv6) ++ goto err; ++#endif + if (!ssl_sock_init()) return(0); + +- memset((char *)&server,0,sizeof(server)); +- server.sin_family=AF_INET; +- server.sin_port=htons((unsigned short)port); +- if (ip == NULL) +- server.sin_addr.s_addr=INADDR_ANY; +- else +-/* Added for T3E, address-of fails on bit field (beckman@acl.lanl.gov) */ +-#ifndef BIT_FIELD_LIMITS +- memcpy(&server.sin_addr.s_addr,ip,4); ++#if OPENSSL_USE_IPV6 ++ domain = use_ipv6 ? AF_INET6 : AF_INET; + #else +- memcpy(&server.sin_addr,ip,4); ++ domain = AF_INET; + #endif +- +- if (type == SOCK_STREAM) +- s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL); +- else /* type == SOCK_DGRAM */ +- s=socket(AF_INET, SOCK_DGRAM,IPPROTO_UDP); ++ if (type == SOCK_STREAM) ++ s=socket(domain,SOCK_STREAM,SOCKET_PROTOCOL); ++ else /* type == SOCK_DGRAM */ ++ s=socket(domain, SOCK_DGRAM,IPPROTO_UDP); + + if (s == INVALID_SOCKET) goto err; + #if defined SOL_SOCKET && defined SO_REUSEADDR ++ { ++ int j = 1; ++ setsockopt(s, SOL_SOCKET, SO_REUSEADDR, ++ (void *) &j, sizeof j); ++ } ++#endif ++#if OPENSSL_USE_IPV6 ++ if ((use_ipv4 == 0) && (use_ipv6 == 1)) + { +- int j = 1; +- setsockopt(s, SOL_SOCKET, SO_REUSEADDR, +- (void *) &j, sizeof j); ++ const int on = 1; ++ ++ setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, ++ (const void *) &on, sizeof(int)); + } + #endif +- if (bind(s,(struct sockaddr *)&server,sizeof(server)) == -1) ++ if (domain == AF_INET) ++ { ++ addr_len = (socklen_t)sizeof(struct sockaddr_in); ++ memset(server_in, 0, sizeof(struct sockaddr_in)); ++ server_in->sin_family=AF_INET; ++ server_in->sin_port = htons((unsigned short)port); ++ if (ip == NULL) ++ server_in->sin_addr.s_addr = htonl(INADDR_ANY); ++ else ++/* Added for T3E, address-of fails on bit field (beckman@acl.lanl.gov) */ ++#ifndef BIT_FIELD_LIMITS ++ memcpy(&server_in->sin_addr.s_addr, ip, 4); ++#else ++ memcpy(&server_in->sin_addr, ip, 4); ++#endif ++ } ++#if OPENSSL_USE_IPV6 ++ else ++ { ++ addr_len = (socklen_t)sizeof(struct sockaddr_in6); ++ memset(server_in6, 0, sizeof(struct sockaddr_in6)); ++ server_in6->sin6_family = AF_INET6; ++ server_in6->sin6_port = htons((unsigned short)port); ++ if (ip == NULL) ++ server_in6->sin6_addr = in6addr_any; ++ else ++ memcpy(&server_in6->sin6_addr, ip, sizeof(struct in6_addr)); ++ } ++#endif ++ if (bind(s, (struct sockaddr *)&server, addr_len) == -1) + { + #ifndef OPENSSL_SYS_WINDOWS + perror("bind"); +@@ -375,16 +458,23 @@ + return(ret); + } + +-static int init_server(int *sock, int port, int type) ++static int init_server(int *sock, int port, int type, int use_ipv4, int use_ipv6) + { +- return(init_server_long(sock, port, NULL, type)); ++ return(init_server_long(sock, port, NULL, type, use_ipv4, use_ipv6)); + } + + static int do_accept(int acc_sock, int *sock, char **host) + { + int ret; + struct hostent *h1,*h2; +- static struct sockaddr_in from; ++#if OPENSSL_USE_IPV6 ++ struct sockaddr_storage from; ++ struct sockaddr_in *from_in = (struct sockaddr_in *)&from; ++ struct sockaddr_in6 *from_in6 = (struct sockaddr_in6 *)&from; ++#else ++ struct sockaddr_in from; ++ struct sockaddr_in *from_in = &from; ++#endif + int len; + /* struct linger ling; */ + +@@ -431,13 +521,23 @@ + */ + + if (host == NULL) goto end; ++#if OPENSSL_USE_IPV6 ++ if (from.ss_family == AF_INET) ++#else ++ if (from.sin_family == AF_INET) ++#endif + #ifndef BIT_FIELD_LIMITS +- /* I should use WSAAsyncGetHostByName() under windows */ +- h1=gethostbyaddr((char *)&from.sin_addr.s_addr, +- sizeof(from.sin_addr.s_addr),AF_INET); ++ /* I should use WSAAsyncGetHostByName() under windows */ ++ h1=gethostbyaddr((char *)&from_in->sin_addr.s_addr, ++ sizeof(from_in->sin_addr.s_addr), AF_INET); + #else +- h1=gethostbyaddr((char *)&from.sin_addr, +- sizeof(struct in_addr),AF_INET); ++ h1=gethostbyaddr((char *)&from_in->sin_addr, ++ sizeof(struct in_addr), AF_INET); ++#endif ++#if OPENSSL_USE_IPV6 ++ else ++ h1=gethostbyaddr((char *)&from_in6->sin6_addr, ++ sizeof(struct in6_addr), AF_INET6); + #endif + if (h1 == NULL) + { +@@ -454,15 +554,23 @@ + } + BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1); + +- h2=GetHostByName(*host); ++#if OPENSSL_USE_IPV6 ++ h2=GetHostByName(*host, from.ss_family); ++#else ++ h2=GetHostByName(*host, from.sin_family); ++#endif + if (h2 == NULL) + { + BIO_printf(bio_err,"gethostbyname failure\n"); + return(0); + } +- if (h2->h_addrtype != AF_INET) ++#if OPENSSL_USE_IPV6 ++ if (h2->h_addrtype != from.ss_family) ++#else ++ if (h2->h_addrtype != from.sin_family) ++#endif + { +- BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n"); ++ BIO_printf(bio_err,"gethostbyname addr address is not correct\n"); + return(0); + } + } +@@ -477,7 +585,7 @@ + char *h,*p; + + h=str; +- p=strchr(str,':'); ++ p=strrchr(str,':'); + if (p == NULL) + { + BIO_printf(bio_err,"no port defined\n"); +@@ -485,7 +593,7 @@ + } + *(p++)='\0'; + +- if ((ip != NULL) && !host_ip(str,ip)) ++ if ((ip != NULL) && !host_ip(str,ip,AF_INET)) + goto err; + if (host_ptr != NULL) *host_ptr=h; + +@@ -496,48 +604,58 @@ + return(0); + } + +-static int host_ip(char *str, unsigned char ip[4]) ++static int host_ip(char *str, unsigned char *ip, int domain) + { +- unsigned int in[4]; ++ unsigned int in[4]; ++ unsigned long l; + int i; + +- if (sscanf(str,"%u.%u.%u.%u",&(in[0]),&(in[1]),&(in[2]),&(in[3])) == 4) ++ if ((domain == AF_INET) && ++ (sscanf(str,"%u.%u.%u.%u",&(in[0]),&(in[1]),&(in[2]),&(in[3])) == 4)) + { ++ + for (i=0; i<4; i++) + if (in[i] > 255) + { + BIO_printf(bio_err,"invalid IP address\n"); + goto err; + } +- ip[0]=in[0]; +- ip[1]=in[1]; +- ip[2]=in[2]; +- ip[3]=in[3]; +- } ++ l=htonl((in[0]<<24L)|(in[1]<<16L)|(in[2]<<8L)|in[3]); ++ memcpy(ip, &l, 4); ++ return 1; ++ } ++#if OPENSSL_USE_IPV6 ++ else if ((domain == AF_INET6) && ++ (inet_pton(AF_INET6, str, ip) == 1)) ++ return 1; ++#endif + else + { /* do a gethostbyname */ + struct hostent *he; + + if (!ssl_sock_init()) return(0); + +- he=GetHostByName(str); ++ he=GetHostByName(str,domain); + if (he == NULL) + { + BIO_printf(bio_err,"gethostbyname failure\n"); + goto err; + } + /* cast to short because of win16 winsock definition */ +- if ((short)he->h_addrtype != AF_INET) ++ if ((short)he->h_addrtype != domain) + { +- BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n"); ++ BIO_printf(bio_err,"gethostbyname addr family is not correct\n"); + return(0); + } +- ip[0]=he->h_addr_list[0][0]; +- ip[1]=he->h_addr_list[0][1]; +- ip[2]=he->h_addr_list[0][2]; +- ip[3]=he->h_addr_list[0][3]; ++ if (domain == AF_INET) ++ memset(ip, 0, 4); ++#if OPENSSL_USE_IPV6 ++ else ++ memset(ip, 0, 16); ++#endif ++ memcpy(ip, he->h_addr_list[0], he->h_length); ++ return 1; + } +- return(1); + err: + return(0); + } +@@ -574,7 +692,7 @@ + static unsigned long ghbn_hits=0L; + static unsigned long ghbn_miss=0L; + +-static struct hostent *GetHostByName(char *name) ++static struct hostent *GetHostByName(char *name, int domain) + { + struct hostent *ret; + int i,lowi=0; +@@ -589,14 +707,20 @@ + } + if (ghbn_cache[i].order > 0) + { +- if (strncmp(name,ghbn_cache[i].name,128) == 0) ++ if ((strncmp(name,ghbn_cache[i].name,128) == 0) && ++ (ghbn_cache[i].ent.h_addrtype == domain)) + break; + } + } + if (i == GHBN_NUM) /* no hit*/ + { + ghbn_miss++; +- ret=gethostbyname(name); ++ if (domain == AF_INET) ++ ret=gethostbyname(name); ++#if OPENSSL_USE_IPV6 ++ else ++ ret=gethostbyname2(name, AF_INET6); ++#endif + if (ret == NULL) return(NULL); + /* else add to cache */ + if(strlen(name) < sizeof ghbn_cache[0].name) diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml new file mode 100644 index 00000000..c3a99977 --- /dev/null +++ b/dev-libs/openssl/metadata.xml @@ -0,0 +1,9 @@ + + + +base-system + + Disable EC/RC5 algorithms (as they seem to be patented) + Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) + + diff --git a/dev-libs/openssl/openssl-1.0.1e.ebuild b/dev-libs/openssl/openssl-1.0.1e.ebuild new file mode 100644 index 00000000..7894eee2 --- /dev/null +++ b/dev-libs/openssl/openssl-1.0.1e.ebuild @@ -0,0 +1,221 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1e.ebuild,v 1.1 2013/02/20 19:14:48 vapier Exp $ + +EAPI="4" + +inherit eutils flag-o-matic toolchain-funcs multilib + +REV="1.7" +DESCRIPTION="full-strength general purpose cryptography library (including SSL v2/v3 and TLS v1)" +HOMEPAGE="http://www.openssl.org/" +SRC_URI="mirror://openssl/source/${P}.tar.gz + http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV} -> ${PN}-c_rehash.sh.${REV}" + +LICENSE="openssl" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test vanilla zlib" + +# Have the sub-libs in RDEPEND with [static-libs] since, logically, +# our libssl.a depends on libz.a/etc... at runtime. +LIB_DEPEND="gmp? ( dev-libs/gmp[static-libs(+)] ) + zlib? ( sys-libs/zlib[static-libs(+)] ) + kerberos? ( virtual/krb5 )" +# The blocks are temporary just to make sure people upgrade to a +# version that lack runtime version checking. We'll drop them in +# the future. +RDEPEND="static-libs? ( ${LIB_DEPEND} ) + !static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} ) + ! "${WORKDIR}"/c_rehash || die #416717 +} + +src_prepare() { + # Make sure we only ever touch Makefile.org and avoid patching a file + # that gets blown away anyways by the Configure script in src_configure + rm -f Makefile + + if ! use vanilla ; then + epatch "${FILESDIR}"/${PN}-1.0.0a-ldflags.patch #327421 + epatch "${FILESDIR}"/${PN}-1.0.0d-windres.patch #373743 + epatch "${FILESDIR}"/${PN}-1.0.0h-pkg-config.patch + epatch "${FILESDIR}"/${PN}-1.0.1-parallel-build.patch + epatch "${FILESDIR}"/${PN}-1.0.1-x32.patch + epatch "${FILESDIR}"/${PN}-1.0.1e-ipv6.patch + epatch_user #332661 + fi + + # disable fips in the build + # make sure the man pages are suffixed #302165 + # don't bother building man pages if they're disabled + sed -i \ + -e '/DIRS/s: fips : :g' \ + -e '/^MANSUFFIX/s:=.*:=ssl:' \ + -e '/^MAKEDEPPROG/s:=.*:=$(CC):' \ + -e $(has noman FEATURES \ + && echo '/^install:/s:install_docs::' \ + || echo '/^MANDIR=/s:=.*:='${EPREFIX}'/usr/share/man:') \ + Makefile.org \ + || die + # show the actual commands in the log + sed -i '/^SET_X/s:=.*:=set -x:' Makefile.shared + + # allow openssl to be cross-compiled + cp "${FILESDIR}"/gentoo.config-1.0.0 gentoo.config || die + chmod a+rx gentoo.config + + append-flags -fno-strict-aliasing + append-flags $(test-flags-CC -Wa,--noexecstack) + + sed -i '1s,^:$,#!'${EPREFIX}'/usr/bin/perl,' Configure #141906 + ./config --test-sanity || die "I AM NOT SANE" +} + +src_configure() { + unset APPS #197996 + unset SCRIPTS #312551 + unset CROSS_COMPILE #311473 + + tc-export CC AR RANLIB RC + + # Clean out patent-or-otherwise-encumbered code + # Camellia: Royalty Free http://en.wikipedia.org/wiki/Camellia_(cipher) + # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm + # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography + # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 + # RC5: 5,724,428 03/03/2015 http://en.wikipedia.org/wiki/RC5 + + use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; } + echoit() { echo "$@" ; "$@" ; } + + local krb5=$(has_version app-crypt/mit-krb5 && echo "MIT" || echo "Heimdal") + + local sslout=$(./gentoo.config) + einfo "Use configuration ${sslout:-(openssl knows best)}" + local config="Configure" + [[ -z ${sslout} ]] && config="config" + echoit \ + ./${config} \ + ${sslout} \ + $(use sse2 || echo "no-sse2") \ + enable-camellia \ + $(use_ssl !bindist ec) \ + enable-idea \ + enable-mdc2 \ + $(use_ssl !bindist rc5) \ + enable-tlsext \ + $(use_ssl gmp gmp -lgmp) \ + $(use_ssl kerberos krb5 --with-krb5-flavor=${krb5}) \ + $(use_ssl rfc3779) \ + $(use_ssl zlib) \ + --prefix="${EPREFIX}"/usr \ + --openssldir="${EPREFIX}"${SSL_CNF_DIR} \ + --libdir=$(get_libdir) \ + shared threads \ + || die + + # Clean out hardcoded flags that openssl uses + local CFLAG=$(grep ^CFLAG= Makefile | LC_ALL=C sed \ + -e 's:^CFLAG=::' \ + -e 's:-fomit-frame-pointer ::g' \ + -e 's:-O[0-9] ::g' \ + -e 's:-march=[-a-z0-9]* ::g' \ + -e 's:-mcpu=[-a-z0-9]* ::g' \ + -e 's:-m[a-z0-9]* ::g' \ + ) + sed -i \ + -e "/^CFLAG/s|=.*|=${CFLAG} ${CFLAGS}|" \ + -e "/^SHARED_LDFLAGS=/s|$| ${LDFLAGS}|" \ + Makefile || die +} + +src_compile() { + # depend is needed to use $confopts; it also doesn't matter + # that it's -j1 as the code itself serializes subdirs + emake -j1 depend + emake all + # rehash is needed to prep the certs/ dir; do this + # separately to avoid parallel build issues. + emake rehash +} + +src_test() { + emake -j1 test +} + +src_install() { + emake INSTALL_PREFIX="${D}" install + dobin "${WORKDIR}"/c_rehash #333117 + dodoc CHANGES* FAQ NEWS README doc/*.txt doc/c-indentation.el + dohtml -r doc/* + use rfc3779 && dodoc engines/ccgost/README.gost + + # This is crappy in that the static archives are still built even + # when USE=static-libs. But this is due to a failing in the openssl + # build system: the static archives are built as PIC all the time. + # Only way around this would be to manually configure+compile openssl + # twice; once with shared lib support enabled and once without. + use static-libs || rm -f "${ED}"/usr/lib*/lib*.a + + # create the certs directory + dodir ${SSL_CNF_DIR}/certs + cp -RP certs/* "${ED}"${SSL_CNF_DIR}/certs/ || die + rm -r "${ED}"${SSL_CNF_DIR}/certs/{demo,expired} + + # Namespace openssl programs to prevent conflicts with other man pages + cd "${ED}"/usr/share/man + local m d s + for m in $(find . -type f | xargs grep -L '#include') ; do + d=${m%/*} ; d=${d#./} ; m=${m##*/} + [[ ${m} == openssl.1* ]] && continue + [[ -n $(find -L ${d} -type l) ]] && die "erp, broken links already!" + mv ${d}/{,ssl-}${m} + # fix up references to renamed man pages + sed -i '/^[.]SH "SEE ALSO"/,/^[.]/s:\([^(, ]*(1)\):ssl-\1:g' ${d}/ssl-${m} + ln -s ssl-${m} ${d}/openssl-${m} + # locate any symlinks that point to this man page ... we assume + # that any broken links are due to the above renaming + for s in $(find -L ${d} -type l) ; do + s=${s##*/} + rm -f ${d}/${s} + ln -s ssl-${m} ${d}/ssl-${s} + ln -s ssl-${s} ${d}/openssl-${s} + done + done + [[ -n $(find -L ${d} -type l) ]] && die "broken manpage links found :(" + + dodir /etc/sandbox.d #254521 + echo 'SANDBOX_PREDICT="/dev/crypto"' > "${ED}"/etc/sandbox.d/10openssl + + diropts -m0700 + keepdir ${SSL_CNF_DIR}/private +} + +pkg_preinst() { + has_version ${CATEGORY}/${PN}:0.9.8 && return 0 + preserve_old_lib /usr/$(get_libdir)/lib{crypto,ssl}.so.0.9.8 +} + +pkg_postinst() { + ebegin "Running 'c_rehash ${EROOT%/}${SSL_CNF_DIR}/certs/' to rebuild hashes #333069" + c_rehash "${EROOT%/}${SSL_CNF_DIR}/certs" >/dev/null + eend $? + + has_version ${CATEGORY}/${PN}:0.9.8 && return 0 + preserve_old_lib_notify /usr/$(get_libdir)/lib{crypto,ssl}.so.0.9.8 +} diff --git a/net-fs/nfs-utils/ChangeLog b/net-fs/nfs-utils/ChangeLog new file mode 100644 index 00000000..e7b160b2 --- /dev/null +++ b/net-fs/nfs-utils/ChangeLog @@ -0,0 +1,899 @@ +# ChangeLog for net-fs/nfs-utils +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.215 2013/04/13 20:02:02 vapier Exp $ + + 13 Apr 2013; Mike Frysinger nfs-utils-1.2.6.ebuild, + nfs-utils-1.2.7.ebuild: + Force sqlite test to work even when cross-compiling #465576 by Dennis + Schridde. + + 24 Mar 2013; Mike Frysinger + +files/nfs-utils-1.2.7-libio.patch, nfs-utils-1.2.6.ebuild, + nfs-utils-1.2.7.ebuild: + Fix uClibc build w/missing libio.h #459200 by Mark Reiche. + +*nfs-utils-1.2.7 (24 Mar 2013) + + 24 Mar 2013; Mike Frysinger +nfs-utils-1.2.7.ebuild, + metadata.xml: + Version bump #445288 by teidakankan. + + 24 Mar 2013; Mike Frysinger +files/nfsmount.confd, + files/nfsmount.initd, nfs-utils-1.2.6.ebuild: + Move net usage to conf.d (defaults are unchanged) #439660 by Matthew Schultz. + + 24 Mar 2013; Mike Frysinger + +files/nfs-utils-1.2.7-nfsiostat-python3.patch, nfs-utils-1.2.6.ebuild: + Make nfsiostat work under python 3 #458934 by Jim Faulkner. + + 24 Mar 2013; Mike Frysinger files/nfs.initd: + Process /etc/exports.d/*.exports too #459600 by Joakim Tjernlund. + + 01 Jan 2013; Jeroen Roovers nfs-utils-1.2.6.ebuild: + Stable for HPPA (bug #445564). + + 01 Jan 2013; Raúl Porcel nfs-utils-1.2.6.ebuild: + s390/sh stable wrt #445564 + + 30 Dec 2012; Agostino Sarubbo nfs-utils-1.2.6.ebuild: + Stable for alpha, wrt bug #445564 + + 29 Dec 2012; Agostino Sarubbo nfs-utils-1.2.6.ebuild: + Stable for sparc, wrt bug #445564 + + 18 Dec 2012; Agostino Sarubbo nfs-utils-1.2.6.ebuild: + Stable for ia64, wrt bug #445564 + + 06 Dec 2012; Pawel Hajdan jr nfs-utils-1.2.6.ebuild: + x86 stable wrt bug #445564 + + 04 Dec 2012; Anthony G. Basile nfs-utils-1.2.6.ebuild: + stable arm ppc ppc64, bug #445564 + + 02 Dec 2012; Markos Chandras nfs-utils-1.2.6.ebuild: + Stable on amd64 wrt bug #445564 + + 16 Sep 2012; Mike Frysinger nfs-utils-1.2.6.ebuild: + Pull in sqlite when USE=nfsdcld #433062 by Guillaume Castagnino. + + 18 May 2012; Mike Frysinger nfs-utils-1.2.6.ebuild: + Update request-key.d config settings #415625 by Maciej Szmigiero. + + 17 May 2012; Diego E. Pettenò + +files/nfs-utils-1.2.6-conditionals.patch, nfs-utils-1.2.6.ebuild: + Fix build with USE=-nfsv4. + +*nfs-utils-1.2.6 (17 May 2012) + + 17 May 2012; Mike Frysinger + +files/nfs-utils-1.2.6-cross-build.patch, + +files/nfs-utils-1.2.6-osd-install.patch, +nfs-utils-1.2.6.ebuild, + metadata.xml: + Version bump #416189 by teidakankan. + + 03 May 2012; Jeff Horelick nfs-utils-1.2.4.ebuild, + nfs-utils-1.2.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 16 Jan 2012; Justin Lecher nfs-utils-1.2.5.ebuild: + Don't use default src_install function, in order to install only valid docs, + thanks ssuominen + + 16 Jan 2012; Justin Lecher nfs-utils-1.2.5.ebuild: + Add missing dep on sys-fs/lvm2, #399051; corrected target path in src install + $ED to $D + + 14 Jan 2012; Mike Frysinger nfs-utils-1.2.5.ebuild: + Require newer version of libgssglue #398901 by Marien Zwart. + +*nfs-utils-1.2.5 (14 Jan 2012) + + 14 Jan 2012; Mike Frysinger +nfs-utils-1.2.5.ebuild: + Version bump #384465 by teidakankan with updates by Justin Lecher. + + 28 Dec 2011; nfs-utils-1.2.4.ebuild: + Add selinux triggered dependencies on selinux-rpc and selinux-rpcbind + + 08 Dec 2011; Mike Frysinger nfs-utils-1.2.4.ebuild, + +files/nfs-utils-1.2.4-no-nfsctl.patch: + Fix building with arches that do not support nfsctl syscalls. + + 17 Oct 2011; Mike Frysinger nfs-utils-1.2.4.ebuild: + Pull in pkg-config since we use it #387365 by bay. + + 18 Sep 2011; Mike Frysinger files/nfs.initd: + Convert to extra_started_commands #381887 by teidakankan. + + 02 Sep 2011; Mike Frysinger nfs-utils-1.2.4.ebuild, + +files/nfs-utils-1.2.4-cross-build.patch: + Fix cross-compiling with native helper tools. + + 02 Sep 2011; Mike Frysinger nfs-utils-1.2.4.ebuild, + +files/nfs-utils-1.2.4-nfsidmap.patch, metadata.xml: + Add USE="nfsidmap nfsv41" to control new deps and features #381459 by + Krzysztof Pawlik. + + 01 Sep 2011; Diego E. Pettenò nfs-utils-1.2.4.ebuild, + +files/nfs-utils-1.2.4-conditional.patch: + Fix build with USE=-nfsv4, by importing two (folded) patches from git. + +*nfs-utils-1.2.4 (01 Sep 2011) + + 01 Sep 2011; Mike Frysinger +nfs-utils-1.2.4.ebuild, + +files/nfs-utils-1.2.4-exportfs-skip-dir.patch, + +files/nfs-utils-1.2.4-exportfs-xlog.patch: + Version bump #373651 by teidakankan. + + 01 Sep 2011; Mike Frysinger files/nfs.initd: + Drop --oknodo usage #377765 by Michael Mair-Keimberger. + + 19 Jun 2011; Mike Frysinger files/rpc.pipefs.initd: + Remove shortcuts that result in silent errors #372297 by Sebastian Pipping. + + 29 May 2011; Mike Frysinger nfs-utils-1.2.3-r1.ebuild: + Make sure /var/lib/nfs exists before copying into it #368505 by William + Throwe. + + 24 Apr 2011; Raúl Porcel nfs-utils-1.2.3-r1.ebuild: + sparc stable wrt #358509 + + 06 Apr 2011; Mike Frysinger files/nfs.confd, + files/nfs.initd: + Add conf.d option for tweaking nfsd settings #361473 by John Feuerstein. + + 24 Mar 2011; Thomas Kahle nfs-utils-1.2.3-r1.ebuild: + x86 stable per bug 358509 + + 18 Mar 2011; Mike Frysinger nfs-utils-1.2.3-r1.ebuild: + Mark alpha/arm/hppa/ia64/s390/sh stable #358509. + + 14 Mar 2011; Markos Chandras nfs-utils-1.2.3-r1.ebuild: + Stable on amd64 wrt bug #358509 + + 13 Mar 2011; Kacper Kowalik + nfs-utils-1.2.3-r1.ebuild: + ppc/ppc64 stable wrt #358509 + +*nfs-utils-1.2.3-r1 (14 Nov 2010) + + 14 Nov 2010; Mike Frysinger + +nfs-utils-1.2.3-r1.ebuild, + +files/nfs-utils-1.2.3-ti-rpc-static-ports.patch: + Add fix from upstream for ti-rpc static port bindings #340797 by John J. + Aylward. + +*nfs-utils-1.2.3 (08 Oct 2010) + + 08 Oct 2010; Mike Frysinger +nfs-utils-1.2.3.ebuild: + Version bump #339288. + + 19 Sep 2010; Mike Frysinger nfs-utils-1.2.2-r2.ebuild: + Fix multilib dir handling with backed up /var/lib/nfs. + + 07 Aug 2010; Mike Frysinger files/nfs.initd: + Port logic over for detecting rpc.gssd needs in nfs init.d script #330795 by + Jared. + + 02 Aug 2010; Diego E. Pettenò files/nfs.initd: + Only require rpc.svcgssd if sec=krb is used rather than sec=sys (default). + Thanks to Jared in bug #330795. + + 26 Jul 2010; Diego E. Pettenò files/nfs.initd: + Fix nfs init script dependency generation for kerberos exports. + +*nfs-utils-1.2.2-r2 (23 Jul 2010) + + 23 Jul 2010; Diego E. Pettenò + +nfs-utils-1.2.2-r2.ebuild, +files/nfs-utils-1.2.2-nfsv4.patch: + Fix configure script when enabling NFSv4 and Kerberos, some tests would + have been skipped. + + 28 Jun 2010; Mike Frysinger files/nfsmount.initd: + Fix idmapd/gssd dep calculation with nfs mounts #324725 by Михаил. + +*nfs-utils-1.2.2-r1 (20 Apr 2010) + + 20 Apr 2010; Mike Frysinger + +nfs-utils-1.2.2-r1.ebuild, +files/nfs-utils-1.2.2-optional-libcap.patch: + Make libcap support optional via USE=caps #314777. + + 20 Apr 2010; Mike Frysinger nfs-utils-1.2.2.ebuild: + Disable tests since they require no rpc.statd to be running on the system + beforehand #315573 by Pacho Ramos. + +*nfs-utils-1.2.2 (11 Apr 2010) + + 11 Apr 2010; Mike Frysinger +nfs-utils-1.2.2.ebuild: + Version bump #314603 by Tim Harder. + + 31 Mar 2010; nfs-utils-1.1.4-r1.ebuild, + nfs-utils-1.1.5.ebuild, nfs-utils-1.1.6.ebuild, nfs-utils-1.1.6-r1.ebuild, + nfs-utils-1.2.0.ebuild, nfs-utils-1.2.1.ebuild: + - elibc_glibc has to be defined in IUSE= for profiles that are unable to + use.force that flag bug #312085 + + 22 Nov 2009; Sven Wegener nfs-utils-1.2.1.ebuild: + Use src_configure and src_prepare for EAPI-2 compliance, this should fix + bug #294082. + +*nfs-utils-1.2.1 (22 Nov 2009) + + 22 Nov 2009; Mike Frysinger +nfs-utils-1.2.1.ebuild: + Version bump #293523 by Florian Manschwetus and update kerberos depends + #274793 by Andrew Savchenko. + + 11 Sep 2009; Zac Medico nfs-utils-1.2.0.ebuild: + Move !net-nds/portmap out of DEPEND, as per bug #108449, comment #4. + + 25 Aug 2009; Mike Frysinger + -files/nfs-utils-1.1.2-rpcgen-ioctl.patch, nfs-utils-1.1.4-r1.ebuild, + +files/nfs-utils-1.1.4-rpcgen-ioctl.patch, nfs-utils-1.1.5.ebuild, + nfs-utils-1.1.6.ebuild, nfs-utils-1.1.6-r1.ebuild: + Update rpcgen ioctl patch to reflect changes in upstream. + +*nfs-utils-1.2.0 (02 Jun 2009) + + 02 Jun 2009; Mike Frysinger +nfs-utils-1.2.0.ebuild: + Version bump. + + 30 May 2009; Mike Frysinger nfs-utils-1.1.6-r1.ebuild, + files/nfs.confd, files/nfs.initd: + Have nfs init.d depend on rpc.idmapd by default when USE=nfsv4, but allow + people to disable it via conf.d #234132 by roger. + + 30 May 2009; Mike Frysinger + +nfs-utils-1.1.6-r1.ebuild, metadata.xml: + Add support for USE=ipv6 #261926, switch to rpcbind over portmap, switch + to libtirpc all the time, and make nfs3/nfs4 optional. + +*nfs-utils-1.1.6-r1 (30 May 2009) + + 30 May 2009; Mike Frysinger + +nfs-utils-1.1.6-r1.ebuild: + Add support for USE=ipv6 #261926, switch to rpcbind over portmap, switch + to libtirpc all the time, and make nfs3/nfs4 optional. + +*nfs-utils-1.1.6 (09 May 2009) + + 09 May 2009; Mike Frysinger +nfs-utils-1.1.6.ebuild: + Version bump. + + 25 Mar 2009; Raúl Porcel nfs-utils-1.1.4-r1.ebuild: + arm/ia64/s390/sh/sparc stable wrt #261334 + + 18 Mar 2009; Joseph Jezak nfs-utils-1.1.4-r1.ebuild: + Marked ppc stable for bug #261334. + + 15 Mar 2009; Markus Meier nfs-utils-1.1.4-r1.ebuild: + x86 stable, bug #261334 + + 15 Mar 2009; Brent Baude nfs-utils-1.1.4-r1.ebuild: + Marking nfs-utils-1.1.4-r1 ppc64 for bug 261334 + + 14 Mar 2009; Mike Frysinger files/rpc.idmapd.initd: + Add a warning upon failure that DNOTIFY is needed #261697 by Pacho Ramos. + + 11 Mar 2009; Tobias Klausmann + nfs-utils-1.1.4-r1.ebuild: + Stable on alpha, bug #261334 + + 10 Mar 2009; Dawid Węgliński nfs-utils-1.1.4-r1.ebuild: + Stable on amd64 (bug #261334) + +*nfs-utils-1.1.5 (06 Mar 2009) + + 06 Mar 2009; Mike Frysinger +nfs-utils-1.1.5.ebuild: + Version bump. + + 06 Mar 2009; Jeroen Roovers nfs-utils-1.1.4-r1.ebuild: + Stable for HPPA (bug #261334). + + 27 Feb 2009; Mike Frysinger files/nfs.initd: + Fixup bashism in init.d script #260149 by Timothy Redaelli. + +*nfs-utils-1.1.4-r1 (31 Jan 2009) + + 31 Jan 2009; Mike Frysinger + +files/nfs-utils-1.1.4-ascii-man.patch, + +files/nfs-utils-1.1.4-mtab-sym.patch, + +files/nfs-utils-1.1.4-no-exec.patch, +nfs-utils-1.1.4-r1.ebuild: + Add some fixes from Debian and push out init.d fixes. + + 31 Jan 2009; Mike Frysinger files/nfs.initd: + Also use rpc.nfsd to try to shutdown nfsd #228127 by Maurice Volaski. + + 31 Jan 2009; Mike Frysinger files/rpc.statd.initd: + Make sure stop() works even if rpc.statd is dead so init.d doesnt fake + stop silently. + + 31 Jan 2009; Mike Frysinger files/nfs.initd: + Add /proc/fs/nfs -> /proc/fs/nfsd fix again. + + 31 Jan 2009; Mike Frysinger files/nfs.initd: + Restart rpc.idmapd if nfsd is a module #220747 by Jochen Radmacher. + + 30 Dec 2008; Friedrich Oslage + nfs-utils-1.1.3.ebuild: + Stable on sparc, security bug #242696 + + 09 Nov 2008; Mike Frysinger nfs-utils-1.1.4.ebuild: + Always own /etc/exports from now on #246021 by Ian Kelling. + + 08 Nov 2008; Raúl Porcel nfs-utils-1.1.3.ebuild: + alpha/ia64 stable wrt #242696 + + 02 Nov 2008; Tobias Scherbaum + nfs-utils-1.1.3.ebuild: + ppc stable, bug #242696 + + 30 Oct 2008; Jeroen Roovers nfs-utils-1.1.3.ebuild: + Stable for HPPA (bug #242696). + + 28 Oct 2008; Brent Baude nfs-utils-1.1.3.ebuild: + Marking nfs-utils-1.1.3 ppc64 for bug 242696 + + 27 Oct 2008; Markus Meier nfs-utils-1.1.3.ebuild: + amd64/x86 stable, bug #242696 + + 26 Oct 2008; Mike Frysinger files/rpc.gssd.initd, + files/rpc.idmapd.initd, +files/rpc.pipefs.initd, files/rpc.svcgssd.initd, + nfs-utils-1.0.12-r5.ebuild, nfs-utils-1.1.0-r1.ebuild, + nfs-utils-1.1.1.ebuild, nfs-utils-1.1.1-r1.ebuild, nfs-utils-1.1.2.ebuild, + nfs-utils-1.1.2-r1.ebuild, nfs-utils-1.1.3.ebuild, nfs-utils-1.1.4.ebuild: + Split rpc.pipefs mounting into its own init.d script so we handle parallel + execution properly #238593 by Michele Schiavo. + + 26 Oct 2008; Mike Frysinger nfs-utils-1.1.4.ebuild: + Force newer libnfsidmap as it provides idmapd.conf #243066. + +*nfs-utils-1.1.4 (18 Oct 2008) + + 18 Oct 2008; Mike Frysinger +nfs-utils-1.1.4.ebuild: + Version bump. + +*nfs-utils-1.1.3 (16 Aug 2008) + + 16 Aug 2008; Mike Frysinger files/rpc.gssd.initd, + files/rpc.svcgssd.initd, +nfs-utils-1.1.3.ebuild: + Version bump. Fix arg passing for gssd binaries #232387 by Michele + Schiavo. Depend on e2fsprogs-libs for libblkid #221773 by Triffid Hunter. + + 16 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + +*nfs-utils-1.1.2-r1 (04 May 2008) + + 04 May 2008; Mike Frysinger + +files/nfs-utils-1.1.2-mount-eacces.patch, files/nfs.initd, + files/nfsmount.initd, files/rpc.gssd.initd, files/rpc.idmapd.initd, + files/rpc.svcgssd.initd, +nfs-utils-1.1.2-r1.ebuild: + Dont bother checking for config anymore #219495 by Davide Pesavento. Load + sunrpc module if rpc_pipefs is not available #219566 by Martin von Gagern. + Add change from Fedora to exit immediately upon perm denied errors when + mounting #219729 by Stefaan De Roeck. + + 21 Apr 2008; Mike Frysinger files/nfsmount.initd: + Use non-common awk exit values so that the default exit values dont trigger + false positives #218713 by Paolo Pedroni. + + 21 Apr 2008; Mike Frysinger files/rpc.gssd.initd, + files/rpc.svcgssd.initd: + Fix typo in start() func in new gssd init.d scripts as pointed out by Ryan + Tandy #218665. + + 20 Apr 2008; Diego Pettenò nfs-utils-1.1.2.ebuild: + Fix building without kerberos and with nonfsv4 USE flag enabled. See bug + #218595. + + 20 Apr 2008; Mike Frysinger + +files/nfs-utils-1.1.2-rpcgen-ioctl.patch, nfs-utils-1.1.2.ebuild: + Make sure rpcgen includes sys/ioctl.h #174393. + +*nfs-utils-1.1.2 (20 Apr 2008) + + 20 Apr 2008; Mike Frysinger +nfs-utils-1.1.2.ebuild: + Version bump. + +*nfs-utils-1.1.1-r1 (20 Apr 2008) + + 20 Apr 2008; Mike Frysinger + +nfs-utils-1.1.1-r1.ebuild: + Push out accumulated changes. + + 20 Apr 2008; Mike Frysinger files/nfs.initd, + files/rpc.gssd.initd, +files/rpc.svcgssd.initd, + nfs-utils-1.0.12-r5.ebuild, nfs-utils-1.1.0-r1.ebuild, + nfs-utils-1.1.1.ebuild: + Split the gssd and svcgssd init.d scripts #186037 by Paul B. Henson. + + 20 Apr 2008; Mike Frysinger nfs-utils-1.1.1.ebuild: + Only leverage kerberos when USE="-nonfsv4" #212160. + + 20 Apr 2008; Mike Frysinger files/nfsmount.initd: + Fix nfs4/idmapd detection #213384 by Marek Szuba. + + 14 Jan 2008; Mike Frysinger files/nfs.initd, + files/nfsmount.initd: + Until newer baselayout stabilizes, only use config() when it exists #203906. + + 08 Jan 2008; Raúl Porcel nfs-utils-1.1.0-r1.ebuild: + alpha/ia64/sparc stable wrt #201552 + + 08 Jan 2008; Jeroen Roovers nfs-utils-1.1.0-r1.ebuild: + Stable for HPPA (bug #201552). + + 30 Dec 2007; Mike Frysinger files/nfs.initd, + files/nfsmount.initd: + Make sure /etc/exports and /etc/fstab exist to account for the stupid cases + of running these init.d scripts without anything useful to do. + + 30 Dec 2007; Samuli Suominen nfs-utils-1.1.0-r1.ebuild: + amd64 stable wrt #201552 + + 29 Dec 2007; nixnut nfs-utils-1.1.0-r1.ebuild: + Stable on ppc wrt bug 201552 + + 29 Dec 2007; Mike Frysinger files/nfsmount.initd: + Make sure we check for "nfs" and not "nfsd" when doing client filesystem setup. + +*nfs-utils-1.1.1 (29 Dec 2007) + + 29 Dec 2007; Mike Frysinger files/nfs.initd, + files/rpc.gssd.initd, files/rpc.idmapd.initd, files/rpc.statd.initd, + +nfs-utils-1.1.1.ebuild: + Version bump #197336 by Francisco Javier. Tweak nfs init.d needs based on + exportfs #172431. Only mount nfsd fs in nfs init.d script. Mount rpc_pipefs + in rpc.idmapd and rpc.gssd after making sure the dir exists #180425 by + Maurice Volaski. + + 29 Dec 2007; Mike Frysinger files/rpc.statd.initd: + Look up the full path of rpc.statd to avoid matching the init.d script + #203646 by legate. + + 15 Oct 2007; Markus Rothe nfs-utils-1.1.0-r1.ebuild: + Stable on ppc64 + + 21 Sep 2007; Christian Faulhammer + nfs-utils-1.1.0-r1.ebuild: + stable x86, bug 190182 + +*nfs-utils-1.1.0-r1 (15 Sep 2007) +*nfs-utils-1.0.12-r1 (15 Sep 2007) +*nfs-utils-1.0.12-r5 (15 Sep 2007) + + 15 Sep 2007; Mike Frysinger + +nfs-utils-1.0.12-r1.ebuild, +nfs-utils-1.0.12-r5.ebuild, + +nfs-utils-1.1.0-r1.ebuild: + Force bumpage for versions to clean up libgssglue nightmare #191746. + + 23 Aug 2007; Joshua Kinard nfs-utils-1.0.12-r3.ebuild: + Stable on mips. + +*nfs-utils-1.0.12-r4 (16 Aug 2007) + + 16 Aug 2007; Mike Frysinger files/nfs.initd, + files/nfsmount.initd, +nfs-utils-1.0.12-r4.ebuild: + Only force kerb init.d scripts when the NFSv4 mount needs it #180428 by + Maurice Volaski. Load the nfs module in the nfsmount client script, not + nfsd. + + 13 May 2007; Mike Frysinger nfs-utils-1.1.0.ebuild: + Make sure we pull in >=app-crypt/libgssapi-0.11 #178217 by Markus Ullmann. + +*nfs-utils-1.1.0 (12 May 2007) + + 12 May 2007; Mike Frysinger files/nfs.initd, + files/nfsmount.initd, files/rpc.gssd.initd, files/rpc.idmapd.initd, + files/rpc.statd.initd, +nfs-utils-1.1.0.ebuild: + Version bump. + + 06 May 2007; Marius Mauch nfs-utils-1.0.6-r6.ebuild: + Replacing einfo with elog + + 07 Apr 2007; Mike Frysinger nfs-utils-1.0.12-r3.ebuild: + Bind rpc.gssd install to USE=kerberos rather than USE=!nonfsv4 + #172431 by emerald. + +*nfs-utils-1.0.12-r3 (02 Apr 2007) + + 02 Apr 2007; Roy Marples files/nfs.initd, + files/rpc.gssd.initd, files/rpc.idmapd.initd, files/rpc.statd.initd, + +nfs-utils-1.0.12-r3.ebuild: + Remove some bashisms and support baselayout-2 restart option. + + 27 Mar 2007; Chris Gianelloni + nfs-utils-1.0.12.ebuild: + Stable on alpha/amd64 wrt bug #172133. + + 26 Mar 2007; Gustavo Zacarias + nfs-utils-1.0.12.ebuild: + Stable on sparc wrt #172133 + + 26 Mar 2007; Jeroen Roovers nfs-utils-1.0.12.ebuild: + Stable for HPPA (bug #172133). + + 26 Mar 2007; Alec Warner nfs-utils-1.0.6-r6.ebuild, + nfs-utils-1.0.7-r2.ebuild, nfs-utils-1.0.9.ebuild, + nfs-utils-1.0.10.ebuild, nfs-utils-1.0.12.ebuild, + nfs-utils-1.0.12-r1.ebuild, nfs-utils-1.0.12-r2.ebuild: + Remove dependency on portage: ref bug 162516 + +*nfs-utils-1.0.12-r2 (25 Mar 2007) + + 25 Mar 2007; Mike Frysinger files/nfs.confd, + +files/nfs.initd, +files/nfsmount.initd, +files/rpc.gssd.initd, + +files/rpc.idmapd.initd, +files/rpc.statd.initd, + +nfs-utils-1.0.12-r2.ebuild: + Split init.d scripts up so client/server configurations are handled properly + #101624 by Tim Hobbs. Special thanks to Daniel Burr and Thomas Bettler. + + 25 Mar 2007; Tobias Scherbaum + nfs-utils-1.0.12.ebuild: + Stable on ppc wrt bug #172133. + + 25 Mar 2007; Andrej Kacian nfs-utils-1.0.12.ebuild: + Stable on x86, bug #172133. + + 25 Mar 2007; Markus Rothe nfs-utils-1.0.12.ebuild: + Stable on ppc64; bug #172133 + + 24 Mar 2007; Mike Frysinger files/nfs: + Mount nfsd filesystem at /proc/fs/nfsd rather than /proc/fs/nfs #172019. + +*nfs-utils-1.0.12-r1 (24 Mar 2007) + + 24 Mar 2007; Mike Frysinger + +files/nfs-utils-1.0.12-mountd-memleak.patch, +nfs-utils-1.0.12-r1.ebuild: + Grab fix from upstream for memleak in mountd #172014 by Bardur Arantsson. + + 21 Mar 2007; Chris Gianelloni + nfs-utils-1.0.10.ebuild: + Stable on amd64 wrt bug #167664. + + 16 Mar 2007; nixnut nfs-utils-1.0.10.ebuild: + Stable on ppc wrt bug 167664 + +*nfs-utils-1.0.12 (27 Feb 2007) + + 27 Feb 2007; Mike Frysinger +nfs-utils-1.0.12.ebuild: + Version bump. + + 23 Feb 2007; Markus Rothe nfs-utils-1.0.10.ebuild: + Stable on ppc64; bug #167664 + + 23 Feb 2007; Christian Faulhammer + nfs-utils-1.0.10.ebuild: + stable x86; bug 167664 + + 10 Jan 2007; Roy Marples files/nfs: + Use --name for s-s-d starting nfsd so baselayout-1.13 correctly finds it. + + 05 Jan 2007; Diego Pettenò + nfs-utils-1.0.6-r6.ebuild: + Remove gnuconfig inherit. + + 28 Dec 2006; Gustavo Zacarias + nfs-utils-1.0.10.ebuild: + Stable on sparc + + 04 Dec 2006; Jeroen Roovers nfs-utils-1.0.10.ebuild: + Stable for HPPA. + + 23 Oct 2006; Mike Frysinger + +files/nfs-utils-1.0.10-uts-release.patch, nfs-utils-1.0.10.ebuild: + Fix building with linux-headers-2.6.18+. + + 21 Oct 2006; Aron Griffis nfs-utils-1.0.10.ebuild: + Mark 1.0.10 stable on alpha/ia64 + +*nfs-utils-1.0.10 (22 Aug 2006) + + 22 Aug 2006; Mike Frysinger +nfs-utils-1.0.10.ebuild: + Version bump. + +*nfs-utils-1.0.9 (16 Jul 2006) + + 16 Jul 2006; Mike Frysinger +nfs-utils-1.0.9.ebuild: + Version bump. + +*nfs-utils-1.0.8 (10 Jun 2006) + + 10 Jun 2006; Mike Frysinger +nfs-utils-1.0.8.ebuild: + Version bump #136038 by Mario Fetka. + + 09 Mar 2006; Mike Frysinger + +files/nfs-utils-1.0.7-no-stripping.patch, nfs-utils-1.0.7-r2.ebuild: + Let portage strip binaries. + + 29 Jan 2006; Mike Frysinger + +files/nfs-utils-1.0.6-usn36.patch, -files/nfs-utils-1.0.6-usn36.patch.gz, + nfs-utils-1.0.6-r6.ebuild: + Uncompress patch #120673 by Simon Stelling. + +*nfs-utils-1.0.7-r2 (08 Oct 2005) + + 08 Oct 2005; Mike Frysinger + +files/nfs-utils-1.0.7-man-pages.patch, files/nfs, files/nfs.confd, + +nfs-utils-1.0.7-r2.ebuild: + Add support for starting/stopping gssd daemons #108276 and installing their + config files. Also tweak the man-pages SEE ALSO #107991. + + 23 Mar 2005; Jeremy Huddleston files/nfsmount: + Corrected init script to use 'svc_stop; svc_start' and not 'stop; start'. + + 15 Mar 2005; Seemant Kulleen + nfs-utils-1.0.7-r1.ebuild: + add kerberos to IUSE + +*nfs-utils-1.0.7-r1 (15 Mar 2005) + + 15 Mar 2005; Mike Frysinger files/nfs, + files/nfs.confd, -nfs-utils-1.0.7.ebuild, +nfs-utils-1.0.7-r1.ebuild: + Add support for integrated idmapd #71607 by Keith M Wesolowski. + +*nfs-utils-1.0.7 (04 Feb 2005) + + 04 Feb 2005; Aron Griffis +nfs-utils-1.0.7.ebuild: + Bump to 1.0.7. New local USE-flag nfsv4 since that pulls in mit-krb5 which + has its own problems + + 15 Jan 2005; Robin H. Johnson : + Fix digest, bug #78168. + + 15 Jan 2005; +files/nfs-utils-1.0.6-uclibc.patch, + nfs-utils-1.0.6-r6.ebuild: + - getrpcbynumber_r is not in the SuSv3 spec. disable it for uClibc + + 11 Dec 2004; Markus Rothe nfs-utils-1.0.6-r6.ebuild: + Stable on ppc64; bug #72113 + + 11 Dec 2004; Joseph Jezak nfs-utils-1.0.6-r6.ebuild: + Marked ppc stable for bug #72113. + + 10 Dec 2004; Guy Martin nfs-utils-1.0.6-r6.ebuild: + Stable on hppa. + + 07 Dec 2004; Hardave Riar nfs-utils-1.0.6-r6.ebuild: + Stable on mips, bug #72113 + + 07 Dec 2004; Bryan Østergaard + nfs-utils-1.0.6-r6.ebuild: + Stable on alpha, bug 72113. + + 06 Dec 2004; Karol Wojtaszek + nfs-utils-1.0.6-r6.ebuild: + Stable on amd64, bug #72113 + + 06 Dec 2004; Olivier Crete nfs-utils-1.0.6-r6.ebuild: + Stable on x86 wrt security bug 72113 + + 06 Dec 2004; Gustavo Zacarias + nfs-utils-1.0.6-r6.ebuild: + Stable on sparc wrt #72113 + + 06 Dec 2004; nfs-utils-1.0.6-r6.ebuild: + Added ubuntu's DOS vulnerability patch. fixes #72113 + + 05 Dec 2004; Jason Wever nfs-utils-1.0.6-r5.ebuild: + Stable on sparc wrt security bug #72113. + + 05 Dec 2004; Bryan Østergaard + nfs-utils-1.0.6-r5.ebuild: + Stable on alpha, bug 72113. + + 04 Dec 2004; Hardave Riar nfs-utils-1.0.6-r5.ebuild: + Stable on mips, bug #72113 + + 04 Dec 2004; Markus Rothe nfs-utils-1.0.6-r5.ebuild: + Stable on ppc64; bug #72113 + + 04 Dec 2004; Mike Doty nfs-utils-1.0.6-r5.ebuild: + stable on amd64 per #72113 + +*nfs-utils-1.0.6-r5 (22 Nov 2004) + + 22 Nov 2004; + +files/nfs-utils-0.3.3-rquotad-overflow.patch, +nfs-utils-1.0.6-r5.ebuild: + Security bump for 64bit arches bug #72113 - CAN-2004-0946 + + 07 Nov 2004; Joshua Kinard nfs-utils-1.0.6-r4.ebuild: + Marked stable on mips. + + 01 Nov 2004; Bryan Østergaard + nfs-utils-1.0.6-r4.ebuild: + Stable on alpha. + + 19 Oct 2004; Dylan Carlson + nfs-utils-1.0.6-r4.ebuild: + Stable on amd64. + + 09 Oct 2004; Christian Birchinger + nfs-utils-1.0.6-r4.ebuild: + Added sparc stable keyword + + 23 Jul 2004; Jeremy Huddleston files/nfsmount: + Added 'use ypbind' to nfsmount script to close bug #28195. + +*nfs-utils-1.0.6-r4 (07 Jul 2004) + + 07 Jul 2004; Aron Griffis files/nfs-5, + -nfs-utils-1.0.6-r3.ebuild, +nfs-utils-1.0.6-r4.ebuild: + Set a default timeout of 30 seconds in case EXPORTFSTIMEOUT is unset in + conf.d/nfs + + 25 Jun 2004; Danny van Dyk nfs-utils-1.0.6.ebuild: + Marked stable on amd64. + +*nfs-utils-1.0.6-r3 (11 Jun 2004) + + 11 Jun 2004; Mike Frysinger : + While i'm here, might as well fix more things :P. + Run make for the depend target so that we can then build everything + else in parallel. Add tweakable exportfs timeout to nfs init script + #37004 by Vlastimil Holer. Enable the '--enable-secure-statd' option + by default (seems to work fine on my nfs3 machines) #49444 by Juergen + Nagel. Make sure the emtpy state dirs dont get autocleaned #30522 by + Brave Cobra. + +*nfs-utils-1.0.6-r2 (08 Jun 2004) + + 08 Jun 2004; Mike Frysinger +files/nfs-4, + +nfs-utils-1.0.6-r2.ebuild: + Add support for NFSv4 #25106 by Michael Locher. + + 11 May 2004; Michael McCabe nfs-utils-1.0.6-r1.ebuild: + Added s390 keywords + + 13 Apr 2004; Joshua Kinard nfs-utils-1.0.6-r1.ebuild: + Marked stable on mips. + + 11 Mar 2004; Lars Weiler nfs-utils-1.0.6.ebuild: + stable on ppc + + 07 Mar 2004; Tom Gall nfs-utils-1.0.6-r1.ebuild: + stable on ppc64 + + 06 Mar 2004; Ilya A. Volynets-Evenbakh : + mark as ~mips + + 06 Mar 2004; Joshua Kinard nfs-utils-1.0.5-r1.ebuild, + nfs-utils-1.0.6-r1.ebuild: + Added ~mips to KEYWORDS. + +*nfs-utils-1.0.6-r1 (30 Jan 2004) + + 30 Jan 2004; Daniel Robbins nfs-utils-1.0.6-r1.ebuild: + Add a new ebuild (currently unmasked for ~x86 and ~amd64 only) that mounts + the nfsd filesystem to /proc/fs/nfs to provide robust exports handling for + 2.6 kernels. (See /usr/src/linux/Documentation/Changes in a 2.6 kernel source + tree for more information on this.) I needed this fix for mountd to support + nfs version 3 on my server with a 2.6 kernel. Also changed default + "restarting" behavior to "yes," which seems to be what most users will want. + This ebuild is not in stable on any arch, so nfs-team, please let me know + what you think of these changes. + + 15 Jan 2004; Aron Griffis nfs-utils-1.0.6.ebuild: + Fix bug 30486 by refraining from overwriting /var/lib/nfs/* + + 14 Jan 2004; Martin Holzer files/nfs.confd: + removing quota entry from conf.d + + 05 Jan 2004; zhen metadata.xml: + adding to net-fs herd + + 28 Dec 2003; Guy Martin nfs-utils-1.0.6.ebuild: + Marked stable on hppa. + + 02 Nov 2003; Daniel Robbins nfs-utils-1.0.6.ebuild: + added util-linux RDEPEND to ensure "mount" command it up-to-date. (See + nfs-utils README.) + + 22 Oct 2003; Martin Holzer nfs-utils-1.0.5-r1.ebuild, + nfs-utils-1.0.6.ebuild: + adding RESTRICT="nomirror" + + 03 Oct 2003; Christian Birchinger nfs-utils-1.0.6.ebuild: + Added sparc stable keyword + +*nfs-utils-1.0.6 (18 Sep 2003) + + 18 Sep 2003; Martin Holzer nfs-utils-1.0.6.ebuild: + Version bumped. + +*nfs-utils-1.0.5-r1 (19 Jul 2003) + + 26 Jul 2003; Stefan Jones files/nfs-2: + Fixed waiting on exportfs to finish. Use wait $pidofexportfs ( let kill + finish in background ) Speedups of 29secs! + + 19 Jul 2003; Aron Griffis nfs-utils-1.0.5-r1.ebuild, + files/nfs-2: + Change exportfs timeouts from 5 seconds to 30 seconds to prevent prematurely + killing exportfs + + 19 Jul 2003; Daniel Ahlberg nfs-utils-1.0.5.ebuild : + Security update, unmasking. + +*nfs-utils-1.0.5 (19 Jul 2003) + + 19 Jul 2003; Don Seiler ; nfs-utils-1.0.4.ebuild, + nfs-utils-1.0.5.ebuild: + Version bumped and v1.0.4 deleted due to bugs that are fixed in 1.0.5 + +*nfs-utils-1.0.4 (17 Jul 2003) + + 17 Jul 2003; Martin Holzer nfs-utils-1.0.4.ebuild: + Version bumped. + + 21 May 2003; Christian Birchinger nfs-utils-1.0.3.ebuild: + Added sparc stable keyword + + 16 May 2003; Martin Holzer nfs-utils-1.0.3.ebuild: + Marked as stable + +*nfs-utils-1.0.3 (27 Mar 2003) + + 21 Jun 2003; Guy martin nfs-utils-1.0.3.ebuild : + Marked stable on hppa. + + 17 Apr 2003; Guy Martin nfs-utils-1.0.3.ebuild : + Added ~hppa to KEYWORDS. + + 27 Mar 2003; Brandon Low nfs-utils-1.0.3.ebuild: + Bump to latest released today + +*nfs-utils-1.0.1-r1 (03 Mar 2003) + + 30 Mar 2003; Christian Birchinger + nfs-utils-1.0.1-r1.ebuild: + Added sparc stable keyword + + 13 Mar 2003; Zach Welch nfs-utils-1.0.1-r1.ebuild: + add arm keyword + + 03 Mar 2003; Aron Griffis nfs-utils-1.0.1-r1.ebuild, + files/nfs-1: + Fix bug 16075 by installing server binaries into /usr/sbin (thanks Tero + Pelander for the clue and the updated ebuild). Fix bug 13838 by using + rpc.rquotad from the quota package instead of the nfs-utils version (thanks + Andrea Barisani for the heads-up). Finally, mark stable on x86 and alpha + where I can test as part of the package upgrade phase. + +*nfs-utils-1.0.1 (12 Dec 2002) + + 12 Dec 2002; Brad Cowan : + + Added options to config file thanks to Cardoe and j2ee. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*nfs-utils-1.0.1 (13 Oct 2002) + + 07 Dec 2002; Jack Morgan nfs-utils-1.0.1.ebuild : + Changed ~sparc64 to ~sparc keyword + + 13 Oct 2002; Brad Cowan nfs-utils-1.0.1.ebuild, + files/digest-nfs-utils-1.0.1 : + + Version bump thanks to j2ee. + +*nfs-utils-0.3.3-r1 (24 Apr 2002) + + 16 Sep 2002; Maarten Thibaut nfs-utils-0.3.3-r1.ebuild : + Adding sparc/sparc64 keywords. + + 22 Jul 2002; Kyle Manna nfs-utils-0.3.3-r1.ebuild : + Parallel make fails sometimes. Replaced emake with make. + + 24 Apr 2002; Daniel Robbins : Some rc script fixes + (removal of NFSSERVER) and cleanups in the ebuild, removal of old ebuilds and + old files in /files + +*nfs-utils-0.3.3 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-fs/nfs-utils/Manifest b/net-fs/nfs-utils/Manifest new file mode 100644 index 00000000..832411d9 --- /dev/null +++ b/net-fs/nfs-utils/Manifest @@ -0,0 +1,19 @@ +AUX exports 66 SHA256 5d6356df546682e2f1a87131d1bb67de9b1f9a34d3a5742343dc64e890cf71d5 SHA512 fd8052dc8e17eccb0bb1443f341c97ec7c9dac5824294cadf486d91475bc728d4bb69300034b528a690707520590f6675ee371f92e9838afc8ed88092ee0f220 WHIRLPOOL 7cc6b59c1f7013a0ad98518623b03d1cba784ecaf6d6a085b85282192c6f41ac1c649a39dc6e1b42ff38a571c00a85aed6e04ea57d6339a072cc4f2c41d5d74e +AUX nfs-utils-1.1.4-mtab-sym.patch 1020 SHA256 0232799d085151649a1eb1f31644105de7e5cfba888794354005499a0db277c3 SHA512 1cd916028a8515772f05ef63832d73a09e9720055aedc9e2e4ce3a08ce1820948700a4f00ca9c4ee684880f18e67aca888dd857fc7931d923021ba50964be998 WHIRLPOOL c16ecee3228ad4522cf4ede1d05ca50cece3910955314c96eb88a61cfe07b7f6a95c42bb15a7f7f9fd211fa62cdcbb02925e68702d5066338b4543baf56fb2df +AUX nfs-utils-1.2.6-cross-build.patch 1909 SHA256 847f22436f8f389c390beb9bc99195cad182910eff68769317a5dd9902f8c0ab SHA512 ea2fd45ad9f526a72cbc669cb748268aaed5b4e5f01eec8bdeb143226795a09c305732433958261d1b65302eddb68c104eb89d1ad34718038d8b3b06817ae799 WHIRLPOOL 71e398dc619e2971a0f7a3c9c24d9cc2b3a99c4d49568c3a51ac363265e89a13534b73f8e5a744884aff32c8bfebdbfb78b2635dc19caa527bbd3801dc02cac7 +AUX nfs-utils-1.2.7-heomdal.patch 6643 SHA256 f8845cb5471313516ebd389a1fb692b984f5f9f663923488a539d8adec8de247 SHA512 dea96554579dcb1b2404724ddcf68a27034cef7f5a0c3d4b6838e46abfcd9a05af3cd56c28f0878f1ec777ea0a2c43fb7c795adf74aa2080c8feb26e7e83d938 WHIRLPOOL cd783ee2b91332753abbf8de8125f6cebd36dd4852ce804d8822fd5cfc28d6d4f608634fcd00b4a30be5aeba9be97c2c122e3beb1d2961182f1bfce8c652e7d2 +AUX nfs-utils-1.2.7-libio.patch 1601 SHA256 788b6bcca6ec03a8690b5cbabef06ad325211ab79a332b33d17708e8b0b63093 SHA512 a9643fd3689c95bf82c28a6aa5a82540459e0e6eafbb1a774ff74ad69b4f3f28bc0624f84913a78405cbdcb3321a02f912ace2407bb5534c292f5fdd930b68c3 WHIRLPOOL cb382521d1bbfb2ab823d5d44f788f1e9f1a608f7cdd632f84c046787920237569bd57fda8f298ed255254e6bdb56ef8a845cf3013ba1766e9636ce71e63c788 +AUX nfs-utils-1.2.7-nfsiostat-python3.patch 11260 SHA256 c71f3d53c3b076e609ba2de1a1565deacc7a797a2b8c8325341bd6c5b08de6ac SHA512 778640c90ab5a751b9613c02a13a4332e994620c4ff2301bd141edd563bed00ebd1fed7d850adc9d72b3eb3a64d44d7791fef4501fbe0772e7aeb0b14d7d1daa WHIRLPOOL 7c89f6152fe6e1f20c1c57168f98d872cfb55ad34ea8940b5a737c57f21adddf0be5be9a696141e3f45a5848a29c5990a02dba25c804b472848d24b944fc4fc6 +AUX nfs.confd 948 SHA256 22bba4ee5d58bae422650875c7c8a797a52fc121ddd02d48297c075b8a35401e SHA512 0981f9ea34d5aaf25b558aa1f4c32f6750b657b450d5d22b999e1556b583207c8d88b83f6f803747c56cc70531556f5a8741589125429f93d0bbc73ae31c137e WHIRLPOOL ff6db7d613126c4fd76a6b99dc432a44f086ea22c78a42e3bcb2df04b95c31e9552cb2c080345b71027c71f97b0b7470fd53ffb81502b3f77bc9bb80a38fe9cc +AUX nfs.initd 4378 SHA256 8df22f253770a24c6a53ce332d821ab680d0ede18d0e968c1c5d8b3796cb74be SHA512 1577a43b47ebf12261504dd1c9ae564e19d80edc424c4b1e308ac46b12907f6684242284f18a6cd2edafec88c815debf895b6c29d13b9bca59d6d7c883bc1f38 WHIRLPOOL da3762c3467af7d46aef1890aa9c95a85e759c6cab09a5590a00c8f6a37b600a6cf3d4c17b1593a3bc7556ad25bfe001ccabcad70bdc1a2848aa9f842e349d48 +AUX nfsmount.confd 326 SHA256 b9389e143c2c4f95c11f97a8a379e007f140559016f60011c9d2ff0935758bcb SHA512 6e23897885cc33c49d9c7353b456585a1e0c7300822edba81bc48ba4ccc18297adce137260cc0aa9487aa5ef0aab3eecf931532cfa5bd40fd03bc9e0ddacfb28 WHIRLPOOL 97939b074a9b5717184512088388c9c22a31f37009996b69137023a0f8a97ce6eb41f7cb0a25843ea088f00d37cb45f6b3bd1ba0f801de7cb8f6dc2e5d374dfb +AUX nfsmount.initd 1126 SHA256 b57637c7eb8e40b5cc1655e8afa69dc0aaecbd3186bdca3301586d1e9b797357 SHA512 e2c4d2bf9690b092d7062d95f4242e2591e3ed0aa8b9b36eae977d5d0350b0d90d339f7e75bdcc794abef27cf1541642a8a6dbbaed90e58cc823db4c92af9336 WHIRLPOOL 54a2bdb24015a6d8184fdde3351b152c5625cb6e4ff17876d592a1600fedec1724081b4ff233711ad9d290ea761827067c40ba8ae21121fc6066ba7ed230e483 +AUX rpc.gssd.initd 567 SHA256 00d9c29280a83e8458c33139d04a9b38c6fdba9d7cb9b420ca83bf6b10e6435d SHA512 cd4f763c7cced0eecb03e2d4c8fb1d5fbbddd119a014dee4e9cb881d3750fb01a50daa4475700914785cb1313ceef638b7de4d8dddac90cbab63888cc81938f6 WHIRLPOOL d9f4c381f18b76a2c5b1c0c2adb56b0005264a3230c436d4556c45e13372bea09cf1fc35f02d734cac7081322f72873e46d2b2d451334ad908f14ad7fcd54acc +AUX rpc.idmapd.initd 595 SHA256 3ce65326859c43983dad25ad2d4731488c488037796e39b6b5eda336e8bf81ef SHA512 624ac8c5a381a0ccc1bb7dfd06c080a9de85a9e94e1d4071a6ef401e1b20f0d05d767be5e85eea374c3a4c29218b3db6013383afa0bdd1a7f61b77260675bfdb WHIRLPOOL f25787957ec201bc97754c7864ada3e2c9be05bda054fc8ebdc29e6ebfa2280419d3dc44f54f71a1adf195f257e6e8292645b55e76006341bff101e5bddec94f +AUX rpc.pipefs.initd 822 SHA256 6503951b3c200ccf3f46396f7b9274f0a565807f7f6e561c17bed6b0133ae49a SHA512 d711406b29f6634fcde0f21157eb6b2230574e535c261c4478194c3c2c3ffa4bce7b326cbfa0e9f8e816c48b95a306a5cdbc94422db2acf64b48593637df133b WHIRLPOOL 4dec97b8883efdf03ef3692606baa430029e71e35cf34857f8dde287dba3d071a442ae03924c6a478f7fdf6fa79b211d39b08f16e241cbd0cfa31f763c028439 +AUX rpc.statd.initd 818 SHA256 0c7bd35a14da6c0c2577f09ae82a41ddb693a88157eeaf80684616f79be6c304 SHA512 e7c85a5437f65c82bcab6818fa3aa27fdf746ce745b41987d0e59d620b59529b7a8613aad59e831a5b46fee1fe4410d6982a3e76e7834c79675c4c271b0db3b0 WHIRLPOOL b3c6c4147634f3db39f0a50307a7433e0d28f8cf2d89452d90f9db1b56d55c41add68336640a442508ebfc75270dd627154af787b00f603659a5c730ab724340 +AUX rpc.svcgssd.initd 584 SHA256 f1c460d8b0e91e54a551397d755135d05a3728d81de596535bf8bda074455677 SHA512 844e8d41a6a8b632d98585724aca2e9ae596f72c67e17e4e8fb9eb81e6c58eed9e10cf8b2a96896dba8fd1efaa95d846954e712bdf3402a847ae17742dae2157 WHIRLPOOL f1e4a38168c112ce07e40432527a77e17aa80b4a37aeccb8b01a9e655f0437e67e4c12998d62ea7c162319cca956c18edd3cb3c64cfd8e17370782ea30fef677 +DIST nfs-utils-1.2.7.tar.bz2 2902130 SHA256 7ef8e0a8b22cd7ff33f3afd28e770d45643fae303468a180640c2967833fe75e SHA512 c63b28be8e7b9cbc3ccb4950f31fd30f3ddc9c8707dcad4c3f2ee78fb464df9e0f1f58dc0c47e530c5afaa604712b4dc5e15af795810374e833c09a19dfd32e1 WHIRLPOOL 785511e2eb03649027977d81f11d7a5b1f960d4fdc57b790af5a3d441aa63858d8c2876e851049ea1b799a93796b209c9a3d22837f3aa3744ba17395a4fc8dbc +EBUILD nfs-utils-1.2.7.ebuild 3776 SHA256 f383993ed7516032e11389b9b22251c831a235787830d0a1efb8f90e362bad26 SHA512 3987b65bf44276b4612d93c59ca302157abc21077a49aa87e10d7f4f6003199aad782215bdece20643997e7972297eddf2a0c87fc1803e5515bdc0dc4d2b17ac WHIRLPOOL 285e8ff734267ac8e9ba73d786f18814af5fc2043e733108af40c412e95b56c7783bfeaa0020d865087c6524e8b832dacd9f04cd0d63e28e211ed2f20f4c8f7d +MISC ChangeLog 33915 SHA256 ce464a74e4ba54679eb1afba7ccde1fe026026abaed116e69d268c428ee54261 SHA512 0843cc5a8452ebc4d52339a0b46269a7d96c0c032c6897b98eb8763fbdf79c9b6a1abceae24efa6024d44f4f34f2eabd2313767b840b8e531fa68bf3735e9e86 WHIRLPOOL b444df4809543e45cf4491d69638ac62752e4ac915d49f81a8c3e3320abcf6fc14c1e50116802b2598133e972012ce72010723c4087da8f84a3f68e439dea5d4 +MISC metadata.xml 668 SHA256 d9ecc29c31ebf779ec222513db190cc0e9d0737f806aea26913d097b09bbfa47 SHA512 2b269153829d1d8df6e97871814479af8fbe18a48cf0b6a33947212264875a4002feda4163b465b4a67e253e5f27e47badc53d414ebb9f3281253f813fa1dacd WHIRLPOOL a53c14f8e6f7cce4f75a7fda60d8b9f96a57eb3a877470906fa1c40befcd9791411934e7ab610ce612f6d42d4d953e0a2a78ffc9e21e9b98328a395c4de7daa8 diff --git a/net-fs/nfs-utils/files/exports b/net-fs/nfs-utils/files/exports new file mode 100644 index 00000000..5102ef27 --- /dev/null +++ b/net-fs/nfs-utils/files/exports @@ -0,0 +1 @@ +# /etc/exports: NFS file systems being exported. See exports(5). diff --git a/net-fs/nfs-utils/files/nfs-utils-1.1.4-mtab-sym.patch b/net-fs/nfs-utils/files/nfs-utils-1.1.4-mtab-sym.patch new file mode 100644 index 00000000..c9e60afc --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-1.1.4-mtab-sym.patch @@ -0,0 +1,39 @@ +ripped from Debian + +--- nfs-utils-1.1.4/utils/mount/fstab.c ++++ nfs-utils-1.1.4/utils/mount/fstab.c +@@ -57,7 +57,7 @@ mtab_does_not_exist(void) { + return var_mtab_does_not_exist; + } + +-static int ++int + mtab_is_a_symlink(void) { + get_mtab_info(); + return var_mtab_is_a_symlink; +--- nfs-utils-1.1.4/utils/mount/fstab.h ++++ nfs-utils-1.1.4/utils/mount/fstab.h +@@ -7,6 +7,7 @@ + #define _PATH_FSTAB "/etc/fstab" + #endif + ++int mtab_is_a_symlink(void); + int mtab_is_writable(void); + int mtab_does_not_exist(void); + void reset_mtab_info(void); +--- nfs-utils-1.1.4/utils/mount/mount.c ++++ nfs-utils-1.1.4/utils/mount/mount.c +@@ -230,6 +230,13 @@ create_mtab (void) { + int flags; + mntFILE *mfp; + ++ /* Avoid writing if the mtab is a symlink to /proc/mounts, since ++ that would create a file /proc/mounts in case the proc filesystem ++ is not mounted, and the fchmod below would also fail. */ ++ if (mtab_is_a_symlink()) { ++ return EX_SUCCESS; ++ } ++ + lock_mtab(); + + mfp = nfs_setmntent (MOUNTED, "a+"); diff --git a/net-fs/nfs-utils/files/nfs-utils-1.2.6-cross-build.patch b/net-fs/nfs-utils/files/nfs-utils-1.2.6-cross-build.patch new file mode 100644 index 00000000..2becf943 --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-1.2.6-cross-build.patch @@ -0,0 +1,69 @@ +this is kind of hacky, but automake doesn't make this easy +for us atm, so hack away :( + +(recent autotools will always add $(CFLAGS)/etc... to the compile) + +--- a/tools/locktest/Makefile.am ++++ b/tools/locktest/Makefile.am +@@ -1,12 +1,11 @@ + ## Process this file with automake to produce Makefile.in + + CC=$(CC_FOR_BUILD) +-LIBTOOL = @LIBTOOL@ --tag=CC ++CFLAGS=$(CFLAGS_FOR_BUILD) ++CPPFLAGS=$(CPPFLAGS_FOR_BUILD) ++LDFLAGS=$(LDFLAGS_FOR_BUILD) + + noinst_PROGRAMS = testlk + testlk_SOURCES = testlk.c +-testlk_CFLAGS=$(CFLAGS_FOR_BUILD) +-testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) +-testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD) + + MAINTAINERCLEANFILES = Makefile.in +--- a/tools/rpcdebug/Makefile.am ++++ b/tools/rpcdebug/Makefile.am +@@ -1,15 +1,14 @@ + ## Process this file with automake to produce Makefile.in + + CC=$(CC_FOR_BUILD) +-LIBTOOL = @LIBTOOL@ --tag=CC ++CFLAGS=$(CFLAGS_FOR_BUILD) ++CPPFLAGS=$(CPPFLAGS_FOR_BUILD) ++LDFLAGS=$(LDFLAGS_FOR_BUILD) + + man8_MANS = rpcdebug.man + EXTRA_DIST = $(man8_MANS) + + sbin_PROGRAMS = rpcdebug + rpcdebug_SOURCES = rpcdebug.c +-rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD) +-rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include +-rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD) + + MAINTAINERCLEANFILES = Makefile.in +--- a/tools/rpcgen/Makefile.am ++++ b/tools/rpcgen/Makefile.am +@@ -1,7 +1,9 @@ + ## Process this file with automake to produce Makefile.in + + CC=$(CC_FOR_BUILD) +-LIBTOOL = @LIBTOOL@ --tag=CC ++CFLAGS=$(CFLAGS_FOR_BUILD) ++CPPFLAGS=$(CPPFLAGS_FOR_BUILD) ++LDFLAGS=$(LDFLAGS_FOR_BUILD) + + noinst_PROGRAMS = rpcgen + rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \ +@@ -9,10 +11,6 @@ + rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \ + rpc_scan.h rpc_util.h + +-rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD) +-rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD) +-rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD) +-rpcgen_LDADD=$(LIBTIRPC) + + MAINTAINERCLEANFILES = Makefile.in + + EXTRA_DIST = rpcgen.new.1 diff --git a/net-fs/nfs-utils/files/nfs-utils-1.2.7-heomdal.patch b/net-fs/nfs-utils/files/nfs-utils-1.2.7-heomdal.patch new file mode 100644 index 00000000..3df950a1 --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-1.2.7-heomdal.patch @@ -0,0 +1,180 @@ +--- nfs-utils-1.2.3.dist/aclocal/rpcsec_vers.m4.orig 2010-09-28 14:24:16.000000000 +0200 ++++ nfs-utils-1.2.3.dist/aclocal/rpcsec_vers.m4 2010-10-03 14:53:06.379424854 +0200 +@@ -1,7 +1,10 @@ + dnl Checks librpcsec version + AC_DEFUN([AC_RPCSEC_VERSION], [ + +- PKG_CHECK_MODULES([GSSGLUE], [libgssglue >= 0.3]) ++ dnl libgssglue is needed only for MIT Kerberos ++ if test "$gssapi_lib" = gssapi_krb5; then ++ PKG_CHECK_MODULES([GSSGLUE], [libgssglue >= 0.3]) ++ fi + + dnl TI-RPC replaces librpcsecgss + if test "$enable_tirpc" = no; then +--- nfs-utils-1.2.3.dist/aclocal/kerberos5.m4~ 2010-09-28 14:24:16.000000000 +0200 ++++ nfs-utils-1.2.3.dist/aclocal/kerberos5.m4 2010-10-03 14:13:17.274424855 +0200 +@@ -32,14 +32,14 @@ + fi + if test "$K5CONFIG" != ""; then + KRBCFLAGS=`$K5CONFIG --cflags` +- KRBLIBS=`$K5CONFIG --libs` +- K5VERS=`$K5CONFIG --version | head -n 1 | awk '{split($(4),v,"."); if (v@<:@"3"@:>@ == "") v@<:@"3"@:>@ = "0"; print v@<:@"1"@:>@v@<:@"2"@:>@v@<:@"3"@:>@ }'` ++ KRBLIBS=`$K5CONFIG --libs gssapi` + AC_DEFINE_UNQUOTED(KRB5_VERSION, $K5VERS, [Define this as the Kerberos version number]) + if test -f $dir/include/gssapi/gssapi_krb5.h -a \ + \( -f $dir/lib/libgssapi_krb5.a -o \ + -f $dir/lib64/libgssapi_krb5.a -o \ + -f $dir/lib64/libgssapi_krb5.so -o \ + -f $dir/lib/libgssapi_krb5.so \) ; then ++ K5VERS=`$K5CONFIG --version | head -n 1 | awk '{split($(4),v,"."); if (v@<:@"3"@:>@ == "") v@<:@"3"@:>@ = "0"; print v@<:@"1"@:>@v@<:@"2"@:>@v@<:@"3"@:>@ }'` + AC_DEFINE(HAVE_KRB5, 1, [Define this if you have MIT Kerberos libraries]) + KRBDIR="$dir" + dnl If we are using MIT K5 1.3.1 and before, we *MUST* use the +@@ -56,7 +56,11 @@ + dnl of Heimdal Kerberos on SuSe + elif test \( -f $dir/include/heim_err.h -o\ + -f $dir/include/heimdal/heim_err.h \) -a \ +- -f $dir/lib/libroken.a; then ++ \( -f $dir/lib/libroken.a -o \ ++ -f $dir/lib64/libroken.a -o \ ++ -f $dir/lib64/libroken.so -o \ ++ -f $dir/lib/libroken.so \) ; then ++ K5VERS=`$K5CONFIG --version | head -n 1 | awk '{split($(2),v,"."); if (v@<:@"3"@:>@ == "") v@<:@"3"@:>@ = "0"; print v@<:@"1"@:>@v@<:@"2"@:>@v@<:@"3"@:>@ }'` + AC_DEFINE(HAVE_HEIMDAL, 1, [Define this if you have Heimdal Kerberos libraries]) + KRBDIR="$dir" + gssapi_lib=gssapi +--- nfs-utils-1.2.3.dist/utils/gssd/context_lucid.c.orig 2010-09-28 14:24:16.000000000 +0200 ++++ nfs-utils-1.2.3.dist/utils/gssd/context_lucid.c 2010-10-03 14:31:31.150424854 +0200 +@@ -267,8 +267,13 @@ + int retcode = 0; + + printerr(2, "DEBUG: %s: lucid version!\n", __FUNCTION__); ++#ifdef HAVE_HEIMDAL ++ maj_stat = gss_krb5_export_lucid_sec_context(&min_stat, &ctx, ++ 1, &return_ctx); ++#else + maj_stat = gss_export_lucid_sec_context(&min_stat, &ctx, + 1, &return_ctx); ++#endif + if (maj_stat != GSS_S_COMPLETE) { + pgsserr("gss_export_lucid_sec_context", + maj_stat, min_stat, &krb5oid); +@@ -303,7 +308,11 @@ + else + retcode = prepare_krb5_rfc4121_buffer(lctx, buf, endtime); + ++#ifdef HAVE_HEIMDAL ++ maj_stat = gss_krb5_free_lucid_sec_context(&min_stat, return_ctx); ++#else + maj_stat = gss_free_lucid_sec_context(&min_stat, ctx, return_ctx); ++#endif + if (maj_stat != GSS_S_COMPLETE) { + pgsserr("gss_export_lucid_sec_context", + maj_stat, min_stat, &krb5oid); +--- nfs-utils-1.2.3.dist/utils/gssd/krb5_util.c.orig 2010-09-28 14:24:16.000000000 +0200 ++++ nfs-utils-1.2.3.dist/utils/gssd/krb5_util.c 2010-10-03 14:33:07.992424854 +0200 +@@ -115,7 +115,7 @@ + #include + #include + #include +-#ifdef USE_PRIVATE_KRB5_FUNCTIONS ++#ifdef HAVE_HEIMDAL + #include + #endif + #include +@@ -927,9 +927,37 @@ + { + krb5_error_code ret; + krb5_creds creds; +- krb5_cc_cursor cur; + int found = 0; + ++#ifdef HAVE_HEIMDAL ++ krb5_creds pattern; ++ krb5_const_realm client_realm; ++ ++ krb5_cc_clear_mcred(&pattern); ++ ++ client_realm = krb5_principal_get_realm (context, principal); ++ ++ ret = krb5_make_principal (context, &pattern.server, ++ client_realm, KRB5_TGS_NAME, client_realm, ++ NULL); ++ if (ret) ++ krb5_err (context, 1, ret, "krb5_make_principal"); ++ pattern.client = principal; ++ ++ ret = krb5_cc_retrieve_cred (context, ccache, 0, &pattern, &creds); ++ krb5_free_principal (context, pattern.server); ++ if (ret) { ++ if (ret == KRB5_CC_END) ++ return 1; ++ krb5_err (context, 1, ret, "krb5_cc_retrieve_cred"); ++ } ++ ++ found = creds.times.endtime > time(NULL); ++ ++ krb5_free_cred_contents (context, &creds); ++#else ++ krb5_cc_cursor cur; ++ + ret = krb5_cc_start_seq_get(context, ccache, &cur); + if (ret) + return 0; +@@ -949,6 +977,7 @@ + krb5_free_cred_contents(context, &creds); + } + krb5_cc_end_seq_get(context, ccache, &cur); ++#endif + + return found; + } +@@ -995,6 +1024,9 @@ + } + krb5_free_principal(context, principal); + err_princ: ++#ifdef HAVE_HEIMDAL ++#define KRB5_TC_OPENCLOSE 0x00000001 ++#endif + krb5_cc_set_flags(context, ccache, KRB5_TC_OPENCLOSE); + krb5_cc_close(context, ccache); + err_cache: +@@ -1316,12 +1316,21 @@ + * If we failed for any reason to produce global + * list of supported enctypes, use local default here. + */ ++#ifdef HAVE_HEIMDAL ++ if (krb5_enctypes == NULL || limit_to_legacy_enctypes) ++ maj_stat = gss_krb5_set_allowable_enctypes(&min_stat, credh, ++ num_enctypes, enctypes); ++ else ++ maj_stat = gss_krb5_set_allowable_enctypes(&min_stat, credh, ++ num_krb5_enctypes, krb5_enctypes); ++#else + if (krb5_enctypes == NULL || limit_to_legacy_enctypes) + maj_stat = gss_set_allowable_enctypes(&min_stat, credh, + &krb5oid, num_enctypes, enctypes); + else + maj_stat = gss_set_allowable_enctypes(&min_stat, credh, + &krb5oid, num_krb5_enctypes, krb5_enctypes); ++#endif + + if (maj_stat != GSS_S_COMPLETE) { + pgsserr("gss_set_allowable_enctypes", +--- nfs-utils-1.2.4/utils/gssd/svcgssd_krb5.c~ 2011-06-30 15:00:42.000000000 +0200 ++++ nfs-utils-1.2.4/utils/gssd/svcgssd_krb5.c 2011-08-03 12:40:53.865782009 +0200 +@@ -186,8 +186,13 @@ + num_enctypes = default_num_enctypes; + } + ++#ifdef HAVE_HEIMDAL ++ maj_stat = gss_krb5_set_allowable_enctypes(&min_stat, gssd_creds, ++ num_enctypes, enctypes); ++#else + maj_stat = gss_set_allowable_enctypes(&min_stat, gssd_creds, + &krb5oid, num_enctypes, enctypes); ++#endif + if (maj_stat != GSS_S_COMPLETE) { + printerr(1, "WARNING: gss_set_allowable_enctypes failed\n"); + pgsserr("svcgssd_limit_krb5_enctypes: gss_set_allowable_enctypes", diff --git a/net-fs/nfs-utils/files/nfs-utils-1.2.7-libio.patch b/net-fs/nfs-utils/files/nfs-utils-1.2.7-libio.patch new file mode 100644 index 00000000..056ae7db --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-1.2.7-libio.patch @@ -0,0 +1,50 @@ +https://bugs.gentoo.org/459200 + +From 2d9fb08c588970b842ce2a609088079181e6aafb Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 24 Mar 2013 17:41:19 -0400 +Subject: [PATCH [nfs-utils]] check for libio.h availability + +On some systems (like uClibc), there isn't a libio.h header. But it +isn't also needed on them. So check for the header first. + +Signed-off-by: Mike Frysinger +--- + configure.ac | 2 +- + support/include/sockaddr.h | 6 ++++++ + 2 files changed, 7 insertions(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index f461219..cc7f3b4 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -358,7 +358,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \ + stdlib.h string.h sys/file.h sys/ioctl.h sys/mount.h \ + sys/param.h sys/socket.h sys/time.h sys/vfs.h \ + syslog.h unistd.h com_err.h et/com_err.h \ +- ifaddrs.h nfs-plugin.h]) ++ ifaddrs.h nfs-plugin.h libio.h]) + + dnl ************************************************************* + dnl Checks for typedefs, structures, and compiler characteristics +diff --git a/support/include/sockaddr.h b/support/include/sockaddr.h +index 72766db..a1c30f9 100644 +--- a/support/include/sockaddr.h ++++ b/support/include/sockaddr.h +@@ -20,7 +20,13 @@ + #ifndef NFS_UTILS_SOCKADDR_H + #define NFS_UTILS_SOCKADDR_H + ++#ifdef HAVE_CONFIG_H ++#include ++#endif ++ ++#ifdef HAVE_LIBIO_H + #include ++#endif + #include + #include + #include +-- +1.8.1.2 + diff --git a/net-fs/nfs-utils/files/nfs-utils-1.2.7-nfsiostat-python3.patch b/net-fs/nfs-utils/files/nfs-utils-1.2.7-nfsiostat-python3.patch new file mode 100644 index 00000000..994fc726 --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-1.2.7-nfsiostat-python3.patch @@ -0,0 +1,287 @@ +From b0e3dc0c1332884a82f509f98434abd78358c7ed Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 24 Mar 2013 15:59:12 -0400 +Subject: [PATCH] nfsiostat: make it work w/python3 + +Simple fixes here to work with python 2 & 3: + - use print() everywhere + - dict.iteritems() -> dict.items() + - file() -> open() + - sys.maxint -> sys.maxsize + +Signed-off-by: Mike Frysinger +--- + tools/nfs-iostat/nfs-iostat.py | 130 +++++++++++++++++++++-------------------- + 1 file changed, 66 insertions(+), 64 deletions(-) + +diff --git a/tools/nfs-iostat/nfs-iostat.py b/tools/nfs-iostat/nfs-iostat.py +index d909632..dfbef87 100644 +--- a/tools/nfs-iostat/nfs-iostat.py ++++ b/tools/nfs-iostat/nfs-iostat.py +@@ -3,6 +3,8 @@ + """Emulate iostat for NFS mount points using /proc/self/mountstats + """ + ++from __future__ import print_function ++ + __copyright__ = """ + Copyright (C) 2005, Chuck Lever + +@@ -201,9 +203,9 @@ class DeviceData: + result = DeviceData() + + # copy self into result +- for key, value in self.__nfs_data.iteritems(): ++ for key, value in self.__nfs_data.items(): + result.__nfs_data[key] = value +- for key, value in self.__rpc_data.iteritems(): ++ for key, value in self.__rpc_data.items(): + result.__rpc_data[key] = value + + # compute the difference of each item in the list +@@ -233,9 +235,9 @@ class DeviceData: + client_bytes_read = float(nfs_stats['serverreadbytes'] - nfs_stats['directreadbytes']) + ratio = ((app_bytes_read - client_bytes_read) * 100) / app_bytes_read + +- print +- print 'app bytes: %f client bytes %f' % (app_bytes_read, client_bytes_read) +- print 'Data cache hit ratio: %4.2f%%' % ratio ++ print() ++ print('app bytes: %f client bytes %f' % (app_bytes_read, client_bytes_read)) ++ print('Data cache hit ratio: %4.2f%%' % ratio) + + def __print_attr_cache_stats(self, sample_time): + """Print attribute cache efficiency stats +@@ -255,13 +257,13 @@ class DeviceData: + data_invalidates = float(nfs_stats['datainvalidates']) + attr_invalidates = float(nfs_stats['attrinvalidates']) + +- print +- print '%d inode revalidations, hitting in cache %4.2f%% of the time' % \ +- (revalidates, ratio) +- print '%d open operations (mandatory GETATTR requests)' % opens ++ print() ++ print('%d inode revalidations, hitting in cache %4.2f%% of the time' % \ ++ (revalidates, ratio)) ++ print('%d open operations (mandatory GETATTR requests)' % opens) + if getattr_ops != 0: +- print '%4.2f%% of GETATTRs resulted in data cache invalidations' % \ +- ((data_invalidates * 100) / getattr_ops) ++ print('%4.2f%% of GETATTRs resulted in data cache invalidations' % \ ++ ((data_invalidates * 100) / getattr_ops)) + + def __print_dir_cache_stats(self, sample_time): + """Print directory stats +@@ -277,13 +279,13 @@ class DeviceData: + lookups = nfs_stats['vfslookup'] + getdents = nfs_stats['vfsreaddir'] + +- print +- print '%d open operations (pathname lookups)' % opens +- print '%d dentry revalidates and %d vfs lookup requests' % \ +- (dentry_revals, lookups), +- print 'resulted in %d LOOKUPs on the wire' % lookup_ops +- print '%d vfs getdents calls resulted in %d READDIRs on the wire' % \ +- (getdents, readdir_ops) ++ print() ++ print('%d open operations (pathname lookups)' % opens) ++ print('%d dentry revalidates and %d vfs lookup requests' % \ ++ (dentry_revals, lookups)) ++ print('resulted in %d LOOKUPs on the wire' % lookup_ops) ++ print('%d vfs getdents calls resulted in %d READDIRs on the wire' % \ ++ (getdents, readdir_ops)) + + def __print_page_stats(self, sample_time): + """Print page cache stats +@@ -297,33 +299,33 @@ class DeviceData: + vfswritepages = nfs_stats['vfswritepages'] + pages_written = nfs_stats['writepages'] + +- print +- print '%d nfs_readpage() calls read %d pages' % \ +- (vfsreadpage, vfsreadpage) +- print '%d nfs_readpages() calls read %d pages' % \ +- (vfsreadpages, pages_read - vfsreadpage), ++ print() ++ print('%d nfs_readpage() calls read %d pages' % \ ++ (vfsreadpage, vfsreadpage)) ++ print('%d nfs_readpages() calls read %d pages' % \ ++ (vfsreadpages, pages_read - vfsreadpage)) + if vfsreadpages != 0: +- print '(%.1f pages per call)' % \ +- (float(pages_read - vfsreadpage) / vfsreadpages) ++ print('(%.1f pages per call)' % \ ++ (float(pages_read - vfsreadpage) / vfsreadpages)) + else: +- print +- +- print +- print '%d nfs_updatepage() calls' % nfs_stats['vfsupdatepage'] +- print '%d nfs_writepage() calls wrote %d pages' % \ +- (vfswritepage, vfswritepage) +- print '%d nfs_writepages() calls wrote %d pages' % \ +- (vfswritepages, pages_written - vfswritepage), ++ print() ++ ++ print() ++ print('%d nfs_updatepage() calls' % nfs_stats['vfsupdatepage']) ++ print('%d nfs_writepage() calls wrote %d pages' % \ ++ (vfswritepage, vfswritepage)) ++ print('%d nfs_writepages() calls wrote %d pages' % \ ++ (vfswritepages, pages_written - vfswritepage)) + if (vfswritepages) != 0: +- print '(%.1f pages per call)' % \ +- (float(pages_written - vfswritepage) / vfswritepages) ++ print('(%.1f pages per call)' % \ ++ (float(pages_written - vfswritepage) / vfswritepages)) + else: +- print ++ print() + + congestionwaits = nfs_stats['congestionwait'] + if congestionwaits != 0: +- print +- print '%d congestion waits' % congestionwaits ++ print() ++ print('%d congestion waits' % congestionwaits) + + def __print_rpc_op_stats(self, op, sample_time): + """Print generic stats for one RPC op +@@ -351,15 +353,15 @@ class DeviceData: + exe_per_op = 0.0 + + op += ':' +- print '%s' % op.lower().ljust(15), +- print ' ops/s\t\t kB/s\t\t kB/op\t\tretrans\t\tavg RTT (ms)\tavg exe (ms)' ++ print('%s' % op.lower().ljust(15)) ++ print(' ops/s\t\t kB/s\t\t kB/op\t\tretrans\t\tavg RTT (ms)\tavg exe (ms)') + +- print '\t\t%7.3f' % (ops / sample_time), +- print '\t%7.3f' % (kilobytes / sample_time), +- print '\t%7.3f' % kb_per_op, +- print ' %7d (%3.1f%%)' % (retrans, retrans_percent), +- print '\t%7.3f' % rtt_per_op, +- print '\t%7.3f' % exe_per_op ++ print('\t\t%7.3f' % (ops / sample_time)) ++ print('\t%7.3f' % (kilobytes / sample_time)) ++ print('\t%7.3f' % kb_per_op) ++ print(' %7d (%3.1f%%)' % (retrans, retrans_percent)) ++ print('\t%7.3f' % rtt_per_op) ++ print('\t%7.3f' % exe_per_op) + + def ops(self, sample_time): + sends = float(self.__rpc_data['rpcsends']) +@@ -384,14 +386,14 @@ class DeviceData: + else: + backlog = 0.0 + +- print +- print '%s mounted on %s:' % \ +- (self.__nfs_data['export'], self.__nfs_data['mountpoint']) +- print ++ print() ++ print('%s mounted on %s:' % \ ++ (self.__nfs_data['export'], self.__nfs_data['mountpoint'])) ++ print() + +- print ' op/s\t\trpc bklog' +- print '%7.2f' % (sends / sample_time), +- print '\t%7.2f' % backlog ++ print(' op/s\t\trpc bklog') ++ print('%7.2f' % (sends / sample_time)) ++ print('\t%7.2f' % backlog) + + if which == 0: + self.__print_rpc_op_stats('READ', sample_time) +@@ -424,7 +426,7 @@ def parse_stats_file(filename): + ms_dict = dict() + key = '' + +- f = file(filename) ++ f = open(filename) + for line in f.readlines(): + words = line.split() + if len(words) == 0: +@@ -494,7 +496,7 @@ def list_nfs_mounts(givenlist, mountstats): + if stats.is_nfs_mountpoint(): + list += [device] + else: +- for device, descr in mountstats.iteritems(): ++ for device, descr in mountstats.items(): + stats = DeviceData() + stats.parse_stats(descr) + if stats.is_nfs_mountpoint(): +@@ -527,7 +529,7 @@ client are listed. + usage="usage: %prog [ [ ] ] [ ] [ ]", + description=mydescription, + version='version %s' % Iostats_version) +- parser.set_defaults(which=0, sort=False, list=sys.maxint) ++ parser.set_defaults(which=0, sort=False, list=sys.maxsize) + + statgroup = OptionGroup(parser, "Statistics Options", + 'File I/O is displayed unless one of the following is specified:') +@@ -572,29 +574,29 @@ client are listed. + try: + interval = int(arg) + except: +- print 'Illegal value %s' % arg ++ print('Illegal value %s' % arg) + return + if interval > 0: + interval_seen = True + else: +- print 'Illegal value %s' % arg ++ print('Illegal value %s' % arg) + return + elif not count_seen: + try: + count = int(arg) + except: +- print 'Ilegal value %s' % arg ++ print('Ilegal value %s' % arg) + return + if count > 0: + count_seen = True + else: +- print 'Illegal value %s' % arg ++ print('Illegal value %s' % arg) + return + + # make certain devices contains only NFS mount points + devices = list_nfs_mounts(origdevices, mountstats) + if len(devices) == 0: +- print 'No NFS mount points were found' ++ print('No NFS mount points were found') + return + + +@@ -616,7 +618,7 @@ client are listed. + # we need to recheck the devices list when reparsing + devices = list_nfs_mounts(origdevices,mountstats) + if len(devices) == 0: +- print 'No NFS mount points were found' ++ print('No NFS mount points were found') + return + count -= 1 + else: +@@ -630,7 +632,7 @@ client are listed. + # we need to recheck the devices list when reparsing + devices = list_nfs_mounts(origdevices,mountstats) + if len(devices) == 0: +- print 'No NFS mount points were found' ++ print('No NFS mount points were found') + return + + # +@@ -641,7 +643,7 @@ prog = os.path.basename(sys.argv[0]) + try: + iostat_command(prog) + except KeyboardInterrupt: +- print 'Caught ^C... exiting' ++ print('Caught ^C... exiting') + sys.exit(1) + + sys.exit(0) +-- +1.8.1.2 + diff --git a/net-fs/nfs-utils/files/nfs.confd b/net-fs/nfs-utils/files/nfs.confd new file mode 100644 index 00000000..d4934008 --- /dev/null +++ b/net-fs/nfs-utils/files/nfs.confd @@ -0,0 +1,38 @@ +# /etc/conf.d/nfs + +# If you wish to set the port numbers for lockd, +# please see /etc/sysctl.conf + +# Optional services to include in default `/etc/init.d/nfs start` +# For NFSv4 users, you'll want to add "rpc.idmapd" here. +NFS_NEEDED_SERVICES="" + +# Number of servers to be started up by default +OPTS_RPC_NFSD="8" + +# Options to pass to rpc.mountd +# ex. OPTS_RPC_MOUNTD="-p 32767" +OPTS_RPC_MOUNTD="" + +# Options to pass to rpc.statd +# ex. OPTS_RPC_STATD="-p 32765 -o 32766" +OPTS_RPC_STATD="" + +# Options to pass to rpc.idmapd +OPTS_RPC_IDMAPD="" + +# Options to pass to rpc.gssd +OPTS_RPC_GSSD="" + +# Options to pass to rpc.svcgssd +OPTS_RPC_SVCGSSD="" + +# Options to pass to rpc.rquotad (requires sys-fs/quota) +OPTS_RPC_RQUOTAD="" + +# Timeout (in seconds) for exportfs +EXPORTFS_TIMEOUT=30 + +# Options to set in the nfsd filesystem (/proc/fs/nfsd/). +# Format is