public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2015-10-29 16:11 Ian Delaney
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney @ 2015-10-29 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ab30126bfee3c9fc31a0d6f2ccb3b72ac99ab4ee
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 12:18:14 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 16:11:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab30126b

net-ftp/frox: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 net-ftp/frox/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml
index e6a0d32..a52713b 100644
--- a/net-ftp/frox/metadata.xml
+++ b/net-ftp/frox/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
     <herd>proxy-maintainers</herd>
     <maintainer>
-        <email>beber@meleeweb.net</email>
+        <email>bertrand@jacquin.bzh</email>
         <name>Bertrand Jacquin</name>
         <description>Proxied maintainer.</description>
     </maintainer>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2016-03-28  8:10 Ian Delaney
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney @ 2016-03-28  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8c77b222360364fe16c35df90a81519dfe32b490
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 03:01:56 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 08:10:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c77b222

net-ftp/frox: metadata.xml; substitute inactive user (proxy) maintainer

wrt the gentoo bug, user Marek Behun has offered to substitute as
proxy maintainer. metadata.xml aedited accordingly. The patch for the bug
itself needs a correction / editing.

Gentoo-bug: #565374

Package-Manager: portage-2.2.28

 net-ftp/frox/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml
index de4ac42..787b931 100644
--- a/net-ftp/frox/metadata.xml
+++ b/net-ftp/frox/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
     <maintainer type="person">
-        <email>bertrand@jacquin.bzh</email>
-        <name>Bertrand Jacquin</name>
+        <email>kabel@blackhole.sk</email>
+        <name>Marek Behun</name>
         <description>Proxied maintainer.</description>
     </maintainer>
     <maintainer type="project">


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2016-10-09 16:19 Pacho Ramos
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2016-10-09 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cdfbc1cfb3f39f69849ee38577edf0c00c2db91b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 15:44:27 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:18:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfbc1cf

net-ftp/frox: Drop old

Package-Manager: portage-2.3.1

 net-ftp/frox/frox-0.7.18-r4.ebuild | 84 --------------------------------------
 1 file changed, 84 deletions(-)

