From a11ad387d2be7fe5c5a7a7ef6d919160c6a513ed Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 21 Jun 2016 15:57:44 -0700 Subject: [PATCH] bump(sys-fs/quota): sync with upstream --- .../metadata/md5-cache/sys-fs/quota-3.14-r1 | 13 - .../metadata/md5-cache/sys-fs/quota-3.15 | 13 - .../metadata/md5-cache/sys-fs/quota-3.16 | 13 - .../metadata/md5-cache/sys-fs/quota-3.17 | 13 - .../metadata/md5-cache/sys-fs/quota-3.17-r1 | 2 +- .../metadata/md5-cache/sys-fs/quota-4.00 | 13 - .../metadata/md5-cache/sys-fs/quota-4.01 | 13 - .../metadata/md5-cache/sys-fs/quota-4.02 | 13 + .../metadata/md5-cache/sys-fs/quota-4.03 | 13 + .../portage-stable/sys-fs/quota/ChangeLog | 479 +++++------------- .../sys-fs/quota/ChangeLog-2015 | 404 +++++++++++++++ .../portage-stable/sys-fs/quota/Manifest | 68 +-- .../files/ldap-scripts/applySystemQuotas.pl | 104 ++++ .../quota/files/ldap-scripts/edquota_editor | 32 ++ .../quota/files/ldap-scripts/quota.schema | 18 + .../files/ldap-scripts/setSystemQuotas.pl | 140 +++++ .../quota/files/ldap-scripts/setquota-ldap.pl | 148 ++++++ .../quota/files/quota-3.06-no-stripping.patch | 11 - .../files/quota-3.13-configure-LANG.patch | 44 -- .../quota/files/quota-3.14-headers.patch | 10 - .../sys-fs/quota/files/quota-4.01-mnt.patch | 13 - .../files/quota-4.03-default_fpic_fpie.patch | 32 ++ .../quota-4.03-distribute_ldap-scripts.patch | 23 + .../quota-4.03-dont_override_cflags.patch | 22 + ...3-explicitely_print_disabled_options.patch | 69 +++ .../quota-4.03-fix_build_without_ldap.patch | 85 ++++ .../quota/files/quota-4.03-no_rpc.patch | 57 +++ .../files/quota-4.03-noldap_linking.patch | 75 +++ .../quota-4.03-repqouta_F_option_arg.patch | 27 + .../files/quota-4.03-respect_docdir.patch | 21 + .../sys-fs/quota/files/quota.rc | 34 -- .../sys-fs/quota/files/quota.rc6 | 27 - .../sys-fs/quota/files/quota.rc7 | 4 +- .../sys-fs/quota/files/rpc.rquotad.initd | 4 +- .../portage-stable/sys-fs/quota/metadata.xml | 12 +- .../sys-fs/quota/quota-3.14-r1.ebuild | 84 --- .../sys-fs/quota/quota-3.15.ebuild | 82 --- .../sys-fs/quota/quota-3.16.ebuild | 79 --- .../sys-fs/quota/quota-3.17-r1.ebuild | 6 +- .../sys-fs/quota/quota-3.17.ebuild | 80 --- .../{quota-4.01.ebuild => quota-4.02.ebuild} | 27 +- .../{quota-4.00.ebuild => quota-4.03.ebuild} | 44 +- 42 files changed, 1494 insertions(+), 977 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.14-r1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.15 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.16 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.00 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.01 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.02 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.03 create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog-2015 create mode 100755 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/applySystemQuotas.pl create mode 100755 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/edquota_editor create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/quota.schema create mode 100755 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setSystemQuotas.pl create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setquota-ldap.pl delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.06-no-stripping.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.13-configure-LANG.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.14-headers.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.01-mnt.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-explicitely_print_disabled_options.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-fix_build_without_ldap.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-no_rpc.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-noldap_linking.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-repqouta_F_option_arg.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-respect_docdir.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc6 delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.14-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.15.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.16.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17.ebuild rename sdk_container/src/third_party/portage-stable/sys-fs/quota/{quota-4.01.ebuild => quota-4.02.ebuild} (73%) rename sdk_container/src/third_party/portage-stable/sys-fs/quota/{quota-4.00.ebuild => quota-4.03.ebuild} (54%) diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.14-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.14-r1 deleted file mode 100644 index d15e936c85..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.14-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=ldap? ( net-nds/openldap ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=0 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=nls tcpd ldap rpc -KEYWORDS=alpha amd64 hppa ia64 ~mips ppc sparc x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( net-nds/openldap ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-3.14.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=32d5514bfbc18e475b7b5c5c69c06009 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.15 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.15 deleted file mode 100644 index 1ecfd50e42..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.15 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=0 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=nls tcpd ldap rpc -KEYWORDS=alpha amd64 hppa ia64 ~mips ppc sparc x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-3.15.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=16db06cbf41107f975cc3389e3b2ae25 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.16 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.16 deleted file mode 100644 index d08af72fc9..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.16 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=0 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=nls tcpd ldap rpc -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( net-nds/portmap ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-3.16.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=32c67503b61a417fc64faef830ca2b38 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17 deleted file mode 100644 index cfc8dae525..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( || ( net-nds/portmap net-nds/rpcbind ) ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=0 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=nls tcpd ldap rpc -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? ( || ( net-nds/portmap net-nds/rpcbind ) ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-3.17.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6de7a1e6188cdfead6d5c68c760f1ef5 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17-r1 index 7606f3f677..7aa70ec9ff 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17-r1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-3.17-r1 @@ -10,4 +10,4 @@ RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) tcpd? ( sys-apps/tcp-wrappers ) rpc? SLOT=0 SRC_URI=mirror://sourceforge/linuxquota/quota-3.17.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3b55f64d714c49246f93e8f93646a160 +_md5_=9559a309da801d7e5f1b429b9b75ecff diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.00 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.00 deleted file mode 100644 index fbc1ce0522..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.00 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:1.1 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=2 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=ldap netlink nls rpc tcpd -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:1.1 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-4.00.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=82066f4ecede651e28942b172efaff15 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.01 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.01 deleted file mode 100644 index 7c7227a498..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.01 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:1.1 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) nls? ( sys-devel/gettext ) -DESCRIPTION=Linux quota tools -EAPI=4 -HOMEPAGE=http://sourceforge.net/projects/linuxquota/ -IUSE=ldap netlink nls rpc tcpd -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:1.1 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) -SLOT=0 -SRC_URI=mirror://sourceforge/linuxquota/quota-4.01.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=539b2e59e314ac927b6d9fe06b706271 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.02 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.02 new file mode 100644 index 0000000000..08e2ade65e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.02 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) nls? ( sys-devel/gettext ) +DESCRIPTION=Linux quota tools +EAPI=4 +HOMEPAGE=http://sourceforge.net/projects/linuxquota/ +IUSE=ldap netlink nls rpc tcpd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 +LICENSE=GPL-2 +RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) +SLOT=0 +SRC_URI=mirror://sourceforge/linuxquota/quota-4.02.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=dffadc0dfde232bbe333b5687712a1cb diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.03 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.03 new file mode 100644 index 0000000000..8785df51bb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/quota-4.03 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) nls? ( sys-devel/gettext ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Linux quota tools +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/linuxquota/ +IUSE=ldap netlink nls rpc tcpd +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers ) +SLOT=0 +SRC_URI=mirror://sourceforge/linuxquota/quota-4.03.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=1b21ffc3626c7a28f06a3c81666634df diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog index eacebd45e4..ce31738d65 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog @@ -1,358 +1,125 @@ # ChangeLog for sys-fs/quota -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.64 2013/01/06 22:37:43 vapier Exp $ +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) + +*quota-4.02 (09 Aug 2015) +*quota-4.01 (09 Aug 2015) +*quota-3.17-r1 (09 Aug 2015) + + 09 Aug 2015; Robin H. Johnson + +files/quota-4.01-cflags.patch, +files/quota-4.01-mnt.patch, + +files/quota-no-quotactl-manpage.patch, +files/quota.confd, + +files/quota.rc7, +files/rpc.rquotad.initd, +metadata.xml, + +quota-3.17-r1.ebuild, +quota-4.01.ebuild, +quota-4.02.ebuild: + proj/gentoo: Initial commit + + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher + + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml + + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. + + Bug: https://bugs.gentoo.org/552720 + + 25 Oct 2015; Mike Frysinger quota-4.02.ebuild: + update libnl SLOT dep #563544 + + The 4.01 release used libnl:1.1, but the 4.02 release updated to libnl:3. + Update the dependency to match the source. + + 24 Nov 2015; Mike Frysinger metadata.xml: + standardize various metadata.xml style + + 24 Jan 2016; Michał Górny metadata.xml: + Unify quoting in metadata.xml files for machine processing + + Force unified quoting in all metadata.xml files since lxml does not + preserve original use of single and double quotes. Ensuring unified + quoting before the process allows distinguishing the GLEP 67-related + metadata.xml changes from unrelated quoting changes. + + 24 Jan 2016; Michał Górny metadata.xml: + Replace all herds with appropriate projects (GLEP 67) + + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. + + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) + +*quota-4.03 (15 Feb 2016) + + 15 Feb 2016; Lars Wendler + +files/quota-4.03-default_fpic_fpie.patch, + +files/quota-4.03-distribute_ldap-scripts.patch, + +files/quota-4.03-dont_override_cflags.patch, + +files/quota-4.03-explicitely_print_disabled_options.patch, + +files/quota-4.03-fix_build_without_ldap.patch, + +files/quota-4.03-no_rpc.patch, +files/quota-4.03-noldap_linking.patch, + +files/quota-4.03-repqouta_F_option_arg.patch, + +files/quota-4.03-respect_docdir.patch, +quota-4.03.ebuild: + Bump to version 4.03 + + Package-Manager: portage-2.2.27 + Signed-off-by: Lars Wendler + + 15 Feb 2016; Lars Wendler + -files/quota-4.01-cflags.patch, -files/quota-4.01-mnt.patch, + -quota-4.01.ebuild: + Removed old. + + Package-Manager: portage-2.2.27 + Signed-off-by: Lars Wendler + + 23 Feb 2016; Lars Wendler + +files/ldap-scripts/applySystemQuotas.pl, + +files/ldap-scripts/edquota_editor, +files/ldap-scripts/quota.schema, + +files/ldap-scripts/setSystemQuotas.pl, + +files/ldap-scripts/setquota-ldap.pl, quota-4.03.ebuild: + Install ldap-scripts with USE=ldap (bug #575424). + + Package-Manager: portage-2.2.27 + Signed-off-by: Lars Wendler + + 18 May 2016; Austin English files/quota.rc7, + files/rpc.rquotad.initd: + use #!/sbin/openrc-run instead of #!/sbin/runscript -*quota-4.01 (06 Jan 2013) - - 06 Jan 2013; Mike Frysinger +files/quota-4.01-mnt.patch, - +quota-4.01.ebuild: - Version bump #450614 by Agostino Sarubbo. - - 24 Dec 2012; Mike Frysinger quota-4.00.ebuild: - Use CC from configure #446277 by Julian Ospald. - - 08 Dec 2012; Mike Frysinger files/quota.rc6, - files/quota.rc7: - Use POSIX tests in init.d scripts #446279 by Julian Ospald. - - 04 Dec 2011; Mike Frysinger quota-4.00.ebuild: - Depend on SLOT 1.1 of libnl #393065 by Justin Lecher. - -*quota-4.00 (14 Sep 2011) - - 14 Sep 2011; Mike Frysinger +quota-4.00.ebuild, - metadata.xml: - Version bump #382797 by Justin Lecher. Add USE=netlink support #382801 by - Justin Lecher. - - 21 May 2011; Raúl Porcel quota-3.17-r1.ebuild: - alpha/ia64/sparc stable wrt #364361 - - 15 May 2011; Markus Meier quota-3.17-r1.ebuild: - arm stable, bug #364361 - - 13 May 2011; Jeroen Roovers quota-3.17-r1.ebuild: - Stable for HPPA (bug #364361). - - 09 May 2011; Pawel Hajdan jr quota-3.17-r1.ebuild: - x86 stable wrt bug #364361 - - 01 May 2011; Kacper Kowalik quota-3.17-r1.ebuild: - ppc/ppc64 stable wrt #364361 - - 26 Apr 2011; Markos Chandras quota-3.17-r1.ebuild: - Stable on amd64 wrt bug #364361 - - 22 Apr 2011; Justin Lecher quota-3.17.ebuild, - quota-3.17-r1.ebuild: - QA Notice: dodoc argument 'doc/CVS' is a directory, #364361 - - 18 Mar 2011; Raúl Porcel quota-3.17.ebuild: - arm stable - - 13 Mar 2011; Kacper Kowalik quota-3.17.ebuild: - ppc64 stable wrt #358375 - -*quota-3.17-r1 (03 Mar 2011) - - 03 Mar 2011; Justin Lecher +quota-3.17-r1.ebuild, - +files/quota.rc7: - Add check() to initscript, #357089 - - 26 Feb 2011; Kacper Kowalik quota-3.17.ebuild: - Marked ~ppc64 wrt #340455 - - 06 Feb 2011; Mart Raudsepp quota-3.14-r1.ebuild: - Drop to ~mips - - 30 Oct 2010; Markus Meier quota-3.17.ebuild: - add ~arm, bug #340455 - - 15 Jul 2009; nixnut quota-3.17.ebuild: - ppc stable #272531 - - 15 Jun 2009; Raúl Porcel quota-3.17.ebuild: - ia64/sparc stable wrt #272531 - - 11 Jun 2009; Jeroen Roovers quota-3.17.ebuild: - Stable for HPPA (bug #272531). - - 07 Jun 2009; Tobias Klausmann quota-3.17.ebuild: - Stable on alpha, bug #272531 - - 07 Jun 2009; Markus Meier quota-3.17.ebuild: - amd64/x86 stable, bug #272531 - - 04 Jun 2009; Mike Frysinger quota-3.17.ebuild: - Allow portmap or rpcbind #272422 by Kevin Bryan. - - 21 Jan 2009; Jeroen Roovers quota-3.15.ebuild: - Stable for HPPA (bug #247651). - -*quota-3.17 (05 Jan 2009) - - 05 Jan 2009; Mike Frysinger +quota-3.17.ebuild: - Version bump. - - 25 Nov 2008; Raúl Porcel quota-3.15.ebuild: - alpha/ia64/sparc stable wrt #247651 - - 22 Nov 2008; Markus Meier quota-3.15.ebuild: - amd64/x86 stable, bug #247651 - - 20 Nov 2008; Tobias Scherbaum quota-3.15.ebuild: - ppc stable, bug #247651 - -*quota-3.16 (20 Nov 2008) - - 20 Nov 2008; Mike Frysinger +quota-3.16.ebuild: - Version bump #247318 by Denis Cheng. - - 22 Aug 2008; Doug Goldstein metadata.xml: - add GLEP 56 USE flag desc from use.local.desc - - 28 Dec 2007; Robin H. Johnson quota-3.15.ebuild: - Fix ldap compile bug #203285. - -*quota-3.15 (24 Dec 2007) - - 24 Dec 2007; Mike Frysinger +quota-3.15.ebuild: - Version bump #200397 by Hanno Boeck. - - 12 Jul 2007; Jeroen Roovers quota-3.14-r1.ebuild: - Stable for HPPA (bug #184382). - - 07 Jul 2007; Joshua Kinard quota-3.14-r1.ebuild: - Stable on mips, per #184382. - - 07 Jul 2007; Raúl Porcel quota-3.14-r1.ebuild: - alpha/ia64 stable wrt #184382 - - 07 Jul 2007; Christian Faulhammer quota-3.14-r1.ebuild: - stable x86, bug 184382 - - 06 Jul 2007; Lars Weiler quota-3.14-r1.ebuild: - Stable on ppc; bug #184382. - - 06 Jul 2007; Gustavo Zacarias quota-3.14-r1.ebuild: - Stable on sparc wrt #184382 - - 06 Jul 2007; Christoph Mende quota-3.14-r1.ebuild: - Stable on amd64 wrt bug #184382 - - 06 Jul 2007; Mike Frysinger quota-3.14-r1.ebuild: - Add -DLDAP_DEPRECATED=1 to CPPFLAGS #183359 by Andrew Ross. - - 21 Jun 2007; Raúl Porcel quota-3.13.ebuild: - alpha stable wrt #172154, thanks to Tobias Klausmann for testing - - 17 Apr 2007; Christian Faulhammer quota-3.13.ebuild: - stable amd64, bug 172154 - -*quota-3.14-r1 (13 Apr 2007) - - 13 Apr 2007; Mike Frysinger +quota-3.14-r1.ebuild: - Dont install rpc stuf when USE=-rpc #174208 by Simon Arlott. - - 06 Apr 2007; Brent Baude quota-3.13.ebuild: - Marking quota ppc for bug #172154 - - 02 Apr 2007; Raúl Porcel quota-3.13.ebuild: - ia64 stable wrt bug 172154 - - 30 Mar 2007; Jeroen Roovers : - Stable for HPPA (bug #172154). - - 26 Mar 2007; Gustavo Zacarias quota-3.13.ebuild: - Stable on sparc wrt #172154 - - 25 Mar 2007; Andrej Kacian quota-3.13.ebuild: - Stable on x86, bug #172154. - -*quota-3.14 (25 Mar 2007) - - 25 Mar 2007; Mike Frysinger - +files/quota-3.14-headers.patch, +files/rpc.rquotad.initd, - +quota-3.14.ebuild: - Version bump. - - 22 Feb 2007; Markus Ullmann ChangeLog: - Redigest for Manifest2 - - 10 Jun 2006; Mike Frysinger - +files/quota-3.13-configure-LANG.patch, quota-3.13.ebuild: - Fix building in et_EE locale #131432 by Andres Toomsalu. - - 29 Apr 2006; Marien Zwart files/digest-quota-3.06, - files/digest-quota-3.06-r1, files/digest-quota-3.06-r2, - files/digest-quota-3.09, files/digest-quota-3.10, files/digest-quota-3.12, - files/digest-quota-3.12-r1, files/digest-quota-3.13, Manifest: - Fix SHA256 digests. - -*quota-3.13 (17 Aug 2005) - - 17 Aug 2005; Mike Frysinger +quota-3.13.ebuild: - Version bump. - - 17 Jun 2005; Michael Hanselmann quota-3.12.ebuild: - Stable on ppc. - - 03 Jun 2005; Mike Frysinger - +files/quota-3.06-no-stripping.patch, quota-3.12-r1.ebuild: - Touchups and dont strip binaries with `install`. - - 19 Mar 2005; Bryan Østergaard quota-3.12.ebuild: - Stable on alpha. - -*quota-3.12-r1 (07 Jan 2005) - - 07 Jan 2005; Robin H. Johnson files/quota.rc6, - +quota-3.12-r1.ebuild: - Add RPC support. Bug #59536: add ldap support. - - 03 Jan 2005; Ciaran McCreesh : - Change encoding to UTF-8 for GLEP 31 compliance - - 14 Dec 2004; Dylan Carlson quota-3.12.ebuild: - Stable on amd64. - - 01 Dec 2004; Gustavo Zacarias quota-3.12.ebuild: - Stable on sparc - - 29 Nov 2004; Mike Frysinger quota-3.12.ebuild: - Dont install files owned by glibc #70938 by Jakub Moc and make sure we - respect USE=-nls #44539 by Johan Petersson. - -*quota-3.12 (03 Oct 2004) - - 03 Oct 2004; Mike Frysinger +quota-3.12.ebuild: - Version bump #46636 by Max Kalika. - - 03 Sep 2004; Pieter Van den Abeele - quota-3.06-r2.ebuild: - Masked quota-3.06-r2.ebuild stable for ppc - - 01 Jul 2004; Jeremy Huddleston quota-3.06-r1.ebuild, - quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, - quota-3.10.ebuild: - virtual/glibc -> virtual/libc - - 25 Jun 2004; Danny van Dyk quota-3.06-r2.ebuild: - Marked stable on amd64. - - 11 Jun 2004; Bryan Østergaard quota-3.10.ebuild: - Stable on alpha. - - 27 Apr 2004; Aron Griffis quota-3.06-r1.ebuild, - quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, - quota-3.10.ebuild: - Add inherit eutils - - 06 Mar 2004; Martin Holzer quota-3.09.ebuild, - quota-3.10.ebuild, files/quota.rc, files/quota.rc6: - updating init script. closes 43413 - - 29 Jan 2004; quota-3.06-r2.ebuild: - stable on sparc - -*quota-3.10 (14 Jan 2004) - - 14 Jan 2004; Martin Holzer quota-3.09.ebuild, - quota-3.10.ebuild: - Version bumped and adding a note about services. Closes 21835 - - 29 Dec 2003; Seemant Kulleen files/quota.rc: - typo fix in the initscript, thanks to: crazor@web.de in bug #36636 - - 10 Dec 2003; Seemant Kulleen quota-3.06-r1.ebuild, - quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, - files/quota-no-quotactl-manpage.patch: - patch to make quotactl.2 manpage not install, because sys-apps/manpages offers - a better version - - 23 Nov 2003; Seemant Kulleen quota-3.06-r2.ebuild, - quota-3.09.ebuild: - fixed IUSE line, closing bug #34145 by Johan Petersson - -*quota-3.09 (02 Nov 2003) - - 02 Nov 2003; Martin Holzer quota-3.09.ebuild: - Version bumped. Closes #32363. - -*quota-3.06-r2 (28 Oct 2003) - - 28 Oct 2003; Martin Holzer quota-3.06-r2.ebuild: - Adding patch to make tcpd optional. Closes #22506. - - 28 Oct 2003; Martin Holzer quota-3.06-r1.ebuild, - quota-3.06.ebuild: - adding restrict nomirror - - 09 Sep 2003; Seemant Kulleen quota-3.06-r1.ebuild - quota-3.06.ebuild : - - Added tcp-wrappers to DEPEND, as it is required to build. Thanks to: Simon - Arlott in bug #26905 - - 31 Aug 2003; Jason Wever quota-3.06-r1.ebuild: - Marked stable on sparc to fix bug #26584. - - 24 Jun 2003; Aron Griffis quota-3.06.ebuild: - Mark stable on alpha - -*quota-3.06-r1 (9 Dec 2002) - - 05 Jan 2003; Seemant Kulleen quota-3.06-r1.ebuild : - - NLS bloat reduction. The upstream configure script needs to take care of - that, though :/ - - 9 Dec 2002; Joachim Blaabjerg quota-3.06-r1.ebuild : - - Added rc script from gregg@unix.net to -r1, and masked it for testing. - - 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords - - 3 Dec 2002; Joachim Blaabjerg quota-3.03.ebuild - quota-3.04.ebuild : - - Removed old ebuilds. I assumed it was safe, as none of them were keyworded - any different than 3.06, so I assumed they were obsolete. Kick me in the - nuts if I'm wrong. - -*quota-3.06 (23 Aug 2002) - - 23 Aug 2002; Joachim Blaabjerg quota-3.06.ebuild : - - Partially fixed bug #6723, now installing quotatab to /etc - -*quota-3.06 (16 Aug 2002) - - 16 Apr 2002; Joachim Blaabjerg quota-3.06.ebuild : - - Version bump. - -*quota-3.04 (14 Apr 2002) - - 20 Jul 2002; Mark Guertin quota-3.04.ebuild : - Added ppc to keywords - - 14 Jul 2002; phoen][x quota-3.04.ebuild : - Added LICENSE, KEYWORDS, SLOT. - - 14 Apr 2002; Joachim Blaabjerg quota-3.04.ebuild - - Version bump. - -*quota-3.03 (1 Feb 2002) - - 14 Jul 2002; phoen][x quota-3.03.ebuild : - Added LICENSE, KEYWORDS, SLOT. - - 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/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog-2015 new file mode 100644 index 0000000000..5c7dcc139b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/ChangeLog-2015 @@ -0,0 +1,404 @@ +# ChangeLog for sys-fs/quota +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.77 2015/05/11 19:20:49 zlogene Exp $ + + 11 May 2015; Mikle Kolyada quota-4.02.ebuild: + arm stable wrt bug #545586 + + 28 Apr 2015; Agostino Sarubbo quota-4.02.ebuild: + Stable for sparc, wrt bug #545586 + + 25 Apr 2015; Jeroen Roovers quota-4.02.ebuild: + Stable for PPC64 (bug #545586). + + 21 Apr 2015; Pacho Ramos quota-4.02.ebuild: + ppc stable wrt bug #545586 + + 19 Apr 2015; Agostino Sarubbo quota-4.02.ebuild: + Stable for x86, wrt bug #545586 + + 14 Apr 2015; Agostino Sarubbo quota-4.02.ebuild: + Stable for ia64, wrt bug #545586 + + 13 Apr 2015; Agostino Sarubbo quota-4.02.ebuild: + Stable for alpha, wrt bug #545586 + + 08 Apr 2015; Agostino Sarubbo quota-4.02.ebuild: + Stable for amd64, wrt bug #545586 + + 07 Apr 2015; Jeroen Roovers quota-4.02.ebuild: + Stable for HPPA (bug #545586). + + 21 Mar 2015; Justin Lecher quota-3.17-r1.ebuild: + use ecvs_clean + +*quota-4.02 (15 Dec 2014) + + 15 Dec 2014; Lars Wendler -quota-3.14-r1.ebuild, + -quota-3.15.ebuild, -quota-3.16.ebuild, -quota-3.17.ebuild, + -quota-4.00.ebuild, +quota-4.02.ebuild, -files/quota-3.06-no-stripping.patch, + -files/quota-3.13-configure-LANG.patch, -files/quota-3.14-headers.patch, + -files/quota.rc, -files/quota.rc6: + Version bump. Removed old. + + 21 Apr 2014; Julian Ospald quota-4.01.ebuild, + +files/quota-4.01-cflags.patch: + respect CFLAGS in linking command wrt #446281 + + 15 Apr 2013; Mike Frysinger quota-4.01.ebuild: + Avoid building rpc related code when USE=-rpc #465810 by darwinskernel. + +*quota-4.01 (06 Jan 2013) + + 06 Jan 2013; Mike Frysinger +files/quota-4.01-mnt.patch, + +quota-4.01.ebuild: + Version bump #450614 by Agostino Sarubbo. + + 24 Dec 2012; Mike Frysinger quota-4.00.ebuild: + Use CC from configure #446277 by Julian Ospald. + + 08 Dec 2012; Mike Frysinger files/quota.rc6, + files/quota.rc7: + Use POSIX tests in init.d scripts #446279 by Julian Ospald. + + 04 Dec 2011; Mike Frysinger quota-4.00.ebuild: + Depend on SLOT 1.1 of libnl #393065 by Justin Lecher. + +*quota-4.00 (14 Sep 2011) + + 14 Sep 2011; Mike Frysinger +quota-4.00.ebuild, + metadata.xml: + Version bump #382797 by Justin Lecher. Add USE=netlink support #382801 by + Justin Lecher. + + 21 May 2011; Raúl Porcel quota-3.17-r1.ebuild: + alpha/ia64/sparc stable wrt #364361 + + 15 May 2011; Markus Meier quota-3.17-r1.ebuild: + arm stable, bug #364361 + + 13 May 2011; Jeroen Roovers quota-3.17-r1.ebuild: + Stable for HPPA (bug #364361). + + 09 May 2011; Pawel Hajdan jr quota-3.17-r1.ebuild: + x86 stable wrt bug #364361 + + 01 May 2011; Kacper Kowalik quota-3.17-r1.ebuild: + ppc/ppc64 stable wrt #364361 + + 26 Apr 2011; Markos Chandras quota-3.17-r1.ebuild: + Stable on amd64 wrt bug #364361 + + 22 Apr 2011; Justin Lecher quota-3.17.ebuild, + quota-3.17-r1.ebuild: + QA Notice: dodoc argument 'doc/CVS' is a directory, #364361 + + 18 Mar 2011; Raúl Porcel quota-3.17.ebuild: + arm stable + + 13 Mar 2011; Kacper Kowalik quota-3.17.ebuild: + ppc64 stable wrt #358375 + +*quota-3.17-r1 (03 Mar 2011) + + 03 Mar 2011; Justin Lecher +quota-3.17-r1.ebuild, + +files/quota.rc7: + Add check() to initscript, #357089 + + 26 Feb 2011; Kacper Kowalik quota-3.17.ebuild: + Marked ~ppc64 wrt #340455 + + 06 Feb 2011; Mart Raudsepp quota-3.14-r1.ebuild: + Drop to ~mips + + 30 Oct 2010; Markus Meier quota-3.17.ebuild: + add ~arm, bug #340455 + + 15 Jul 2009; nixnut quota-3.17.ebuild: + ppc stable #272531 + + 15 Jun 2009; Raúl Porcel quota-3.17.ebuild: + ia64/sparc stable wrt #272531 + + 11 Jun 2009; Jeroen Roovers quota-3.17.ebuild: + Stable for HPPA (bug #272531). + + 07 Jun 2009; Tobias Klausmann quota-3.17.ebuild: + Stable on alpha, bug #272531 + + 07 Jun 2009; Markus Meier quota-3.17.ebuild: + amd64/x86 stable, bug #272531 + + 04 Jun 2009; Mike Frysinger quota-3.17.ebuild: + Allow portmap or rpcbind #272422 by Kevin Bryan. + + 21 Jan 2009; Jeroen Roovers quota-3.15.ebuild: + Stable for HPPA (bug #247651). + +*quota-3.17 (05 Jan 2009) + + 05 Jan 2009; Mike Frysinger +quota-3.17.ebuild: + Version bump. + + 25 Nov 2008; Raúl Porcel quota-3.15.ebuild: + alpha/ia64/sparc stable wrt #247651 + + 22 Nov 2008; Markus Meier quota-3.15.ebuild: + amd64/x86 stable, bug #247651 + + 20 Nov 2008; Tobias Scherbaum quota-3.15.ebuild: + ppc stable, bug #247651 + +*quota-3.16 (20 Nov 2008) + + 20 Nov 2008; Mike Frysinger +quota-3.16.ebuild: + Version bump #247318 by Denis Cheng. + + 22 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + + 28 Dec 2007; Robin H. Johnson quota-3.15.ebuild: + Fix ldap compile bug #203285. + +*quota-3.15 (24 Dec 2007) + + 24 Dec 2007; Mike Frysinger +quota-3.15.ebuild: + Version bump #200397 by Hanno Boeck. + + 12 Jul 2007; Jeroen Roovers quota-3.14-r1.ebuild: + Stable for HPPA (bug #184382). + + 07 Jul 2007; Joshua Kinard quota-3.14-r1.ebuild: + Stable on mips, per #184382. + + 07 Jul 2007; Raúl Porcel quota-3.14-r1.ebuild: + alpha/ia64 stable wrt #184382 + + 07 Jul 2007; Christian Faulhammer quota-3.14-r1.ebuild: + stable x86, bug 184382 + + 06 Jul 2007; Lars Weiler quota-3.14-r1.ebuild: + Stable on ppc; bug #184382. + + 06 Jul 2007; Gustavo Zacarias quota-3.14-r1.ebuild: + Stable on sparc wrt #184382 + + 06 Jul 2007; Christoph Mende quota-3.14-r1.ebuild: + Stable on amd64 wrt bug #184382 + + 06 Jul 2007; Mike Frysinger quota-3.14-r1.ebuild: + Add -DLDAP_DEPRECATED=1 to CPPFLAGS #183359 by Andrew Ross. + + 21 Jun 2007; Raúl Porcel quota-3.13.ebuild: + alpha stable wrt #172154, thanks to Tobias Klausmann for testing + + 17 Apr 2007; Christian Faulhammer quota-3.13.ebuild: + stable amd64, bug 172154 + +*quota-3.14-r1 (13 Apr 2007) + + 13 Apr 2007; Mike Frysinger +quota-3.14-r1.ebuild: + Dont install rpc stuf when USE=-rpc #174208 by Simon Arlott. + + 06 Apr 2007; Brent Baude quota-3.13.ebuild: + Marking quota ppc for bug #172154 + + 02 Apr 2007; Raúl Porcel quota-3.13.ebuild: + ia64 stable wrt bug 172154 + + 30 Mar 2007; Jeroen Roovers : + Stable for HPPA (bug #172154). + + 26 Mar 2007; Gustavo Zacarias quota-3.13.ebuild: + Stable on sparc wrt #172154 + + 25 Mar 2007; Andrej Kacian quota-3.13.ebuild: + Stable on x86, bug #172154. + +*quota-3.14 (25 Mar 2007) + + 25 Mar 2007; Mike Frysinger + +files/quota-3.14-headers.patch, +files/rpc.rquotad.initd, + +quota-3.14.ebuild: + Version bump. + + 22 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 10 Jun 2006; Mike Frysinger + +files/quota-3.13-configure-LANG.patch, quota-3.13.ebuild: + Fix building in et_EE locale #131432 by Andres Toomsalu. + + 29 Apr 2006; Marien Zwart files/digest-quota-3.06, + files/digest-quota-3.06-r1, files/digest-quota-3.06-r2, + files/digest-quota-3.09, files/digest-quota-3.10, files/digest-quota-3.12, + files/digest-quota-3.12-r1, files/digest-quota-3.13, Manifest: + Fix SHA256 digests. + +*quota-3.13 (17 Aug 2005) + + 17 Aug 2005; Mike Frysinger +quota-3.13.ebuild: + Version bump. + + 17 Jun 2005; Michael Hanselmann quota-3.12.ebuild: + Stable on ppc. + + 03 Jun 2005; Mike Frysinger + +files/quota-3.06-no-stripping.patch, quota-3.12-r1.ebuild: + Touchups and dont strip binaries with `install`. + + 19 Mar 2005; Bryan Østergaard quota-3.12.ebuild: + Stable on alpha. + +*quota-3.12-r1 (07 Jan 2005) + + 07 Jan 2005; Robin H. Johnson files/quota.rc6, + +quota-3.12-r1.ebuild: + Add RPC support. Bug #59536: add ldap support. + + 03 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 14 Dec 2004; Dylan Carlson quota-3.12.ebuild: + Stable on amd64. + + 01 Dec 2004; Gustavo Zacarias quota-3.12.ebuild: + Stable on sparc + + 29 Nov 2004; Mike Frysinger quota-3.12.ebuild: + Dont install files owned by glibc #70938 by Jakub Moc and make sure we + respect USE=-nls #44539 by Johan Petersson. + +*quota-3.12 (03 Oct 2004) + + 03 Oct 2004; Mike Frysinger +quota-3.12.ebuild: + Version bump #46636 by Max Kalika. + + 03 Sep 2004; Pieter Van den Abeele + quota-3.06-r2.ebuild: + Masked quota-3.06-r2.ebuild stable for ppc + + 01 Jul 2004; Jeremy Huddleston quota-3.06-r1.ebuild, + quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, + quota-3.10.ebuild: + virtual/glibc -> virtual/libc + + 25 Jun 2004; Danny van Dyk quota-3.06-r2.ebuild: + Marked stable on amd64. + + 11 Jun 2004; Bryan Østergaard quota-3.10.ebuild: + Stable on alpha. + + 27 Apr 2004; Aron Griffis quota-3.06-r1.ebuild, + quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, + quota-3.10.ebuild: + Add inherit eutils + + 06 Mar 2004; Martin Holzer quota-3.09.ebuild, + quota-3.10.ebuild, files/quota.rc, files/quota.rc6: + updating init script. closes 43413 + + 29 Jan 2004; quota-3.06-r2.ebuild: + stable on sparc + +*quota-3.10 (14 Jan 2004) + + 14 Jan 2004; Martin Holzer quota-3.09.ebuild, + quota-3.10.ebuild: + Version bumped and adding a note about services. Closes 21835 + + 29 Dec 2003; Seemant Kulleen files/quota.rc: + typo fix in the initscript, thanks to: crazor@web.de in bug #36636 + + 10 Dec 2003; Seemant Kulleen quota-3.06-r1.ebuild, + quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, + files/quota-no-quotactl-manpage.patch: + patch to make quotactl.2 manpage not install, because sys-apps/manpages offers + a better version + + 23 Nov 2003; Seemant Kulleen quota-3.06-r2.ebuild, + quota-3.09.ebuild: + fixed IUSE line, closing bug #34145 by Johan Petersson + +*quota-3.09 (02 Nov 2003) + + 02 Nov 2003; Martin Holzer quota-3.09.ebuild: + Version bumped. Closes #32363. + +*quota-3.06-r2 (28 Oct 2003) + + 28 Oct 2003; Martin Holzer quota-3.06-r2.ebuild: + Adding patch to make tcpd optional. Closes #22506. + + 28 Oct 2003; Martin Holzer quota-3.06-r1.ebuild, + quota-3.06.ebuild: + adding restrict nomirror + + 09 Sep 2003; Seemant Kulleen quota-3.06-r1.ebuild + quota-3.06.ebuild : + + Added tcp-wrappers to DEPEND, as it is required to build. Thanks to: Simon + Arlott in bug #26905 + + 31 Aug 2003; Jason Wever quota-3.06-r1.ebuild: + Marked stable on sparc to fix bug #26584. + + 24 Jun 2003; Aron Griffis quota-3.06.ebuild: + Mark stable on alpha + +*quota-3.06-r1 (9 Dec 2002) + + 05 Jan 2003; Seemant Kulleen quota-3.06-r1.ebuild : + + NLS bloat reduction. The upstream configure script needs to take care of + that, though :/ + + 9 Dec 2002; Joachim Blaabjerg quota-3.06-r1.ebuild : + + Added rc script from gregg@unix.net to -r1, and masked it for testing. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + + 3 Dec 2002; Joachim Blaabjerg quota-3.03.ebuild + quota-3.04.ebuild : + + Removed old ebuilds. I assumed it was safe, as none of them were keyworded + any different than 3.06, so I assumed they were obsolete. Kick me in the + nuts if I'm wrong. + +*quota-3.06 (23 Aug 2002) + + 23 Aug 2002; Joachim Blaabjerg quota-3.06.ebuild : + + Partially fixed bug #6723, now installing quotatab to /etc + +*quota-3.06 (16 Aug 2002) + + 16 Apr 2002; Joachim Blaabjerg quota-3.06.ebuild : + + Version bump. + +*quota-3.04 (14 Apr 2002) + + 20 Jul 2002; Mark Guertin quota-3.04.ebuild : + Added ppc to keywords + + 14 Jul 2002; phoen][x quota-3.04.ebuild : + Added LICENSE, KEYWORDS, SLOT. + + 14 Apr 2002; Joachim Blaabjerg quota-3.04.ebuild + + Version bump. + +*quota-3.03 (1 Feb 2002) + + 14 Jul 2002; phoen][x quota-3.03.ebuild : + Added LICENSE, KEYWORDS, SLOT. + + 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/sdk_container/src/third_party/portage-stable/sys-fs/quota/Manifest b/sdk_container/src/third_party/portage-stable/sys-fs/quota/Manifest index aa966dc36e..4997f22588 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/Manifest @@ -1,45 +1,27 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX quota-3.06-no-stripping.patch 583 SHA256 89840a957563191b3bec910c8564fc46c00f972e46409aa3bc329d6966985d25 SHA512 9054d6aa75102cdc415f0fe000d647b1e662b425d5c7765e1dc6c8500ce2a44e3e00a0def1f29fcda0aee5033a30675f54f517371304725b37a73764264a4a7a WHIRLPOOL 11337f30c7c686020ca478fd589c6cb28cc0b92c8acd82ebbebd34155d56522c3e734099ca88540f67fe9fd7cdee6b76bf394d043bf8aa2fb5b3ffcc882a88c2 -AUX quota-3.13-configure-LANG.patch 1464 SHA256 f3cfc4ecd3a59a02163dc865f6948239082629ed740e5e583f34e159b8fe8b2f SHA512 e203d91957e579af7e7246d12f6afac19bdbcad870a0f4bd7651003445dc82258e96c1a6b450930fdc9a85f75bec6a03e510d2dd9ac06d18af55634cb10a497e WHIRLPOOL 5b323f0af76858d4402bbefca96370710a390a32e452800f8423a5c1c634d3ba1dc107dcb0b3962ac017add22a4bf67539d91d482ed746a26a6b73847afd30c9 -AUX quota-3.14-headers.patch 183 SHA256 d66c88ab3ae48ebb9a1d4221b4d65e79d396e0624666da21beb8304f1ffabab0 SHA512 d2a9112c52d40e632ae21c3116e69f0e0742bf33e1b1b3e1bd82685ca9934dc33d6e5618cf7f500a03c9fc053ccb3b3e07abf710a2f8e468d3d2ee81b799565b WHIRLPOOL a8cf12dffc92fb79397a7dd8d16246fa5027560720e10b2708068a8a2e2ef81f0004cfd253e26bd8685f92a9c9e032941a1fd94f32577fdcbff5c0ab16608597 -AUX quota-4.01-mnt.patch 361 SHA256 8d0a6b02ed023667743364edfa63de22a5908659bf6786b150523a43656065de SHA512 986fdcbb8b892b5e0979cef0e0b4dfd41eddd0526ee9dbbacd68444200f082eaa9885e44a2cae52d0a5607178158fcfbd11097c5728034d7fdfcc105700d6b08 WHIRLPOOL 1d5441f2d5c1ee6ad4d5af4653add1adcbb994ba578e2ee8f8c78d4e519d9baa1e6640eca39201c5ef476fabb44167033c53f000d2af982388fb172bbdf846dd +AUX ldap-scripts/applySystemQuotas.pl 3229 SHA256 dc297aea060370c633dd24a0bb507e0573b30af2c311b6123040f2322398ac59 SHA512 d7565f05cf8fe4b8aea37c4eecbccdf1acc4a0d3e8b11f88a6daf8cbc9c466a8ec2cbaeac67e6aca6bdae49056b4eb639aef2759b7507d9896bc57526109e6c1 WHIRLPOOL 2e5b6c84cd3c843d23524ad7d1d1f919cd4c8176e7e46d6f2a7df4a127e4f8ca088050784cdf34fd6bafbe09a5e750710b0dc2b60be45f906fd3320b55a33b13 +AUX ldap-scripts/edquota_editor 1243 SHA256 b41f25fcdce2286751652cd4f8c68092fd16e0c2b48703a18f00eb4e84d6b7e3 SHA512 ea3750614ddf6ab1ab1f488ba946e052ddaa760b3ec86ddb954a86fd959ae7264b75941b3fd130c64923dfe535ac288c5ec5ddc50149c8197e2a1bbeba70caf6 WHIRLPOOL 0d2ede128f7ca8eecf166359890735a43bed8b988e2047cdb13232f10109f08b6f555531e926733d8d4e9a94cb4b902702d37ca97cedd328a976d20980a04eb3 +AUX ldap-scripts/quota.schema 552 SHA256 3dbfb0edead44b8c86d756f96c7a191deb9a4a2d7c82e2014cc0779834670d38 SHA512 9e08e51834458885a046395002bb19a463533bc0e1fc23f1fda98c41ee48c0f122e284f4a520d6f6ef44d66142395c10f91e18076e0a54e57dd198f7da268748 WHIRLPOOL abf94dea7ee99c8867e6e5d179974c35fc42313a79fd9e3b5a2b31cce0436c3231281619207128a52515cdafd4d94aa84437feb01ca8245a95c4ac7d645bf2c0 +AUX ldap-scripts/setSystemQuotas.pl 3930 SHA256 b068f5b3df52b43065d202bbdb75ebba17e9154d42005a524b0488a54b36251e SHA512 8ecdd09500a849c4572411e904dc78ff967ed71f819969e0a27e697ca6607ca17906318784ccf1aca4fe066666dd2a21d800ce6f224478d0751db1a5c276a6ad WHIRLPOOL 3a75910a638ecd4be5e2501bf7ef44c2e94dc13e6e5660cbf44a8f1c4460d0732117360fc84c38f9b3d031f0363403a2571fbac788a3252ac30edc5318acdba5 +AUX ldap-scripts/setquota-ldap.pl 6039 SHA256 8f212d619badd83b3566378ba3b64099b28eb2c160f1b3539a59cdcca18114dd SHA512 f046c45b09b8afa88d11b4d55e35877c1c7e6c8e87f41f4c2dfcb063a2bd972cf584f88fdea2b42442cb44e460a48f3c9b12c3f5f3a99f759bbdb4ca95ab8e5b WHIRLPOOL 1a1a8578cc2e8396ecf4157d756c9160a782c41ca8b0789c7c2571244c4cee76cb6d054409500b3dfcc23d87e71ccdb6050a463b72adb83a4e730f6eaa241813 +AUX quota-4.03-default_fpic_fpie.patch 1065 SHA256 af14f06681c443024f702f824614b945093a5eb92479aeb7ff64a66ceb9dbc7e SHA512 0d62dcf9261a768b471a2f3f9f1e191911a4579f920521739d8bcc70fc8e51e8dbafcd9e8798f0e894b19acaa0bfd7c5a378ee392c64ba8c91f4dc7940774862 WHIRLPOOL d3234004fbfffb1777b8688c2cfbf79d65066368799f161465854e7d65c83bf79b2e837de15fe0cb7915f7b5f78602e883e3ec3a7c743b2c9b6fad2c6b814325 +AUX quota-4.03-distribute_ldap-scripts.patch 547 SHA256 d2c720b92b8aeb58332688e30d0603efd837f8e64562361fd78fce9cecd05fe7 SHA512 0ac9aecf4749a74af0ae17b045463c7afe8cd46ca3b395ccd1bc46112eb793c593ba875fdd9882e4afb8e3962c0e8dc7a9a9872edd99f52d31bcc159b22ddb2a WHIRLPOOL f32173df16bfbf341d60de5dd679ce1351d01028e8e1d4d605726b46037475f990d54c2285e7e318496987a6e564577ae89e87da5249fad98d332a07647e15ab +AUX quota-4.03-dont_override_cflags.patch 838 SHA256 bed50d591f574450eaa36317e86f6dece1a981978e12641f934b13ed78759e91 SHA512 64e7dbd966e8e5cf2938367542a292e5538526e01950241fd9d98f378a364acb0fd16928e35151cfdfabe4ac7e3c971def44f7ab085c441c77c3124bbf93603e WHIRLPOOL ef9f546a17ba6b13c7a7aae6cc33cb3fbc6e711ee5527fdbf7a58fa265afd43ac76232b848cad23dcd1fa53421c9409210fcc9269a40fde5fea602a6007a7970 +AUX quota-4.03-explicitely_print_disabled_options.patch 2210 SHA256 32cf85671c5c044efbee871cca2305a10c3b07ff7d272c6e2a7c574bac3da9dc SHA512 9e3080c47ef46a3d4d16c266ec739091d0278c4c9cbda61337c55db1461b97129045c65f51d9d72a5855040cb67942cdf10f728865ded04fb3d865dd36695018 WHIRLPOOL 39075a4ee1f6b0eaa3384a2b91aceb509f975cec7c129f9a8c22cac151fe4ac4570de08f12c0cdbf51e4d362b24104fe75dcaf5e9e0432b2306d2c5c904cd0e2 +AUX quota-4.03-fix_build_without_ldap.patch 2731 SHA256 dcec0a7e7c02f7cfc3ef50354c7a961e1a7e4f07743b9b50585da46df9b00afb SHA512 f43b0701e3545a70f248a749dd99f1da1ecfd317e9ba4333b1496f5a3086bd89b12f31207946c36a872ab98034ae7260b3e403ddffb38a6e2f2128ee86fbc0d0 WHIRLPOOL 20aa9f6f77211bdbf0ea56439290e2f53192f5ed62bfcef5c884cbfa0f03b57f571e185d6fbac001e45024342b69defbea40621ee7e2d0d65188f0dc59d55f17 +AUX quota-4.03-no_rpc.patch 2338 SHA256 9bb9cf75a7cba8cf2366d5dd4bba263085acfe18409814357baa86902bb731fb SHA512 3569d31e2bee3e817a48f579153367bf4306b2df2c074df7928e95cb80533d493b48651fe3498f66982c5918e97db8a89ceb669e25e0010eb77e87a648552353 WHIRLPOOL 57fb034a59cf76d8e5638d0dc3d9b02669202d345f21d5171aaac2d1300b54cc764ea4dee8c8eb41d8258c8eabc702e7cb387fdb001d56fa149dcfd5b217d0a5 +AUX quota-4.03-noldap_linking.patch 2714 SHA256 80140cf194f390b453dd7c12c0d8cd3eea48d55dc27672bc71130c302f120fff SHA512 93617ac00731e9a1e29807c386fb86d5a7c3c646698f7d4faa7837fe363d08a31c96ccb37564b210f8d15e9f331dc6495feac189b2f834c3aff85c0e6e811735 WHIRLPOOL 7463bd9c2e1f4288c75e0973cb389e915a2b8f08455dd121a108a82bee4f4f91f64aef71a26f3091674239c81386bce5f541cfec2a54c4d9c06af687473f84ef +AUX quota-4.03-repqouta_F_option_arg.patch 947 SHA256 99496ec9aab5e7d098b398c5a0f230594b0ffe79a49d0a6f6b89aac604d9a8c5 SHA512 14bf1dd782861640c4beef0621166006c083266ca0dccfa51d0ee889553b809c6652de82e75710ac961eef3e6fb47d2c528b7111bdefabcbac7967951ec62ac9 WHIRLPOOL 614d2863d08d0612f4264f29c95d4ca82bc400616e57ad2234a6a4a76164a4c99229367c630d8911d5e7a093765bb2772019a2732702ce55ceec772aad4e8bdf +AUX quota-4.03-respect_docdir.patch 586 SHA256 fb1998bc171e9ad42ad4472cb6c8288f2f3dc01918a6b5778a97a6f081ae510a SHA512 16feff00e236ac6b652b095fe84fa2fa357c849a85124c92ec32c9a22ae487b2a6f49ea4118f0a665cad27756aeec7e775a42014d2e2408ecefcacb1d60231de WHIRLPOOL afe429b90cdf2a0a52b7f3a62917c918b3ac9088ce4522b2b4cebbd6e4efd8755b8f5897dda1c19ea8c37e57e6c854d8d25ab4d6a19d8ca59030d69b6c90de8d AUX quota-no-quotactl-manpage.patch 958 SHA256 6bd3d45a6987e548fcc02e39b3be9e1aa99f1e96f491527cc7e269536d2ff852 SHA512 0d2a53951b66f1a110453420d1fabb26db33d985883352e36c3ebf2dc78ddf085fb227fcade74e8d8794f75c40137adc8fe98cf1319703b575edfeafe269a7cc WHIRLPOOL eeb1ce415b5249e179c48ec9c03b690f3e2e02da615f32bb8a4c8cacbe0d25224701369563aa7db876e699316ae77252881321aa3babc6ec692b4db121da5d5f AUX quota.confd 359 SHA256 00d1dfb3b893db5d6a213a4edda622c7d64dcafa40b3019f15e070c164286632 SHA512 3253b69932332eff2944753f687d780d651dc2b21b524b7055164b91292c13c346cd46443bd58267b239f72fd8918a7e113eec62871573ee94e33df5eb3c82f8 WHIRLPOOL d7346be0e63e2cb2901d519846969cab4567efd5f47725abc083b6995e65e2a38c56c8a74a50ce1ec72d627997da9dcf1cda343bf6874112d31f6b4428781db9 -AUX quota.rc 650 SHA256 57111082dc0283d724b49f3ba2be4d3f4cda45cb2353a902fc83fc28bd2b5fd2 SHA512 1b2d46eafcf2097f31a8916296e9e58eb513855a60626c7cf6b60109810a62b746bcc84f412473f074fc6b164c09eebc8523bd06017d89b2f1e9303c7b1ce594 WHIRLPOOL d6fae2377c7a5fa16dace623f3349cf44b0c3866801ba96da1db3f8165366b8f9b12932bc61b2fa3dd8dcecc8ee73439c3dde9592eee2801ae92c34ff703221f -AUX quota.rc6 584 SHA256 9f341b7f67ebd14425751d2cb90feca5a4c6fdd9cc7990b5009003bc990a59c3 SHA512 3bbab7708401f78062c0b4d03a4f55130bbdd2a9e889f5a91824b26c57979a2f6ded8a835a0c9f8ee785386d2ef8c5febff9c195f20bb8ee6ca4beeb7cf1318c WHIRLPOOL 8469ece91a673f0df9df9ffd8760a1993a61cd43be4324da212d571156dfd24b9f5fb76d4352896dc250e59d0aa3093b76c590928bee462b6d215590b69ffb57 -AUX quota.rc7 790 SHA256 00ce705b49aaa356d9d9f0be3b80a3fe2810471cbe02fd0edc66349f3ca281de SHA512 f40310b2a1e26e107aa172b920c34f275abdd7467d96ead21e48e6c35760912656f3cae4b10a4da8c9129a6f945ccd990efbd230c4ebd85f0dd9de0ae77650e7 WHIRLPOOL 1d3bf78d65bbab044b0aa933ce6aa57d918d3066d2f07d82d640443db02708e294975fd69fe51efeea11a595ea1e73ea8ac77ad4dd7b6de4947f5b7f43ccc14c -AUX rpc.rquotad.initd 563 SHA256 c3896303d6cfebf314a3f6b8aeed0f6cb6ae421c4c0923b0121c76b3251314e5 SHA512 69bf4d7bd0dd9b36d1a56fda9ab9c1bcec8899a727a47f3e9692f4e13c6049d1de8c59b010f3ccd872e8626430a3c6620a7da67294c5d379d051b238e9f54b94 WHIRLPOOL 6879427f7b878cc206d53ec2d36f772a452661c6d6527e9a7486c6a70e29e42e12177770867df4525d8c8e5d73f23e6728edeb6a4b5c279f6bc77c06ca727eb7 -DIST quota-3.14.tar.gz 249016 SHA256 e4226a5dc77303d417905658210ce861e1eb904bc2c7acd401c3a1373715942d -DIST quota-3.15.tar.gz 313030 SHA256 9272806f605a1df889e7e9ae903a65c1ac4e80bcaf83f9bcb25fb51092ebd1ae -DIST quota-3.16.tar.gz 315334 SHA256 05c7f20b7766bb05a47b32eee7b281954783d4bfc08e1aa21802088c69d307f8 -DIST quota-3.17.tar.gz 439168 SHA256 253320993bb132814c724ca268a6346368be41846ad600f65ee4232ec8597d6f -DIST quota-4.00.tar.gz 310827 SHA256 eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51fb409ba SHA512 b53c0cc4d0e7f13d332838d8189caaa0949df948e18d1be0a81c815a467a545751d0cd2cb71049724b89fb0876f1784b1363e0898b1c1219457ee019ca7162c9 WHIRLPOOL 704778f8e47c7c5f4e7f4e63e70af644214592552b8ed2e79cddf5039527e6efde5b7e1e74abdc52f24bd12c95bea28fc6eb0530954bbe31dd2886dae8d78452 -DIST quota-4.01.tar.gz 458123 SHA256 a36300bbc126b79b745bf937245092808b4585aa3309ef3335d4ab9d873cd206 SHA512 57f79efe7e538f3109d0e44e4f87388ec4e8134f34ba92a30acb5d223090e8fb0087dfc558a951facc7f9b4d2301b4e305b710576363c13f5e70b06c91194dda WHIRLPOOL ff4aba698fe067e33c7c4fcd2463d5b5b2f557e49d59cb98cceefb145a7e0d2ee371e411a6d8c4d51ddd28c102d34c95f03a733dac47dd52582ea4d31f102c31 -EBUILD quota-3.14-r1.ebuild 2010 SHA256 d555e3acb03c05df9193aac0cb5a77a6a9f37287906afca4ed66292f20b5ac11 SHA512 5f725931f6dbeedaf287a957f228b9323bdbd6c96285c002b4120e06b154b8fccba5b2f3740aada33ac781d9285ca5206b40ca31059fc6d5449f1130d7989e59 WHIRLPOOL 7584f6adaa297132490cbc81bd421ab318a8fc5102c3422eb4d3a88a16d64195b75af033d2e45a3dfe3872661ece491333128948ae530ce6f1f5a75f05ec057f -EBUILD quota-3.15.ebuild 1924 SHA256 a62dc2dc6227c1c53429d8fa373b569e70404c083fe577b2052c7901ed78800b SHA512 f2c02b09a8f1e723d94019ce67c911927f6ca7e38acf175e5340ea4d95c7dbe0a0e055d773213f8521c12d3939233af5cb10c82bb7bf3ab040950d9074649272 WHIRLPOOL 7187dd859e44df98445ada48a5ea38d188bba2dede3438f865c946886a79c47ea2c2614ffabf21a21705f42b5581ed8fd090870e4899214843188a0ddfe6d4c8 -EBUILD quota-3.16.ebuild 1852 SHA256 ead773147e1d66e22e21738fdddb3751d3e2c75be09af26e203089a9f5acb07b SHA512 0dce477b2fa169ce4414ef1b0e6373197ca48adb7cfe232af350319360ee94bb65b0188d868283dbf56d71869d8bd0ecc118cbbce6d9b59479f83164234c7456 WHIRLPOOL d0a97605fd928b3406c9093d4a423703777bd6f1365887e75c1e2cc97a201bb1629e20696d05083f83654dbea0d63b22c3ea16ee83066fe608e2b6505eaeafc8 -EBUILD quota-3.17-r1.ebuild 1898 SHA256 9a568d85f6c64a75f11a3c39e46b324eca86dc85c1f95e4ae37d9a3882e913b9 SHA512 dfde96b8e986c8f5a97211d8a22f00248aff2b38ffb2462a7ebe8859f95f024f170f92d659058fd5dba96046b80d194e25fee4314906bcc45fad7bce6ffeddce WHIRLPOOL 0543d99b963fd52098e03f799356485e8c1b7ec923f31c21e24c732b44f7789484b9139b0df3d86704976535a54af41f3c71cb19cdb556fb3c37dd51563c0535 -EBUILD quota-3.17.ebuild 1893 SHA256 e8137845b9b9831d8ea6bc1200c904784f0c05fa35e92654846173c747381843 SHA512 50a887304ab8d5c47dc61b0db72cf3d92d1968a3f2c7bc949471f38e0492a6d850f3b9e2aa13e17f5b224786b691a1e1c53e070d956bc66aa880eec8432f614a WHIRLPOOL 6fa5862a37e1e272df74fcfd65a6fff1dcc819d29e1b532a576a40d80c0df515ef1643484167e5e0a01e97fabf31e5571495e2157a352f5a68180a7cf4d22d94 -EBUILD quota-4.00.ebuild 1629 SHA256 d18f97139879964c029d2a0fc36758d3acead946401d5c0fac45ce891f8ef373 SHA512 2245286024e0a707a14da7f777ac719dcf76a4d6ba7f5be5b0f9168b0cce38201f3c242759ddeef7d51b3de7cc6f54892b826625498fe15863221653964ee9f6 WHIRLPOOL 44e50a137a79eae02a0fd3f4771a1b532b774142ba806b537a69c5bd77b3d52a0b3fdab8c12baabfdfc2c5a7c0089784942d644ea149a7c650547a8cc3063fd8 -EBUILD quota-4.01.ebuild 1637 SHA256 d4989f7addc0565f23e88a433aaaf687ade829497fcbc85686ab70198e3e4406 SHA512 b52604d2f524cf827b07ca582780a4d33d3eb26fe1311ceb4c9f07a9ad8fd74bcff13247ee3b541ddf7655a20b9e0454a39c7a013c731bd23ed297f2697327b6 WHIRLPOOL 3e9bd752f8432ab5b8568edd26c0093deaa39c7ab624345cc460b6ff53522b49d5a08e26e329782087c1bae0fa5f43157e4ba18cafcc8b091facce59f5f4edfe -MISC ChangeLog 12108 SHA256 dd501cf1a2b63ed535b431be09aef352cdd665a6cbc36905995c219232fe5e89 SHA512 6f1940b56e6f285992b3a7bc7284f312ceda47b45ad9925ca047752a99019b405523c3eea2fc5549af0579be1dc89c80ef4c4a7f176ddd102725d3eaf5ffb6ad WHIRLPOOL 5144dc88bc3d2040c792968657a4c4ee1b6e5ab5d0bf91b1a620f3414343446c90b886560616757a746204f4d6d0a83849c583a762728a1c9270a2a04afa88c8 -MISC metadata.xml 316 SHA256 2fbc87f6daabedc2c95877c2dd6cc34e99a35ec0024553e8204e0e8918d54fb8 SHA512 2d37a67df2a7d583f409895ee84abcc28d0a44a123218adca497ffdc64bdf93cf4524a288a35314b688e0c24ac0dd6884afc14137d65fa9ecc4770796713d923 WHIRLPOOL b39c1b220f1f1ee6938dc0de3b55d2db3e9705ff73188b40a340b25c32fe6c2ce4ada9d4c0df80ddc3959fdc766fd5b9334a64b3e87b1e0cd1940148d895319a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQIcBAEBCAAGBQJQ6f09AAoJELEHsLL7fEFW45UQAJvpPGiyT4n+oZCzk6Abo8KI -h8fuwpz2VCAiis3Z2j5IL9SsqV9uaVtq94QCbq8WxuQC7t2TJcy2nA6TBJ7+LJ3x -PPPKGizWYWtkWOV1IWHSJWV+Sz/gdln1E5wqfelvu9ildyv8bD0ts5i6M0W2kkTJ -vcWYLlIlV9HWRC2+81F9KldIh+ztw4ZCW1eemX9Ngo9BuH2EENAaPM5WLS31s4LD -2/Bj0Un+r7vk/QL+S5ceo704tE3P4ylp/sdxgIQIG8cQI+gvlnNVXH8Sc8oAlR2E -18xDW0Zw/smdzI5ZDGL9ZRz6XL3Rk+HLIfJa8xKd7GgmPKiyNHGCTadspKzV9HSi -eKNMjulO9Umb7rBAZnu4CmivB7dvLxRKyak5Bh5b1V8i2y1SEexmv/UrWfsJHMYB -hCT4x4yvU9kcpNQHqpEtvQvZF4htLvwVzxfnH2jhj2RJ462sLqGUNEc/MNU4ZTxQ -h8bY1wgNlN7pQSHgZ1O1x/TzKAoihjKQsLidX2Aqid0HDHS6qziKoe/bkiN1dFqA -YxRnC1dRymJWMFrpF0lmZ9tZEmnW7dhIUqPlFOmGUX8iWV5p4dJEwHBiN2ONnUpL -AmrjpoCBQSoDCzxKM1X/KsEVcDNZHxsSguyXlRKcerUpxnr4nIlro3kc2zaj+6Tt -8jIzq3IgE/ZePosodjVd -=Wzo0 ------END PGP SIGNATURE----- +AUX quota.rc7 695 SHA256 9889fe417527851122b0ce2899367c65ed90472c8f51f2734e16cca6fbfa978c SHA512 7c6b84fa33f84b7140fd5d350a45b54ef184ae3869356725456dd6fbda39bb37d10fcd2f77fab7753feffc140e6d5831ce0fbc29b73a871131cf144b4b63b952 WHIRLPOOL 12a61f594fd22b6d623752e7887d657300e0cb2200284b0e74f27352116e20e59a58f78a40b02838d3b5214469a9982e010508f4d6afe24cb5cc2cc6db7a0ca0 +AUX rpc.rquotad.initd 460 SHA256 dcc16dd606bed969a454aa27c74debecc13f8ce1abc402dc546a090857e030dc SHA512 960b08fea55883ec2838d58a6d3aca2c0072cedccf25218390ec1176b5c819dbd6aa4d08049533829e01e59c6a13b4bed72ee1fe3e772d99f2ff37d32bf83abd WHIRLPOOL dc8967bd4b6c9a9bf290995f3078556a55a47295566e64fd4d29334b69261c3ee77a1b329b667027249a02b8500b343c253988fdd873fb6fd117aee0a81f6aee +DIST quota-3.17.tar.gz 439168 SHA256 253320993bb132814c724ca268a6346368be41846ad600f65ee4232ec8597d6f SHA512 7d200862f5ebee024295352289d940a1b728cb017e7c2c4f422a5a98d58ba8f62130640a4c08bdec02f94ea0f4abe146fb494c039b43021fd410ec17fd32b238 WHIRLPOOL e334f22a7c2f8097a2f7145217d1cf134a135a1b6705470121e3a9c0492d59677508bfaa06bcb4eecb9992491910f5b29068e005cafb5086df39da591e375613 +DIST quota-4.02.tar.gz 489289 SHA256 f4c2f48abf94bbdc396df33d276f2e9d19af58c232cb85eef9c174a747c33795 SHA512 547e08893b95928e5d183d29bee70d1932f85a675b96f64446e5a723d0759ad2d31223f8b6a5652cd698fce4907a15c294b91c18de32faddbef4975c9f22f2aa WHIRLPOOL eb102a14dfe780b7ed062c3c7abec1ef766beb31c18d92c5115ca703672ebb7e7bfb0479885c6c8c78520554aeb477bc1f4d48fbb76b0336047f42b55af49036 +DIST quota-4.03.tar.gz 564352 SHA256 9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b SHA512 9603940048dcc0c4db6d6e14173769c815641ebc78a0cc457a0622dbfc597319bae1eaad4ef3281c52757995d47424b96dc66426ce540a8b538b996eea2dc5f8 WHIRLPOOL 4a6354f7732e6c60782dbfb60fbfae47c96c438315572dccaf7d2563b8dab5eb46072f999481abe237df8dafaf252b095c9bcd5d58beecdf75db6aca8d46f4ab +EBUILD quota-3.17-r1.ebuild 1792 SHA256 e1e4d9655b9dac4cb9d83f666c1edbe7d7650967c21d6962ce4dcfbed1d51d8e SHA512 234009b1ec0f213766de07c06ba0ec8b9b74b6b3a012b5c94a3293fe850baf26bf5e693d5324bbfbcb104fb18b34d41e8bad2c1db3ac790ede9308a8a1472670 WHIRLPOOL 70277d8405dcbb2f1daf43c29f7d50976edf7d7200155802f476417af4eb74d5d4e0c270f982cf56359cb145eda5a0bb92f3a0977c1859e735e1e600a9036301 +EBUILD quota-4.02.ebuild 1607 SHA256 0322cbcaedc2493d01db66c1a8e02cef3914d00cd5746977e4bcaa1cc2c58d39 SHA512 276804731815c80675aa8f9168b647dae2abfc3efaaceef69650f7773f064f03cf1136c26302421c16b4b67de8748501a2ab8ea785969ce5d9008480f2073c94 WHIRLPOOL 8b22f283770ce068304fa33ba9e2f9ee7de195d192e1c42a772c7e6174032ec1cccab38a69f3f200c12bdfb61b35d0bb6b579d1a97652cd21ca8c9f0a2614881 +EBUILD quota-4.03.ebuild 1975 SHA256 51cf357783fc857e7cb6be3bf4973121a7261cb5e2dffe9d3eab709d6b99b52f SHA512 76c8980738f6bb62c6738e296d141b8f5c1be18a95b0c75ab35133ff9429c4539f4b22d9340bd3bf23cc01266f588097138ed5cd4a7a68663e06a28fd6656778 WHIRLPOOL 0b6e63b201026874e2a16f190fe80b3a0175cad4b22fd553375958d3258b66501fff9b48778f13253e591dd1515d1109a0b732b94d48775a8f8f26cb4a9082ec +MISC ChangeLog 4860 SHA256 d0d14d5458adcdfeb48881832b0a9abd76d71c43ccb6fd1fa0dd7c282d78eba0 SHA512 da6cc5916a3126c7467aaa232e58ee632425256d35bdcdf8dfc4f00160cfa57d07adf0e60d842d5f7f31d265b5c6425c2a5a77e3c1c5625eb7d79e5fafbb23f0 WHIRLPOOL 0fe84e8de99499f35395c45e1933bd7570b2e7d398472dc4f0005b3de54cf4fe80986342048e38fbc2eb7522155a7faf525b96f1685945127f327acd658f3b02 +MISC ChangeLog-2015 13798 SHA256 23bceb235276c26d40d568923540b29bebd6cc295861477cc7e31fd9e1fc1583 SHA512 a19963fc3710db18ed6ea7928f069d87cd2893120e7e89851d1333f28e05c3a7326277dd6697a4aa598414c59d308aa4732efb488f746276da6b481a30678be9 WHIRLPOOL d2501d19633f314b9deb14ca03d2cdf66f70dfbd50196430abd53de58ccb228f7b929d7aa589fbf08b861a2b9d8b012a8e8c3930cf8ac743baa7d99bfcd22289 +MISC metadata.xml 482 SHA256 020bd47324be182e87b05a97219e69a9bde9d191433fe4d16c1796068e099374 SHA512 50b2143425f8ab315784fab4d9e569d2f80893c91ba64b4c209947eb79688ed9e8e23955b9f04406d699de6f28e9c10dad78889853d05f84191af65911d7a38e WHIRLPOOL dd6fbd1c604f87b4d8d13644eab114946fd740ceff45d9eb101157dcb55b6788b5053d7c8b9ca89c655fbc12bd5fcbfd5c3bde954810d71e8987258cf284273e diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/applySystemQuotas.pl b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/applySystemQuotas.pl new file mode 100755 index 0000000000..41c74d919d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/applySystemQuotas.pl @@ -0,0 +1,104 @@ +#!/usr/bin/perl -w + +# $0 -b "ou=People,dc=borgia,dc=com" -F '(attr=value)' + +# Synopsis +# applyQuotas.pl is a script solely for making the quota set within LDAP take +# affect by running the linuxquota tool edquota with the figures set in LDAP. +# This tool is capable of applying standard LDAP filters to the user-supplied +# base DN for applying multiple users' quotas at once. + +# Examples: +# Apply the quotas using the linuxquota tool edquota for user stefan +# ./applySystemQuotas.pl -b "uid=stefan,ou=People,dc=borgia,dc=com" +# +# Apply the quotas using the linuxquota tool edquota for all People with description of Student +# ./applySystemQuotas.pl -b "ou=People,dc=borgia,dc=com" -F "(description=Student)" + +use strict; +use Net::LDAP; +use Getopt::Long; + +chomp(my $Password = `cat /etc/ldap.secret`); +my $Host = 'localhost'; +my $Port = '389'; +my $BindDN = 'cn=Manager,dc=borgia,dc=com'; +my $SSL = 0; +my $edquota_editor = '/usr/sbin/edquota_editor'; +my $edquota = '/usr/sbin/edquota'; + +my $b = ''; +my $F = ''; +GetOptions( + 'b=s' => \$b, + 'F=s' => \$F, +); + +die "Usage: $0 -b basedn [-F '(extrafilter)']\n" unless $b; + +my $ldap = connectLDAP(); + +my $search; +$search = $ldap->search( + base => $b, + filter => "(&(objectClass=systemQuotas)$F)", + attrs => ['uid', 'quota'], +); +$search->code && die $search->error; +my $i = 0; +my $max = $search->count; +for ( $i=0; $i<$max; $i++ ) { + my $entry = $search->entry($i); + my $editor = $ENV{'VISUAL'} if $ENV{'VISUAL'}; + $ENV{'VISUAL'} = $edquota_editor; + $ENV{'QUOTA_USER'} = $entry->get_value('uid'); + # Delete all existing quotas for QUOTA_USER + $ENV{'QUOTA_FILESYS'} = '*'; + $ENV{'QUOTA_SBLOCKS'} = 0; + $ENV{'QUOTA_HBLOCKS'} = 0; + $ENV{'QUOTA_SFILES'} = 0; + $ENV{'QUOTA_HFILES'} = 0; + print "$ENV{'QUOTA_USER'}: $ENV{'QUOTA_FILESYS'}:$ENV{'QUOTA_SBLOCKS'},$ENV{'QUOTA_HBLOCKS'},$ENV{'QUOTA_SFILES'},$ENV{'QUOTA_HFILES'}\n"; + qx(/usr/sbin/edquota -u $ENV{'QUOTA_USER'}); + my @quotas = $entry->get_value('quota'); + if ( $#quotas >= 0 ) { + foreach ( @quotas ) { + my @quota = split /:/; + $ENV{'QUOTA_FILESYS'} = $quota[0]; + $ENV{'QUOTA_SBLOCKS'} = $quota[1]; + $ENV{'QUOTA_HBLOCKS'} = $quota[2]; + $ENV{'QUOTA_SFILES'} = $quota[3]; + $ENV{'QUOTA_HFILES'} = $quota[4]; + print "$ENV{'QUOTA_USER'}: $ENV{'QUOTA_FILESYS'}:$ENV{'QUOTA_SBLOCKS'},$ENV{'QUOTA_HBLOCKS'},$ENV{'QUOTA_SFILES'},$ENV{'QUOTA_HFILES'}\n"; + qx($edquota -u $ENV{'QUOTA_USER'}); + } + } + if ($editor) { + $ENV{'VISUAL'} = $editor; + } + else { + delete $ENV{'VISUAL'}; + } +} +$search = $ldap->unbind; + +sub connectLDAP { + # bind to a directory with dn and password + my $ldap = Net::LDAP->new( + $Host, + port => $Port, + version => 3, +# debug => 0xffff, + ) or die "Can't contact LDAP server ($@)\n"; + if ( $SSL ) { + $ldap->start_tls( + # verify => 'require', + # clientcert => 'mycert.pem', + # clientkey => 'mykey.pem', + # decryptkey => sub { 'secret'; }, + # capath => '/usr/local/cacerts/' + ); + } + $ldap->bind($BindDN, password=>$Password); + return $ldap; +} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/edquota_editor b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/edquota_editor new file mode 100755 index 0000000000..fdebd09e35 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/edquota_editor @@ -0,0 +1,32 @@ +#!/usr/bin/perl -w + +use strict; + +die "QUOTA_USER environment variable not set\n" unless defined $ENV{'QUOTA_USER'}; +die "QUOTA_FILESYS environment variable not set\n" unless defined $ENV{'QUOTA_FILESYS'}; +die "QUOTA_SBLOCKS environment variable not set\n" unless defined $ENV{'QUOTA_SBLOCKS'}; +die "QUOTA_HBLOCKS environment variable not set\n" unless defined $ENV{'QUOTA_HBLOCKS'}; +die "QUOTA_SFILES environment variable not set\n" unless defined $ENV{'QUOTA_SFILES'}; +die "QUOTA_HFILES environment variable not set\n" unless defined $ENV{'QUOTA_HFILES'}; + +open FILE, $ARGV[0]; +my $qdata = join '', (@_=); +close FILE; +open FILE, ">$ARGV[0]"; +print FILE &edit_quota_file($qdata, $ENV{'QUOTA_FILESYS'}, $ENV{'QUOTA_SBLOCKS'}, $ENV{'QUOTA_HBLOCKS'}, $ENV{'QUOTA_SFILES'}, $ENV{'QUOTA_HFILES'}); +close FILE; + +# edit_quota_file(data, filesys, sblocks, hblocks, sfiles, hfiles) +sub edit_quota_file { + my($rv, $line, @line, $i); + @line = split /\n/, $_[0]; + for ( $i=0; $i<@line; $i++ ) { + if ($line[$i] =~ /^\s+(\S+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)$/ && ($1 eq $_[1] || $_[1] eq '*')) { + # new-style line to change + $rv .= " $1 $2 $_[2] $_[3] $5 $_[4] $_[5]\n"; + } else { + $rv .= "$line[$i]\n"; + } + } + return $rv; +} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/quota.schema b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/quota.schema new file mode 100644 index 0000000000..b5e216f8db --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/quota.schema @@ -0,0 +1,18 @@ +## +## schema file for Unix Quotas +## Schema for storing Unix Quotas in LDAP +## OIDs are owned by Cogent Innovators, LLC +## +## 1.3.6.1.4.1.19937.1.1.x - attributetypes +## 1.3.6.1.4.1.19937.1.2.x - objectclasses +## + +attributetype ( 1.3.6.1.4.1.19937.1.1.1 NAME 'quota' + DESC 'Quotas (FileSystem:BlocksSoft,BlocksHard,InodesSoft,InodesHard)' + EQUALITY caseIgnoreIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{255} ) + +objectclass ( 1.3.6.1.4.1.19937.1.2.1 NAME 'systemQuotas' SUP posixAccount AUXILIARY + DESC 'System Quotas' + MUST ( uid ) + MAY ( quota )) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setSystemQuotas.pl b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setSystemQuotas.pl new file mode 100755 index 0000000000..90ab1e8076 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setSystemQuotas.pl @@ -0,0 +1,140 @@ +#!/usr/bin/perl -w + +# $0 -b "ou=People,dc=borgia,dc=com" -Q /dev/with/quota=0:0:0:0 -F '(attr=value)' + +# Synopsis +# setSystemQuotas.pl is a script solely for modifying the quota attribute in +# LDAP. It expects that the users you intend to have quotas already have the +# systemQuotas objectClass set. +# This tool is capable of applying standard LDAP filters to the user-supplied +# base DN for modifying multiple users' quotas at once. + +# Examples: +# Set quota on /dev/sda7 and /dev/sda8 for user stefan +# ./setSystemQuotas.pl -b "uid=stefan,ou=People,dc=borgia,dc=com" -Q /dev/sda7=4000000:4400000:10000:11000 -Q /dev/sda8=4000000:4400000:10000:11000 +# +# Set quota on /dev/sda8 for user all People with description of Student +# ./setSystemQuotas.pl -b "ou=People,dc=borgia,dc=com" -Q /dev/sda8=40000:44000:1000:1100 -F "(description=Student)" +# +# Delete quotas for user stefan +# ./setSystemQuotas.pl -b "uid=stefan,ou=People,dc=borgia,dc=com" + +use strict; +use Net::LDAP; +use Getopt::Long; + +chomp(my $Password = `cat /etc/ldap.secret`); +my $Host = 'localhost'; +my $Port = '389'; +my $BindDN = 'cn=Manager,dc=borgia,dc=com'; +my $SSL = 0; + +my $b = ''; +my %Q = (); +my $F = ''; +GetOptions( + 'b=s' => \$b, + 'Q=s' => \%Q, + 'F=s' => \$F, +); +die "Usage: $0 -b userdn [-F '(extrafilter)'] [-Q /fs=sb:hb:sf:hf ...]\n" unless $b; +foreach ( keys %Q ) { + local @_ = split /:/, $Q{$_}; + unless ( $#_ == 3 ) { + print "Ignoring $_: invalid format\n"; + delete $Q{$_}; + } +} + +my $ldap = connectLDAP(); + +my $quota = {}; +my $search; +$search = $ldap->search( + base => $b, + filter => "(&(objectClass=systemQuotas)$F)", + attrs => ['*', 'quota'], +); +$search->code && die $search->error; +my $i = 0; +my $max = $search->count; +for ( $i=0; $i<$max; $i++ ) { + my $entry = $search->entry($i); + my $dn = $entry->dn; + if ( keys %Q ) { + $quota->{$dn} = 1; + foreach ( $entry->get_value('quota') ) { + my @quota = split /:/; + my $fs = shift @quota; + delete $quota->{$dn} if $quota->{$dn} == 1; + $quota->{$dn}->{$fs} = join ':', @quota; + } + } else { + $quota->{$dn} = 0; + delete $quota->{$dn} unless $entry->get_value('quota'); + } +} + +foreach my $dn ( keys %{$quota} ) { + if ( ref $quota->{$dn} eq 'HASH' ) { +print STDERR "Modify $dn:\n"; + foreach ( keys %Q ) { +print STDERR "\t$_:$Q{$_}\n"; + $quota->{$dn}->{$_} = $Q{$_}; + } + my @quota = map { "$_:$quota->{$dn}->{$_}" } keys %{$quota->{$dn}}; + my $modify = $ldap->modify( + $dn, + replace => { + quota => [@quota], + }, + ); + $modify->code && warn "Failed to modify quota: ", $modify->error, "\n"; + } else { + if ( $quota->{$dn} == 1 ) { + delete $quota->{$dn}; +print STDERR "Add $dn:\n"; + foreach ( keys %Q ) { +print STDERR "\t$_:$Q{$_}\n"; + $quota->{$dn}->{$_} = $Q{$_} + } + my @quota = map { "$_:$quota->{$dn}->{$_}" } keys %{$quota->{$dn}}; + my $modify = $ldap->modify( + $dn, + add => { + quota => [@quota], + }, + ); + $modify->code && warn "Failed to modify quota: ", $modify->error, "\n"; + } elsif ( $quota->{$dn} == 0 ) { +print STDERR "Delete $dn:\n"; + my $modify = $ldap->modify( + $dn, + delete => ['quota'], + ); + $modify->code && warn "Failed to modify quota: ", $modify->error, "\n"; + } + } +} +$ldap->unbind; + +sub connectLDAP { + # bind to a directory with dn and password + my $ldap = Net::LDAP->new( + $Host, + port => $Port, + version => 3, +# debug => 0xffff, + ) or die "Can't contact LDAP server ($@)\n"; + if ( $SSL ) { + $ldap->start_tls( + # verify => 'require', + # clientcert => 'mycert.pem', + # clientkey => 'mykey.pem', + # decryptkey => sub { 'secret'; }, + # capath => '/usr/local/cacerts/' + ); + } + $ldap->bind($BindDN, password=>$Password); + return $ldap; +} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setquota-ldap.pl b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setquota-ldap.pl new file mode 100644 index 0000000000..7cafc449d8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/ldap-scripts/setquota-ldap.pl @@ -0,0 +1,148 @@ +#!/usr/bin/perl + +# A Perl wrapper for setquota utility which updates LDAP accordingly. + +# /etc/fstab: usrquota,grpquota +# mount -o remount /f/s +# touch /f/s/aquota.{user,group} +# chmod 600 /f/s/aquota.{user,group} +# quotacheck -cguvamf + +use strict; +use warnings; +use Net::LDAP; +use Net::LDAP::Entry; +use Getopt::Long; +Getopt::Long::Configure ("bundling"); + +my $help = $#ARGV >= 0 ? 0 : 1; +my $ldaphost = 'localhost'; +my $passwordfile = ''; +my $password = ''; +my $binddn = $ENV{BINDDN}; +my $basedn = $ENV{BASEDN}; +my $oc = 'systemQuotas'; +my $attr = 'quota'; +my %Q = (); +my $F = 'cn=*'; +GetOptions( + 'help|?' => \$help, + 'oc|o=s' => \$oc, + 'attr|a=s' => \$attr, + 'quota|Q=s' => \%Q, + 'filter|F=s' => \$F, + 'ldaphost|h=s' => \$ldaphost, + 'basedn|b=s' => \$basedn, + 'binddn|D=s' => \$binddn, + 'password|w=s' => \$password, + 'passwordfile|W=s' => \$passwordfile, +); +die "Usage: $0 -b basedn [-o objectClass] [-a attr] [-F '(extrafilter)'] [-Q +/f/s=sb:hb:gb:sf:hf:gf ...]\n" if $help; +%Q = checkQ(%Q); + +my ($ldap, $bind); +if ( $ldap = Net::LDAP->new($ldaphost, version => 3, timeout => 3) ) { + if ( $binddn && $password ) { + $bind = $ldap->bind($binddn, password=>$password); + } elsif ( $binddn && $passwordfile ){ + $bind = $ldap->bind($binddn, password=>bindpw($passwordfile)); + } else { + $bind = $ldap->bind(); + } + die "Unable to connect to LDAP\n" if $bind->code; + undef $passwordfile; +} else { + die "Unable to connect to LDAP\n"; +} + +my $search = $ARGV[0] ? $ldap->search(base=>$basedn, filter=>"uid=$ARGV[0]") : $ldap->search(base=>$basedn, filter=>$F); +if ( $search->code ) { + die "LDAP Error: ", error($search), "\n"; +} elsif ( $search->count <= 0 ) { + die "0 results found in LDAP\n"; +} else { + my $i = 0; + for ( $i=0; $i<$search->count; $i++ ) { + my $entry = $search->entry($i); + my @oc = $entry->get_value('objectClass'); + # objectClass: $oc + unless ( grep { /^$oc$/ } @oc ) { + my $modify = $ldap->modify($entry->dn, add => {objectClass => $oc}); + if ( $modify->code ) { + print STDERR "Failed to add objectClass $oc:", error($modify), "\n"; + } + } + # $attr: /f/s=sb:hb:sf:hf + if ( $entry->exists($attr) ) { + my @attr = $entry->get_value($attr); + if ( keys %Q ) { + foreach my $fs ( keys %Q ) { + foreach ( @attr ) { + next unless /^$fs=/; + my $modify = $ldap->modify($entry->dn, delete => {$attr => "$_"}); + if ( $modify->code ) { + print STDERR "Failed to delete $attr: $_: ", error($modify), "\n"; + } + } + my $modify = $ldap->modify($entry->dn, add => {$attr => "$fs=$Q{$fs}"}); + if ( $modify->code ) { + print STDERR "Failed to add $attr: $fs=$Q{$fs}: ", error($modify), "\n"; + } else { + print STDERR "Failed to setquota: $fs=$Q{$fs}\n" if setquota($entry->get_value('uid'), $fs, $Q{$fs}); + } + } + } else { + my $modify = $ldap->modify($entry->dn, delete => [($attr)]); + if ( $modify->code ) { + print STDERR "Failed to delete $attr: ", error($modify), "\n"; + } else { + foreach ( @attr ) { + my ($fs) = m!^(/[^=]*)!; + $Q{$fs} = '0:0:0:0:0:0'; + print STDERR "Failed to setquota: $fs=$Q{$fs}\n" if setquota($entry->get_value('uid'), $fs, $Q{$fs}); + } + } + } + } else { + if ( keys %Q ) { + foreach my $fs ( keys %Q ) { + my $modify = $ldap->modify($entry->dn, add => {$attr => "$fs=$Q{$fs}"}); + if ( $modify->code ) { + print STDERR "Failed to add $attr: $fs=$Q{$fs}: ", error($modify), "\n"; + } else { + print STDERR "Failed to setquota: $fs=$Q{$fs}\n" if setquota($entry->get_value('uid'), $fs, $Q{$fs}); + } + } + } + } + } +} + +sub setquota { + $_[2] = '0:0:0:0:0:0' unless $_[2]; + $_[2] =~ /^(\d+):(\d+):(\d+):(\d+):(\d+):(\d+)$/; + qx{/usr/sbin/setquota -u $_[0] $1 $2 $4 $5 $_[1]}; + qx{/usr/sbin/setquota -T -u $_[0] $3 $6 $_[1]}; + return 0; +} + +sub checkQ { + my (%Q) = @_; + foreach ( keys %Q ) { + die "$_: invalid format\n" unless m!^(/[^=]*)! && $Q{$_} =~ /^(\d+):(\d+):(\d+):(\d+):(\d+):(\d+)$/; + } + return %Q; +} + +sub bindpw { + my ($passwordfile) = @_; + open P, $passwordfile or die "Can't open passwordfile: $!"; + chomp(my $password =

); + close P; + return $password; +} + +sub error { + return $_[0]->error, "(", $_[0]->code, ")"; +} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.06-no-stripping.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.06-no-stripping.patch deleted file mode 100644 index 0ab5385a45..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.06-no-stripping.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- quota-tools/Makefile.in -+++ quota-tools/Makefile.in -@@ -90,6 +90,6 @@ - -$(INSTALL) -m 755 -d $(ROOTDIR)$(includedir)/rpcsvc - -$(INSTALL) -m 644 rquota.h rquota.x $(ROOTDIR)$(includedir)/rpcsvc -- -$(INSTALL) -s -m $(DEF_SBIN_MODE) quota $(ROOTDIR)$(bindir) -- -$(INSTALL) -s -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir) -+ -$(INSTALL) -m $(DEF_SBIN_MODE) quota $(ROOTDIR)$(bindir) -+ -$(INSTALL) -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir) - -$(INSTALL) -m $(DEF_MAN_MODE) *.1 $(ROOTDIR)$(mandir)/man1 - -$(INSTALL) -m $(DEF_MAN_MODE) *.2 $(ROOTDIR)$(mandir)/man2 diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.13-configure-LANG.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.13-configure-LANG.patch deleted file mode 100644 index 663bf0b28a..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.13-configure-LANG.patch +++ /dev/null @@ -1,44 +0,0 @@ -The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in -option parsing, it may break. - -http://bugs.gentoo.org/103483 - ---- configure -+++ configure -@@ -54,6 +54,19 @@ - infodir='${prefix}/info' - mandir='${prefix}/man' - -+# NLS nuisances. -+for as_var in \ -+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -+ LC_TELEPHONE LC_TIME -+do -+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -+ eval $as_var=C; export $as_var -+ else -+ unset $as_var -+ fi -+done -+ - # Initialize some other variables. - subdirs= - MFLAGS= MAKEFLAGS= -@@ -452,16 +463,6 @@ - esac - done - --# NLS nuisances. --# Only set these to C if already set. These must not be set unconditionally --# because not all systems understand e.g. LANG=C (notably SCO). --# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! --# Non-C LC_CTYPE values break the ctype check. --if test "${LANG+set}" = set; then LANG=C; export LANG; fi --if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi --if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi --if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi -- - # confdefs.h avoids OS command line length limits that DEFS can exceed. - rm -rf conftest* confdefs.h - # AIX cpp loses on an empty file, so make sure it contains at least a newline. diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.14-headers.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.14-headers.patch deleted file mode 100644 index 54bb6772b0..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-3.14-headers.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- quota.c -+++ quota.c -@@ -43,6 +43,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.01-mnt.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.01-mnt.patch deleted file mode 100644 index 1aa1590acc..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.01-mnt.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://sourceforge.net/tracker/?func=detail&aid=3599717&group_id=18136&atid=318136 - ---- a/quotasys.c -+++ b/quotasys.c -@@ -642,7 +642,7 @@ - die(2, _("Cannot initialize mountpoint scan.\n")); - while ((mnt = get_next_mount())) { - #ifndef RPC -- if (nfs_fstype(mnt->mnt_type)) -+ if (nfs_fstype(mnt->me_type)) - continue; - #endif - if (fmt == -1 || count) { diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch new file mode 100644 index 0000000000..2ff519f2b8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-default_fpic_fpie.patch @@ -0,0 +1,32 @@ +commit cd9dff0b5b53279442458360003831b6c14adc22 +Author: Tomáš Chvátal +Date: Tue Jan 5 11:20:52 2016 +0100 + + Set -fPIC and -pie as default params when building + + Signed-off-by: Tomáš Chvátal + Signed-off-by: Jan Kara + +diff --git a/Makefile.am b/Makefile.am +index 7c7a866..77f8400 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,5 @@ + ACLOCAL_AMFLAGS = -I m4 ++AM_LDFLAGS = -pie + + BUILT_SOURCES = rquota.h rquota.c rquota_clnt.c + +diff --git a/configure.ac b/configure.ac +index 1552c15..68d5924 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -53,7 +53,7 @@ AS_IF([test "x${prefix}" = "xNONE"], [ + # ================ + # Check for cflags + # ================ +-CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" ++CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC" + AC_ARG_ENABLE([werror], + [AS_HELP_STRING([--enable-werror], [Treat all warnings as errors, useful for development])], + [enable_werror="$enableval"], diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch new file mode 100644 index 0000000000..83339159e0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-distribute_ldap-scripts.patch @@ -0,0 +1,23 @@ +commit 861154efb90ed049e0473cc36935b8d03c78a869 +Author: Tomáš Chvátal +Date: Mon Jan 4 13:01:36 2016 +0100 + + Distribute ldap-scripts directory too + + Signed-off-by: Tomáš Chvátal + Signed-off-by: Jan Kara + +diff --git a/Makefile.am b/Makefile.am +index eb62617..a880ebe 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -52,7 +52,8 @@ EXTRA_DIST = \ + $(man_MANS) \ + $(rpcsvc_DATA) \ + autogen.sh \ +- Changelog ++ Changelog \ ++ ldap-scripts + + noinst_LIBRARIES = \ + libquota.a \ diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch new file mode 100644 index 0000000000..e59341a702 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-dont_override_cflags.patch @@ -0,0 +1,22 @@ +commit 776757a23e9930588950c7fcbc7827ec7a3e51c4 +Author: Tomáš Chvátal +Date: Mon Jan 4 15:48:19 2016 +0100 + + Do not accidentaly override commandline passed CFLAGS. + + Signed-off-by: Tomáš Chvátal + Signed-off-by: Jan Kara + +diff --git a/configure.ac b/configure.ac +index 3ba1386..1552c15 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -53,7 +53,7 @@ AS_IF([test "x${prefix}" = "xNONE"], [ + # ================ + # Check for cflags + # ================ +-CFLAGS="-D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" ++CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" + AC_ARG_ENABLE([werror], + [AS_HELP_STRING([--enable-werror], [Treat all warnings as errors, useful for development])], + [enable_werror="$enableval"], diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-explicitely_print_disabled_options.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-explicitely_print_disabled_options.patch new file mode 100644 index 0000000000..29627c03ab --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-explicitely_print_disabled_options.patch @@ -0,0 +1,69 @@ +commit 6ccb66159a9eee6ca114b11b70eb06f4ac6900d7 +Author: Jan Kara +Date: Mon Jan 4 15:36:27 2016 +0100 + + Print explicitely disabled options properly + + Currently we printed only an empty string when some build option was + disabled explicitely via --disable-foo. Print 'no' in that case as well. + + Signed-off-by: Jan Kara + +diff --git a/configure.ac b/configure.ac +index 39631c4..3ba1386 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -74,7 +74,7 @@ AC_ARG_ENABLE([ldapmail], + AS_IF([test "x$enable_ldapmail" != "xno"], [ + build_ldap="yes" + AC_CHECK_LIB([ldap], [ldap_initialize], [], [ +- build_ldap=no ++ build_ldap="no" + AS_IF([test "x$enable_ldapmail" = "xyes"], [ + AC_MSG_ERROR([LDAP support required but library not found.]); + ]) +@@ -84,6 +84,8 @@ AS_IF([test "x$enable_ldapmail" != "xno"], [ + AC_DEFINE([USE_LDAP_MAIL_LOOKUP], 1, [Lookup email address using LDAP]) + COMPILE_OPTS="$COMPILE_OPTS USE_LDAP_MAIL_LOOKUP" + ]) ++], [ ++ build_ldap="no" + ]) + AC_SUBST(LDAP_LIBS) + +@@ -113,6 +115,8 @@ AS_IF([test "x$enable_ext2direct" != "xno"], [ + AC_DEFINE([EXT2_DIRECT], 1, [Scanning of ext? filesystems using e2fslib]) + COMPILE_OPTS="$COMPILE_OPTS EXT2_DIRECT" + ]) ++], [ ++ build_ext2direct="no" + ]) + AC_SUBST(EXT2FS_CFLAGS) + AC_SUBST(EXT2FS_LIBS) +@@ -141,6 +145,8 @@ AS_IF([test "x$enable_netlink" != "xno"], [ + AC_MSG_ERROR([Required libnl3 libraries for quota netlink daemon not found.]) + ]) + ]) ++], [ ++ build_netlink="no" + ]) + AM_CONDITIONAL([WITH_NETLINK], [test "x$build_netlink" != "xno"]) + AC_SUBST(DBUS_CFLAGS) +@@ -171,6 +177,8 @@ AS_IF([test "x$enable_libwrap" != "xno"], [ + AC_DEFINE([HOSTS_ACCESS], 1, [Use hosts.allow and hosts.deny for access checking of rpc.rquotad]) + COMPILE_OPTS="$COMPILE_OPTS HOSTS_ACCESS" + ]) ++], [ ++ build_libwrap="no" + ]) + AC_SUBST(WRAP_LIBS) + +@@ -199,6 +207,8 @@ AS_IF([test x"$enable_rpc" != "xno"], [ + AC_DEFINE([RPC], 1, [Support for RPC]) + COMPILE_OPTS="$COMPILE_OPTS RPC" + ]) ++], [ ++ build_rpc="no" + ]) + AM_CONDITIONAL([WITH_RPC], [test x"$build_rpc" != "xno"]) + diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-fix_build_without_ldap.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-fix_build_without_ldap.patch new file mode 100644 index 0000000000..ba838bfe28 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-fix_build_without_ldap.patch @@ -0,0 +1,85 @@ +commit 39fd30ce57e3c34c3649866bf9345a71f0b78667 +Author: Jan Kara +Date: Mon Jan 4 15:10:53 2016 +0100 + + Fix build with disabled ldap + + Reported-by: Tomas Chvatal + Signed-off-by: Jan Kara + +diff --git a/warnquota.c b/warnquota.c +index 3734f0e..e9868c1 100644 +--- a/warnquota.c ++++ b/warnquota.c +@@ -109,13 +109,13 @@ struct configparams { + char *user_signature; + char *group_message; + char *group_signature; ++ time_t cc_before; ++#ifdef USE_LDAP_MAIL_LOOKUP + int use_ldap_mail; /* 0 */ ++ int ldap_is_setup; /* 0 */ + int ldap_starttls; /* 0 */ + int ldap_tls; /* LDAP_OPT_X_TLS_NEVER */ + int ldap_vers; /* LDAP_VERSION3 */ +- time_t cc_before; +-#ifdef USE_LDAP_MAIL_LOOKUP +- int ldap_is_setup; /* 0 */ + char ldap_host[CNF_BUFFER]; + int ldap_port; + char ldap_uri[CNF_BUFFER]; +@@ -729,13 +729,13 @@ static int readconfigfile(const char *filename, struct configparams *config) + } + maildev[0] = 0; + config->user_signature = config->user_message = config->group_signature = config->group_message = NULL; ++ config->cc_before = -1; ++ ++#ifdef USE_LDAP_MAIL_LOOKUP + config->use_ldap_mail = 0; + config->ldap_starttls = 0; + config->ldap_tls = LDAP_OPT_X_TLS_NEVER; + config->ldap_vers = LDAP_VERSION3; +- config->cc_before = -1; +- +-#ifdef USE_LDAP_MAIL_LOOKUP + config->ldap_port = config->ldap_is_setup = 0; + config->ldap_host[0] = 0; + config->ldap_uri[0] = 0; +@@ -820,6 +820,18 @@ static int readconfigfile(const char *filename, struct configparams *config) + create_eoln(config->group_signature); + verify_format(config->group_signature, "GROUP_SIGNATURE"); + } ++ else if (!strcmp(var, "CC_BEFORE")) { ++ int num; ++ char unit[10]; ++ ++ if (sscanf(value, "%d%s", &num, unit) != 2) ++ goto cc_parse_err; ++ if (str2timeunits(num, unit, &config->cc_before) < 0) { ++cc_parse_err: ++ die(1, _("Cannot parse time at CC_BEFORE variable (line %d).\n"), line); ++ } ++ } ++#ifdef USE_LDAP_MAIL_LOOKUP + else if (!strcmp(var, "LDAP_MAIL")) { + if(strcasecmp(value, "true") == 0) + config->use_ldap_mail = 1; +@@ -846,18 +858,6 @@ static int readconfigfile(const char *filename, struct configparams *config) + else + config->ldap_starttls = 0; + } +- else if (!strcmp(var, "CC_BEFORE")) { +- int num; +- char unit[10]; +- +- if (sscanf(value, "%d%s", &num, unit) != 2) +- goto cc_parse_err; +- if (str2timeunits(num, unit, &config->cc_before) < 0) { +-cc_parse_err: +- die(1, _("Cannot parse time at CC_BEFORE variable (line %d).\n"), line); +- } +- } +-#ifdef USE_LDAP_MAIL_LOOKUP + else if (!strcmp(var, "LDAP_HOST")) + sstrncpy(config->ldap_host, value, CNF_BUFFER); + else if (!strcmp(var, "LDAP_PORT")) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-no_rpc.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-no_rpc.patch new file mode 100644 index 0000000000..c4f5007fca --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-no_rpc.patch @@ -0,0 +1,57 @@ +From 07ec5c783ac16ed20735d6cb8ab167833f5877ee Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Mon, 15 Feb 2016 14:36:28 +0100 +Subject: [PATCH] Don't build rpc.rquotad when --disable-rpc was requested. + +This fixes a buch of undefined references: + +x86_64-pc-linux-gnu-gcc -march=native -mtune=native -O2 -pipe -D_GNU_SOURCE -Wa +ll -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -pie -Wl,-O1 -Wl,--hash-st +yle=gnu -Wl,--sort-common -Wl,--as-needed -o rpc.rquotad rquota_server.o rquota_ +svc.o svc_socket.o libquota.a +rquota_svc.o: In function `rquotaprog_2': +rquota_svc.c:(.text+0x1d3): undefined reference to `xdr_setquota_rslt' +rquota_svc.c:(.text+0x1da): undefined reference to `xdr_ext_setquota_args' +rquota_svc.c:(.text+0x2b2): undefined reference to `xdr_setquota_rslt' +rquota_svc.c:(.text+0x2b9): undefined reference to `xdr_ext_setquota_args' +rquota_svc.c:(.text+0x2ff): undefined reference to `xdr_getquota_rslt' +rquota_svc.c:(.text+0x306): undefined reference to `xdr_ext_getquota_args' +rquota_svc.c:(.text+0x31a): undefined reference to `xdr_getquota_rslt' +rquota_svc.c:(.text+0x321): undefined reference to `xdr_ext_getquota_args' +rquota_svc.o: In function `rquotaprog_1': +rquota_svc.c:(.text+0x3f3): undefined reference to `xdr_setquota_rslt' +rquota_svc.c:(.text+0x3fa): undefined reference to `xdr_setquota_args' +rquota_svc.c:(.text+0x4d2): undefined reference to `xdr_setquota_rslt' +rquota_svc.c:(.text+0x4d9): undefined reference to `xdr_setquota_args' +rquota_svc.c:(.text+0x51f): undefined reference to `xdr_getquota_rslt' +rquota_svc.c:(.text+0x526): undefined reference to `xdr_getquota_args' +rquota_svc.c:(.text+0x53a): undefined reference to `xdr_getquota_rslt' +rquota_svc.c:(.text+0x541): undefined reference to `xdr_getquota_args' +collect2: error: ld returned 1 exit status +Makefile:901: recipe for target 'rpc.rquotad' failed + +Signed-off-by: Lars Wendler +--- + Makefile.am | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 77f8400..6d7ea0e 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -116,8 +116,11 @@ sbin_PROGRAMS = \ + xqmstats \ + edquota \ + setquota \ +- convertquota \ ++ convertquota ++if WITH_RPC ++sbin_PROGRAMS += \ + rpc.rquotad ++endif + if WITH_NETLINK + sbin_PROGRAMS += \ + quota_nld +-- +2.7.1 + diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-noldap_linking.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-noldap_linking.patch new file mode 100644 index 0000000000..dbaca69bb7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-noldap_linking.patch @@ -0,0 +1,75 @@ +commit 1d9542df5d2ae5c21a1e96d100f899b3d7b2f27c +Author: Jan Kara +Date: Tue Jan 19 11:40:15 2016 +0100 + + Don't link all binaries with ldap library + + The default action-if-found of AC_CHECK_LIB() is to append checked + library to LIBS. Thus check for ldap library resulted in unwanted + addition of -lldap to LIBS as [] is an empty string in M4 and the + default action is used. + + Fix the problem by providing proper action-if-found which was currently + just hidden behind the check. Also do similar cleanup for + AC_CHECK_HEADER check although there it didn't have any undesired + side-effect. + + Reported-by: Petr Písař + Signed-off-by: Jan Kara + +diff --git a/configure.ac b/configure.ac +index 68d5924..d17b18c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -72,18 +72,17 @@ AC_ARG_ENABLE([ldapmail], + [enable_ldapmail=auto] + ) + AS_IF([test "x$enable_ldapmail" != "xno"], [ +- build_ldap="yes" +- AC_CHECK_LIB([ldap], [ldap_initialize], [], [ ++ AC_CHECK_LIB([ldap], [ldap_initialize], [ ++ build_ldap="yes" ++ LDAP_LIBS="-lldap -llber" ++ AC_DEFINE([USE_LDAP_MAIL_LOOKUP], 1, [Lookup email address using LDAP]) ++ COMPILE_OPTS="$COMPILE_OPTS USE_LDAP_MAIL_LOOKUP" ++ ], [ + build_ldap="no" + AS_IF([test "x$enable_ldapmail" = "xyes"], [ + AC_MSG_ERROR([LDAP support required but library not found.]); + ]) + ]) +- AS_IF([test "x$build_ldap" = "xyes"], [ +- LDAP_LIBS="-lldap -llber" +- AC_DEFINE([USE_LDAP_MAIL_LOOKUP], 1, [Lookup email address using LDAP]) +- COMPILE_OPTS="$COMPILE_OPTS USE_LDAP_MAIL_LOOKUP" +- ]) + ], [ + build_ldap="no" + ]) +@@ -163,8 +162,12 @@ AC_ARG_ENABLE([libwrap], + [enable_libwrap=auto] + ) + AS_IF([test "x$enable_libwrap" != "xno"], [ +- build_libwrap="yes" +- AC_CHECK_HEADER([tcpd.h],[], [ ++ AC_CHECK_HEADER([tcpd.h], [ ++ build_libwrap="yes" ++ WRAP_LIBS="-lwrap" ++ AC_DEFINE([HOSTS_ACCESS], 1, [Use hosts.allow and hosts.deny for access checking of rpc.rquotad]) ++ COMPILE_OPTS="$COMPILE_OPTS HOSTS_ACCESS" ++ ], [ + build_libwrap="no" + AS_IF([test "x$enable_libwrap" = "xyes"] , [ + AC_MSG_ERROR([tcpd.h not found and requested]) +@@ -172,11 +175,6 @@ AS_IF([test "x$enable_libwrap" != "xno"], [ + AC_MSG_WARN([tcpd.h not found]) + ]) + ]) +- AS_IF([test "x$build_libwrap" != "xno"], [ +- WRAP_LIBS="-lwrap" +- AC_DEFINE([HOSTS_ACCESS], 1, [Use hosts.allow and hosts.deny for access checking of rpc.rquotad]) +- COMPILE_OPTS="$COMPILE_OPTS HOSTS_ACCESS" +- ]) + ], [ + build_libwrap="no" + ]) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-repqouta_F_option_arg.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-repqouta_F_option_arg.patch new file mode 100644 index 0000000000..d4fffd4f03 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-repqouta_F_option_arg.patch @@ -0,0 +1,27 @@ +commit ab2bf5b51a1ca14cef63e8a7a88b039f173a210a +Author: Eric Sandeen +Date: Mon Jan 18 20:11:01 2016 -0600 + + repquota: -F option takes an arg + + Commit a5876145 added a new -O option which takes an + argument, but in the process lost the argument specifier + for "F". As a result, the use of "-F" segfaults when NULL + is sent to name2fmt() instead of the provided argument. + + Signed-off-by: Eric Sandeen + Signed-off-by: Jan Kara + +diff --git a/repquota.c b/repquota.c +index 744af70..6fe9f0c 100644 +--- a/repquota.c ++++ b/repquota.c +@@ -90,7 +90,7 @@ static void parse_options(int argcnt, char **argstr) + { NULL, 0, NULL, 0 } + }; + +- while ((ret = getopt_long(argcnt, argstr, "VavughtspncCiFO:", long_opts, NULL)) != -1) { ++ while ((ret = getopt_long(argcnt, argstr, "VavughtspncCiF:O:", long_opts, NULL)) != -1) { + switch (ret) { + case '?': + case 'h': diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-respect_docdir.patch b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-respect_docdir.patch new file mode 100644 index 0000000000..214b3ad1f1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota-4.03-respect_docdir.patch @@ -0,0 +1,21 @@ +commit cac9a60c29106763cc6abd6f372f25f97d4122a3 +Author: Tomáš Chvátal +Date: Mon Jan 4 15:26:36 2016 +0100 + + Respect the docdir declaration and do not override. + + Signed-off-by: Tomáš Chvátal + Signed-off-by: Jan Kara + +diff --git a/Makefile.am b/Makefile.am +index a880ebe..7c7a866 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,7 +2,6 @@ ACLOCAL_AMFLAGS = -I m4 + + BUILT_SOURCES = rquota.h rquota.c rquota_clnt.c + +-docdir = $(datadir)/doc/@PACKAGE@ + doc_DATA = \ + README.mailserver \ + README.ldap-support \ diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc deleted file mode 100644 index 58e81872a4..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc +++ /dev/null @@ -1,34 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc,v 1.1 2004/10/03 10:28:05 vapier Exp $ - -depend() { - need localmount -} - -start() { - ebegin "Starting Quota" - if [ -x /sbin/quotacheck ] - then - echo "Checking quotas. This may take some time." - /sbin/quotacheck -avug - echo "Done." - fi - if [ -x /sbin/quotaon ] - then - echo "Turning on quota" - /sbin/quotaon -avug - fi - eend $? -} - -stop() { - ebegin "Stopping quota" - if [ -x /sbin/quotaoff ] - then - echo "Turning quota off" - /sbin/quotaoff -avug - fi - eend $? -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc6 b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc6 deleted file mode 100644 index 75e6e80ca0..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc6 +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.4 2012/12/08 19:50:27 vapier Exp $ - -depend() { - need localmount - use portmap -} - -start() { - if [ "${RUN_QUOTACHECK}" = "yes" ] ; then - ebegin "Checking quotas (may take a while)" - /usr/sbin/quotacheck ${QUOTACHECK_OPTS} - eend $? - fi - - ebegin "Starting quota" - /usr/sbin/quotaon ${QUOTAON_OPTS} - eend $? -} - -stop() { - ebegin "Stopping quota" - /usr/sbin/quotaoff ${QUOTAOFF_OPTS} - eend $? -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc7 b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc7 index 23f8c15365..8201767a45 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc7 +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/quota.rc7 @@ -1,7 +1,7 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc7,v 1.2 2012/12/08 19:50:27 vapier Exp $ +# $Id$ extra_started_commands="check" description_check="Running quotacheck with quota being offline" diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/rpc.rquotad.initd b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/rpc.rquotad.initd index f657fc4692..047759a8d7 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/rpc.rquotad.initd +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/files/rpc.rquotad.initd @@ -1,7 +1,7 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/rpc.rquotad.initd,v 1.1 2007/03/25 12:09:39 vapier Exp $ +# $Id$ [ -e /etc/conf.d/nfs ] && source /etc/conf.d/nfs diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-fs/quota/metadata.xml index 2732800a7b..3787c4c41e 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/metadata.xml @@ -1,9 +1,15 @@ -base-system + + base-system@gentoo.org + Gentoo Base System + - Compile daemon receiving quota messages via netlink - Enable quota interaction via RPC + Compile daemon receiving quota messages via netlink + Enable quota interaction via RPC + + linuxquota + diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.14-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.14-r1.ebuild deleted file mode 100644 index 4dd9085c89..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.14-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.14-r1.ebuild,v 1.10 2011/02/06 11:03:20 leio Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Linux quota tools" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="nls tcpd ldap rpc" - -RDEPEND="ldap? ( net-nds/openldap ) - tcpd? ( sys-apps/tcp-wrappers ) - rpc? ( net-nds/portmap )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/quota-tools - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-3.13-configure-LANG.patch #131432 - epatch "${FILESDIR}"/${PN}-3.14-headers.patch - - # patch to prevent quotactl.2 manpage from being installed - # that page is provided by man-pages instead - epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch - - # Don't strip binaries (from Fedora) - epatch "${FILESDIR}"/quota-3.06-no-stripping.patch - - append-cppflags -DLDAP_DEPRECATED=1 - - sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure -} - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable ldap ldapmail) \ - $(use_enable rpc) \ - $(use_enable rpc rpcsetquota) \ - || die - emake || die -} - -src_install() { - dodir /{sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,3,8}} - emake ROOTDIR="${D}" install || die - rm -r "${D}"/usr/include #70938 - - insinto /etc - insopts -m0644 - doins warnquota.conf quotatab - - dodoc doc/* - dodoc README.* - dodoc Changelog - - newinitd "${FILESDIR}"/quota.rc6 quota - newconfd "${FILESDIR}"/quota.confd quota - - if use rpc ; then - newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad - fi - - if use ldap ; then - insinto /etc/openldap/schema - insopts -m0644 - doins ldap-scripts/quota.schema - - exeinto /usr/share/quota/ldap-scripts - doexe ldap-scripts/*.pl - doexe ldap-scripts/edquota_editor - fi -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.15.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.15.ebuild deleted file mode 100644 index d161f10d0d..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.15.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.6 2009/01/21 20:22:45 jer Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Linux quota tools" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="nls tcpd ldap rpc" - -RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) - tcpd? ( sys-apps/tcp-wrappers ) - rpc? ( net-nds/portmap )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/quota-tools - -src_unpack() { - unpack ${A} - cd "${S}" - - # patch to prevent quotactl.2 manpage from being installed - # that page is provided by man-pages instead - epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch - - # Don't strip binaries (from Fedora) - epatch "${FILESDIR}"/quota-3.06-no-stripping.patch - - # This was for openldap-2.2 support before, - # Now we only support >=2.3 - append-cppflags -DLDAP_DEPRECATED=0 - - sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure -} - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable ldap ldapmail) \ - $(use_enable rpc) \ - $(use_enable rpc rpcsetquota) \ - || die - emake || die -} - -src_install() { - emake ROOTDIR="${D}" install || die - rm -r "${D}"/usr/include || die #70938 - - insinto /etc - insopts -m0644 - doins warnquota.conf quotatab - - dodoc doc/* - dodoc README.* - dodoc Changelog - - newinitd "${FILESDIR}"/quota.rc6 quota - newconfd "${FILESDIR}"/quota.confd quota - - if use rpc ; then - newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad - fi - - if use ldap ; then - insinto /etc/openldap/schema - insopts -m0644 - doins ldap-scripts/quota.schema - - exeinto /usr/share/quota/ldap-scripts - doexe ldap-scripts/*.pl - doexe ldap-scripts/edquota_editor - fi -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.16.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.16.ebuild deleted file mode 100644 index 343efba417..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.16.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.16.ebuild,v 1.1 2008/11/20 00:41:06 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Linux quota tools" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="nls tcpd ldap rpc" - -RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) - tcpd? ( sys-apps/tcp-wrappers ) - rpc? ( net-nds/portmap )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/quota-tools - -src_unpack() { - unpack ${A} - cd "${S}" - - # patch to prevent quotactl.2 manpage from being installed - # that page is provided by man-pages instead - epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch - - # This was for openldap-2.2 support before, - # Now we only support >=2.3 - append-cppflags -DLDAP_DEPRECATED=0 - - sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure -} - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable ldap ldapmail) \ - $(use_enable rpc) \ - $(use_enable rpc rpcsetquota) \ - || die - emake || die -} - -src_install() { - emake STRIP="" ROOTDIR="${D}" install || die - rm -r "${D}"/usr/include || die #70938 - - insinto /etc - insopts -m0644 - doins warnquota.conf quotatab - - dodoc doc/* - dodoc README.* - dodoc Changelog - - newinitd "${FILESDIR}"/quota.rc6 quota - newconfd "${FILESDIR}"/quota.confd quota - - if use rpc ; then - newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad - fi - - if use ldap ; then - insinto /etc/openldap/schema - insopts -m0644 - doins ldap-scripts/quota.schema - - exeinto /usr/share/quota/ldap-scripts - doexe ldap-scripts/*.pl - doexe ldap-scripts/edquota_editor - fi -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17-r1.ebuild index f876150d08..7a66895e2c 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17-r1.ebuild,v 1.8 2011/05/21 18:01:37 armin76 Exp $ +# $Id$ inherit eutils flag-o-matic @@ -54,7 +54,7 @@ src_install() { insopts -m0644 doins warnquota.conf quotatab - rm -rf doc/CVS + ecvs_clean dodoc doc/* dodoc README.* dodoc Changelog diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17.ebuild deleted file mode 100644 index c9af3f528a..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-3.17.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.12 2011/04/22 09:59:18 jlec Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Linux quota tools" -HOMEPAGE="http://sourceforge.net/projects/linuxquota/" -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="nls tcpd ldap rpc" - -RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) - tcpd? ( sys-apps/tcp-wrappers ) - rpc? ( || ( net-nds/portmap net-nds/rpcbind ) )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/quota-tools - -src_unpack() { - unpack ${A} - cd "${S}" - - # patch to prevent quotactl.2 manpage from being installed - # that page is provided by man-pages instead - epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch - - # This was for openldap-2.2 support before, - # Now we only support >=2.3 - append-cppflags -DLDAP_DEPRECATED=0 - - sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure -} - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable ldap ldapmail) \ - $(use_enable rpc) \ - $(use_enable rpc rpcsetquota) \ - || die - emake || die -} - -src_install() { - emake STRIP="" ROOTDIR="${D}" install || die - rm -r "${D}"/usr/include || die #70938 - - insinto /etc - insopts -m0644 - doins warnquota.conf quotatab - - rm -rf doc/CVS - dodoc doc/* - dodoc README.* - dodoc Changelog - - newinitd "${FILESDIR}"/quota.rc6 quota - newconfd "${FILESDIR}"/quota.confd quota - - if use rpc ; then - newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad - fi - - if use ldap ; then - insinto /etc/openldap/schema - insopts -m0644 - doins ldap-scripts/quota.schema - - exeinto /usr/share/quota/ldap-scripts - doexe ldap-scripts/*.pl - doexe ldap-scripts/edquota_editor - fi -} diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.01.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.02.ebuild similarity index 73% rename from sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.01.ebuild rename to sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.02.ebuild index 621fbc4171..a32694f650 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.01.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.02.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.01.ebuild,v 1.1 2013/01/06 22:37:43 vapier Exp $ +# $Id$ EAPI="4" -inherit eutils flag-o-matic +inherit eutils DESCRIPTION="Linux quota tools" HOMEPAGE="http://sourceforge.net/projects/linuxquota/" @@ -12,13 +12,13 @@ SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus - dev-libs/libnl:1.1 + dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers )" @@ -28,8 +28,17 @@ DEPEND="${RDEPEND} S=${WORKDIR}/quota-tools src_prepare() { - sed -i '1iCC = @CC@' Makefile.in || die #446277 - epatch "${FILESDIR}"/${PN}-4.01-mnt.patch + local args=( + -e '1iCC = @CC@' #446277 + ) + if ! use rpc ; then + args+=( #465810 + -e '/^PROGS/s:rpc.rquotad::' + -e '/^RPCGEN/s:=.*:=false:' + -e '/^RPCCLNTOBJS/s:=.*:=:' + ) + fi + sed -i "${args[@]}" Makefile.in || die } src_configure() { @@ -44,7 +53,7 @@ src_configure() { src_install() { emake STRIP="" ROOTDIR="${D}" install dodoc doc/* README.* Changelog - rm -r "${D}"/usr/include || die #70938 + rm -r "${ED}"/usr/include || die #70938 insinto /etc insopts -m0644 @@ -55,8 +64,6 @@ src_install() { if use rpc ; then newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad fi if use ldap ; then diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.00.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.03.ebuild similarity index 54% rename from sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.00.ebuild rename to sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.03.ebuild index 580dcc10f1..074c8be5ba 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.00.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/quota/quota-4.03.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.00.ebuild,v 1.3 2012/12/24 02:29:19 vapier Exp $ +# $Id$ -EAPI="2" +EAPI=5 -inherit eutils flag-o-matic +inherit autotools eutils DESCRIPTION="Linux quota tools" HOMEPAGE="http://sourceforge.net/projects/linuxquota/" @@ -18,21 +18,37 @@ IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus - dev-libs/libnl:1.1 + dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -S=${WORKDIR}/quota-tools +PATCHES=( + # Patches from upstream + "${FILESDIR}/${P}-fix_build_without_ldap.patch" + "${FILESDIR}/${P}-distribute_ldap-scripts.patch" + "${FILESDIR}/${P}-explicitely_print_disabled_options.patch" + "${FILESDIR}/${P}-respect_docdir.patch" + "${FILESDIR}/${P}-dont_override_cflags.patch" + "${FILESDIR}/${P}-default_fpic_fpie.patch" + "${FILESDIR}/${P}-repqouta_F_option_arg.patch" + "${FILESDIR}/${P}-noldap_linking.patch" + + # Patches not (yet) upstreamed + "${FILESDIR}/${P}-no_rpc.patch" +) src_prepare() { - sed -i '1iCC = @CC@' Makefile.in || die #446277 + epatch "${PATCHES[@]}" + + eautoreconf } src_configure() { econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable nls) \ $(use_enable ldap ldapmail) \ $(use_enable netlink) \ @@ -41,30 +57,28 @@ src_configure() { } src_install() { - emake STRIP="" ROOTDIR="${D}" install || die + emake DESTDIR="${D}" install dodoc doc/* README.* Changelog - rm -r "${D}"/usr/include || die #70938 + rm -r "${ED}"/usr/include || die #70938 insinto /etc insopts -m0644 - doins warnquota.conf quotatab || die + doins warnquota.conf quotatab newinitd "${FILESDIR}"/quota.rc7 quota newconfd "${FILESDIR}"/quota.confd quota if use rpc ; then newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad - else - rm -f "${D}"/usr/sbin/rpc.rquotad fi if use ldap ; then insinto /etc/openldap/schema insopts -m0644 - doins ldap-scripts/quota.schema || die + doins "${FILESDIR}"/ldap-scripts/quota.schema exeinto /usr/share/quota/ldap-scripts - doexe ldap-scripts/*.pl || die - doexe ldap-scripts/edquota_editor || die + doexe "${FILESDIR}"/ldap-scripts/*.pl + doexe "${FILESDIR}"/ldap-scripts/edquota_editor fi }