Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406483 - net-ftp/frox-0.7.18-r3 enhancements and transparent fix
Summary: net-ftp/frox-0.7.18-r3 enhancements and transparent fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-03-01 21:16 UTC by Bertrand Jacquin
Modified: 2012-03-03 12:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
frox-0.7.18-r3.ebuild (frox-0.7.18-r3.ebuild,1.98 KB, text/plain)
2012-03-01 21:16 UTC, Bertrand Jacquin
Details
0.7.18-respect-CFLAGS.diff (0.7.18-respect-CFLAGS.diff,328 bytes, patch)
2012-03-01 21:17 UTC, Bertrand Jacquin
Details | Diff
0.7.18-netfilter-includes.diff (0.7.18-netfilter-includes.diff,548 bytes, patch)
2012-03-01 21:18 UTC, Bertrand Jacquin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2012-03-01 21:16:18 UTC
With recent kernels, configure script say :

checking for linux/netfilter_ipv4.h... no

even if we got it :

configure:4003: checking for linux/netfilter_ipv4.h
configure:4019: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -O2  conftest.c >&5
In file included from /usr/include/linux/netfilter_ipv4.h:8:0,
                 from conftest.c:38:
/usr/include/linux/netfilter.h:66:17: error: field 'in' has incomplete type
/usr/include/linux/netfilter.h:67:18: error: field 'in6' has incomplete type
configure:4025: $? = 1

Here is a fix. This also add ssl support, procname, set default configuration file search to /etc/frox.conf and make transparent features manageable with USE

Reproducible: Always
Comment 1 Bertrand Jacquin 2012-03-01 21:16:58 UTC
Created attachment 303875 [details]
frox-0.7.18-r3.ebuild
Comment 2 Bertrand Jacquin 2012-03-01 21:17:53 UTC
Created attachment 303877 [details, diff]
0.7.18-respect-CFLAGS.diff
Comment 3 Bertrand Jacquin 2012-03-01 21:18:04 UTC
Created attachment 303879 [details, diff]
0.7.18-netfilter-includes.diff
Comment 4 Pacho Ramos gentoo-dev 2012-03-03 12:53:22 UTC
+*frox-0.7.18-r4 (03 Mar 2012)
+
+  03 Mar 2012; Pacho Ramos <pacho@gentoo.org>
+  +files/0.7.18-netfilter-includes.patch, +files/0.7.18-respect-CFLAGS.patch,
+  +frox-0.7.18-r4.ebuild, -frox-0.7.18-r3.ebuild, metadata.xml:
+  Respect CFLAGS, add transparent support and more fixes, bug #406483 by
+  Bertrand Jacquin. Drop old.
+