diff --git a/net-ftp/frox/frox-0.7.18-r4.ebuild b/net-ftp/frox/frox-0.7.18-r4.ebuild
deleted file mode 100644
index 235ae8b..00000000
--- a/net-ftp/frox/frox-0.7.18-r4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils autotools user
-
-IUSE="clamav ssl transparent"
-
-MY_P=${P/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A transparent ftp proxy"
-SRC_URI="http://frox.sourceforge.net/download/${MY_P}.tar.bz2"
-HOMEPAGE="http://frox.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND="clamav? ( >=app-antivirus/clamav-0.80 )
-	ssl? ( dev-libs/openssl )
-	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	enewgroup ftpproxy
-	enewuser ftpproxy -1 -1 /var/spool/frox ftpproxy
-
-	use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035"
-}
-
-src_prepare () {
-	epatch "${FILESDIR}"/${PV}-respect-CFLAGS.patch
-	epatch "${FILESDIR}"/${PV}-netfilter-includes.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-http-cache --enable-local-cache \
-		--enable-procname \
-		--enable-configfile=/etc/frox.conf \
-		$(use_enable !kernel_linux libiptc) \
-		$(use_enable clamav virus-scan) \
-		$(use_enable ssl) \
-		$(use_enable transparent transparent-data) \
-		$(use_enable !transparent ntp)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	keepdir /var/run/frox
-	keepdir /var/spool/frox
-	keepdir /var/log/frox
-
-	fperms 700 /var/spool/frox
-	fowners ftpproxy:ftpproxy /var/run/frox /var/spool/frox /var/log/frox
-
-	# INSTALL has useful filewall rules
-	dodoc BUGS README \
-		doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL \
-		doc/INTERNALS doc/README.transdata doc/RELEASE \
-		doc/SECURITY doc/TODO
-
-	dohtml doc/*.html doc/*.sgml
-
-	mv doc/frox.man doc/frox.man.8
-	mv doc/frox.conf.man doc/frox.conf.man.8
-	doman doc/frox.man.8 doc/frox.conf.man.8
-
-	newinitd "${FILESDIR}"/frox.rc frox
-
-	cd src
-	epatch "${FILESDIR}/config-${PV}.patch"
-
-	cp frox.conf "${D}/etc/frox.conf.example"
-	if use clamav ; then
-		sed -i \
-		  -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \
-			"${D}/etc/frox.conf.example" || die
-	fi
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2017-01-15  3:12 Göktürk Yüksek
  0 siblings, 0 replies; 12+ messages in thread
From: Göktürk Yüksek @ 2017-01-15  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a276759574978197ce734903d26a33dafa48bc
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 02:41:51 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 03:12:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a27675

net-ftp/frox: remove the obsolete <description> tag

Package-Manager: portage-2.3.0

 net-ftp/frox/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml
index 787b931..62cb681 100644
--- a/net-ftp/frox/metadata.xml
+++ b/net-ftp/frox/metadata.xml
@@ -4,7 +4,6 @@
     <maintainer type="person">
         <email>kabel@blackhole.sk</email>
         <name>Marek Behun</name>
-        <description>Proxied maintainer.</description>
     </maintainer>
     <maintainer type="project">
         <email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2020-03-14  9:55 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-03-14  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     eb4bb5dffb1a3aae566f73fc438ca921c5ded51e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 09:53:44 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 09:55:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4bb5df

net-ftp/frox: RedundantLongDescription

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-ftp/frox/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml
index 62cb681b803..748515899f6 100644
--- a/net-ftp/frox/metadata.xml
+++ b/net-ftp/frox/metadata.xml
@@ -12,7 +12,6 @@
     <use>
         <flag name="transparent">Enable transparent proxying of data connections</flag>
     </use>
-    <longdescription>A transparent ftp proxy</longdescription>
     <upstream>
         <remote-id type="sourceforge">frox</remote-id>
     </upstream>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2020-10-31 16:27 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2020-10-31 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f4dff51d3c507703738ad60708e11d0c8fc67e62
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 16:19:29 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 16:19:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dff51d

net-ftp/frox: x86 stable (bug #707618)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/frox/frox-0.7.18-r6.ebuild b/net-ftp/frox/frox-0.7.18-r6.ebuild
index 0f3521729e3..eaef1f5836e 100644
--- a/net-ftp/frox/frox-0.7.18-r6.ebuild
+++ b/net-ftp/frox/frox-0.7.18-r6.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://frox.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="clamav libressl ssl transparent"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2020-11-27 15:59 Aaron Bauman
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2020-11-27 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6f6d3540c4559c916269b262f48d91ab6d391b47
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 15:41:31 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 15:59:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6d3540

net-ftp/frox: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r5.ebuild | 81 --------------------------------------
 1 file changed, 81 deletions(-)

diff --git a/net-ftp/frox/frox-0.7.18-r5.ebuild b/net-ftp/frox/frox-0.7.18-r5.ebuild
deleted file mode 100644
index 7bcc20fb976..00000000000
--- a/net-ftp/frox/frox-0.7.18-r5.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils user
-
-DESCRIPTION="A transparent ftp proxy"
-SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2"
-HOMEPAGE="http://frox.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-IUSE="clamav ssl transparent"
-
-DEPEND="clamav? ( >=app-antivirus/clamav-0.80 )
-	ssl? ( dev-libs/openssl )
-	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )"
-RDEPEND="${DEPEND}"
-
-# INSTALL has useful filewall rules
-DOCS=(
-	BUGS README
-	doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
-	doc/INTERNALS doc/README.transdata doc/RELEASE
-	doc/SECURITY doc/TODO
-)
-
-pkg_setup() {
-	enewgroup ftpproxy
-	enewuser ftpproxy -1 -1 /var/spool/frox ftpproxy
-
-	use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}/${PV}-respect-CFLAGS.patch"
-	epatch "${FILESDIR}/${PV}-netfilter-includes.patch"
-	epatch "${FILESDIR}/${P}-config.patch"
-
-	if use clamav ; then
-		sed -i -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \
-			"src/${PN}.conf" || die
-	fi
-
-	epatch_user
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-http-cache --enable-local-cache \
-		--enable-procname \
-		--enable-configfile=/etc/frox.conf \
-		$(use_enable !kernel_linux libiptc) \
-		$(use_enable clamav virus-scan) \
-		$(use_enable ssl) \
-		$(use_enable transparent transparent-data) \
-		$(use_enable !transparent ntp)
-}
-
-src_install() {
-	default
-
-	keepdir /var/{log,spool}/"${PN}"
-
-	fperms 700 /var/spool/frox
-	fowners ftpproxy:ftpproxy /var/{log,spool}/frox
-
-	dohtml doc/*.html doc/*.sgml
-
-	newman "doc/${PN}.man" "${PN}.man.8"
-	newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
-
-	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-
-	insinto /etc
-	newins "src/${PN}.conf" "${PN}.conf.example"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2021-05-02 14:40 Mikle Kolyada
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2021-05-02 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     be20f9ada908d421c407a19abc40609da157227d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 14:34:49 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 14:40:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be20f9ad

net-ftp/frox: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-ftp/frox/frox-0.7.18-r6.ebuild b/net-ftp/frox/frox-0.7.18-r6.ebuild
index 972f0fdb1a2..680bcbd9523 100644
--- a/net-ftp/frox/frox-0.7.18-r6.ebuild
+++ b/net-ftp/frox/frox-0.7.18-r6.ebuild
@@ -11,13 +11,13 @@ HOMEPAGE="http://frox.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="clamav libressl ssl transparent"
+IUSE="clamav ssl transparent"
 
 DEPEND="
 	clamav? ( >=app-antivirus/clamav-0.80 )
 	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl:0= ) )
+		dev-libs/openssl:0
+	)
 	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2021-06-22 18:19 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-06-22 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     98d35b122b6872f40fb55d58ce09ee690e835ab0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 22:17:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:18:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d35b12

net-ftp/frox: use binding := for dev-libs/openssl

Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.

Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/frox/{frox-0.7.18-r6.ebuild => frox-0.7.18-r7.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/frox/frox-0.7.18-r6.ebuild b/net-ftp/frox/frox-0.7.18-r7.ebuild
similarity index 98%
rename from net-ftp/frox/frox-0.7.18-r6.ebuild
rename to net-ftp/frox/frox-0.7.18-r7.ebuild
index 680bcbd9523..b0221a94fd7 100644
--- a/net-ftp/frox/frox-0.7.18-r6.ebuild
+++ b/net-ftp/frox/frox-0.7.18-r7.ebuild
@@ -16,7 +16,7 @@ IUSE="clamav ssl transparent"
 DEPEND="
 	clamav? ( >=app-antivirus/clamav-0.80 )
 	ssl? (
-		dev-libs/openssl:0
+		dev-libs/openssl:0=
 	)
 	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
 "


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2021-07-11 21:23 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cc93c35abde4e5195264af373116d84021ef32e9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:38:12 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc93c35a

net-ftp/frox: migrate to GLEP 81

Bug: https://bugs.gentoo.org/781386
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r8.ebuild | 89 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 89 insertions(+)

diff --git a/net-ftp/frox/frox-0.7.18-r8.ebuild b/net-ftp/frox/frox-0.7.18-r8.ebuild
new file mode 100644
index 00000000000..f6b1a1a13c4
--- /dev/null
+++ b/net-ftp/frox/frox-0.7.18-r8.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A transparent ftp proxy"
+SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2"
+HOMEPAGE="http://frox.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE="clamav ssl transparent"
+
+DEPEND="
+	acct-group/ftpproxy
+	acct-user/ftpproxy
+	clamav? ( >=app-antivirus/clamav-0.80 )
+	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
+	ssl? (
+		dev-libs/openssl:0=
+	)
+"
+
+RDEPEND="${DEPEND}"
+
+# INSTALL has useful filewall rules
+DOCS=(
+	BUGS README
+	doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
+	doc/INTERNALS doc/README.transdata doc/RELEASE
+	doc/SECURITY doc/TODO
+)
+
+pkg_setup() {
+	use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035"
+}
+
+src_prepare() {
+	HTML_DOCS=( doc/*.html doc/*.sgml )
+
+	default
+
+	eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch"
+	eapply "${FILESDIR}/${PV}-netfilter-includes.patch"
+	eapply "${FILESDIR}/${P}-config.patch"
+	eapply "${FILESDIR}/${P}-no-common.patch"
+
+	if use clamav ; then
+		sed -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \
+			-i "src/${PN}.conf" || die
+	fi
+
+	mv configure.in configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--enable-http-cache --enable-local-cache
+		--enable-procname
+		--enable-configfile=/etc/frox.conf
+		$(use_enable !kernel_linux libiptc)
+		$(use_enable clamav virus-scan)
+		$(use_enable ssl)
+		$(use_enable transparent transparent-data)
+		$(use_enable !transparent ntp)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	keepdir /var/log/"${PN}"
+
+	fowners ftpproxy:ftpproxy /var/log/frox
+
+	newman "doc/${PN}.man" "${PN}.man.8"
+	newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
+
+	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+
+	insinto /etc
+	newins "src/${PN}.conf" "${PN}.conf.example"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2021-07-11 21:23 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0816038f2b906b0bb3ba3c4cef6b3d08cd103804
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:39:19 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0816038f

net-ftp/frox: drop old version

Closes: https://bugs.gentoo.org/781386
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r7.ebuild | 86 --------------------------------------
 1 file changed, 86 deletions(-)

diff --git a/net-ftp/frox/frox-0.7.18-r7.ebuild b/net-ftp/frox/frox-0.7.18-r7.ebuild
deleted file mode 100644
index b0221a94fd7..00000000000
--- a/net-ftp/frox/frox-0.7.18-r7.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools user
-
-DESCRIPTION="A transparent ftp proxy"
-SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2"
-HOMEPAGE="http://frox.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="clamav ssl transparent"
-
-DEPEND="
-	clamav? ( >=app-antivirus/clamav-0.80 )
-	ssl? (
-		dev-libs/openssl:0=
-	)
-	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
-"
-RDEPEND="${DEPEND}"
-
-# INSTALL has useful filewall rules
-DOCS=(
-	BUGS README
-	doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
-	doc/INTERNALS doc/README.transdata doc/RELEASE
-	doc/SECURITY doc/TODO
-)
-
-pkg_setup() {
-	enewgroup ftpproxy
-	enewuser ftpproxy -1 -1 /var/spool/frox ftpproxy
-
-	use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035"
-}
-
-src_prepare() {
-	HTML_DOCS=( doc/*.html doc/*.sgml )
-
-	default
-
-	eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch"
-	eapply "${FILESDIR}/${PV}-netfilter-includes.patch"
-	eapply "${FILESDIR}/${P}-config.patch"
-	eapply "${FILESDIR}/${P}-no-common.patch"
-
-	if use clamav ; then
-		sed -i -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \
-			"src/${PN}.conf" || die
-	fi
-
-	mv configure.in configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-http-cache --enable-local-cache \
-		--enable-procname \
-		--enable-configfile=/etc/frox.conf \
-		$(use_enable !kernel_linux libiptc) \
-		$(use_enable clamav virus-scan) \
-		$(use_enable ssl) \
-		$(use_enable transparent transparent-data) \
-		$(use_enable !transparent ntp)
-}
-
-src_install() {
-	default
-
-	keepdir /var/{log,spool}/"${PN}"
-
-	fperms 700 /var/spool/frox
-	fowners ftpproxy:ftpproxy /var/{log,spool}/frox
-
-	newman "doc/${PN}.man" "${PN}.man.8"
-	newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
-
-	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-
-	insinto /etc
-	newins "src/${PN}.conf" "${PN}.conf.example"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
@ 2024-01-20 21:22 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-01-20 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bdfc36e1657ecddc42183388313a6e6ecbd3069d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 18 19:43:08 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:21:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfc36e1

net-ftp/frox: EAPI8 bump, fix bug #724924

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/724924
Closes: https://github.com/gentoo/gentoo/pull/34887
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-ftp/frox/frox-0.7.18-r9.ebuild | 93 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)

diff --git a/net-ftp/frox/frox-0.7.18-r9.ebuild b/net-ftp/frox/frox-0.7.18-r9.ebuild
new file mode 100644
index 000000000000..3adb233d8114
--- /dev/null
+++ b/net-ftp/frox/frox-0.7.18-r9.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Transparent ftp proxy"
+HOMEPAGE="https://frox.sourceforge.net/"
+SRC_URI="https://frox.sourceforge.net/download/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="clamav ssl transparent"
+
+DEPEND="
+	acct-group/ftpproxy
+	acct-user/ftpproxy
+	clamav? ( >=app-antivirus/clamav-0.80 )
+	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
+	ssl? (
+		dev-libs/openssl:0=
+	)
+"
+
+RDEPEND="${DEPEND}"
+
+# INSTALL has useful filewall rules
+DOCS=(
+	BUGS README
+	doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
+	doc/INTERNALS doc/README.transdata doc/RELEASE
+	doc/SECURITY doc/TODO
+)
+
+pkg_setup() {
+	use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035"
+}
+
+src_prepare() {
+	HTML_DOCS=( doc/*.html doc/*.sgml )
+
+	default
+
+	eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch"
+	eapply "${FILESDIR}/${PV}-netfilter-includes.patch"
+	eapply "${FILESDIR}/${P}-config.patch"
+	eapply "${FILESDIR}/${P}-no-common.patch"
+
+	if use clamav ; then
+		sed -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \
+			-i "src/${PN}.conf" || die
+	fi
+
+	mv configure.in configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--enable-http-cache --enable-local-cache
+		--enable-procname
+		--enable-configfile=/etc/frox.conf
+		$(use_enable !kernel_linux libiptc)
+		$(use_enable clamav virus-scan)
+		$(use_enable ssl)
+		$(use_enable transparent transparent-data)
+		$(use_enable !transparent ntp)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)"
+}
+
+src_install() {
+	default
+
+	keepdir /var/log/"${PN}"
+
+	fowners ftpproxy:ftpproxy /var/log/frox
+
+	newman "doc/${PN}.man" "${PN}.man.8"
+	newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
+
+	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+
+	insinto /etc
+	newins "src/${PN}.conf" "${PN}.conf.example"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-01-20 21:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11 21:23 [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 21:22 Conrad Kostecki
2021-07-11 21:23 Conrad Kostecki
2021-06-22 18:19 Sam James
2021-05-02 14:40 Mikle Kolyada
2020-11-27 15:59 Aaron Bauman
2020-10-31 16:27 Thomas Deutschmann
2020-03-14  9:55 Joonas Niilola
2017-01-15  3:12 Göktürk Yüksek
2016-10-09 16:19 Pacho Ramos
2016-03-28  8:10 Ian Delaney
2015-10-29 16:11 Ian Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox