Re: [opensuse-factory] Please update vpnc
On Mon, Jan 14, 2008 at 12:21:03AM +0100, Joerg Mayer wrote:
Can vpnc please be updated from 0.3.x to 0.5.x?
Done. Thanks for the heads up! Looks like it's time to move it to the build service. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
Hi,
On Mon, Jan 14, 2008 at 12:21:03AM +0100, Joerg Mayer wrote:
Can vpnc please be updated from 0.3.x to 0.5.x?
Done. Thanks for the heads up!
Looks like it's time to move it to the build service.
does this mean https://bugzilla.novell.com/show_bug.cgi?id=134480 is fixed? This bug has been on my list forever ... greetings Felix Möller --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hi Felix, On Mon, Jan 14, 2008 at 05:54:30PM +0100, Felix Möller wrote: [ 8< ]
does this mean https://bugzilla.novell.com/show_bug.cgi?id=134480 is fixed?
I expect this.
This bug has been on my list forever ...
As I no longer have an testing environment I can't say for sure. Not only therefore feedback is highly welcome. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
Hi,
On Mon, Jan 14, 2008 at 05:54:30PM +0100, Felix Möller wrote: [ 8< ]
does this mean https://bugzilla.novell.com/show_bug.cgi?id=134480 is fixed?
I expect this.
This bug has been on my list forever ...
As I no longer have an testing environment I can't say for sure.
Not only therefore feedback is highly welcome.
As the servers are back online I did an update again and now have: # rpm -q vpnc vpnc-0.5.1-2 But now I get: # vpnc usage: modify_resolvconf <action> <options> action: modify, restore, cleanup or check options: mandatory for: -s|--service <service> modify, restore -e|--extension <string> -p|--process <process> modify -i|--pid <pid> -f|--script <pathname of script> modify -t|--text <text> modify -l|--searchlist <list of domains> -d|--domain <domain> -n|--nameservers <addresses> -o|--save_now <pathname of file> -a|--save_later <pathname of file> -k|--keep --resolv --named --no_restart -q|--quiet -v|--verbose -h|--help (does not need an action) cleanup and check ignore all options except -q and -v ERROR: there is no script named /usr/local/sbin/vpnc VPNC started in background (pid: 4938)... Looking into it I think there is still a small packaging bug: # cat -n /etc/vpnc/vpnc-script ... 59 DEFAULT_ROUTE_FILE=/var/run/vpnc/defaultroute 60 RESOLV_CONF_BACKUP=/var/run/vpnc/resolv.conf-backup 61 FULL_SCRIPTNAME=/usr/local/sbin/vpnc 62 SCRIPTNAME=`basename $FULL_SCRIPTNAME` ... I had to change the FULL_SCRIPTNAME=/usr/local/sbin/vpnc to /usr/sbin/vpnc. As I am just a user of vpnc I am sure whether this is correct. Joerg can you comment? Thanks Felix Möller --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Thu, Jan 17, 2008 at 10:26:11AM +0100, Felix Möller wrote: [ 8< ]
ERROR: there is no script named /usr/local/sbin/vpnc
It uses now /usr/sbin/vpnc. The prefix set with the make call isn't used. ATM this is a quick fix. The would require something like vpnc-script.in which is used to generate vpnc-script while package build or install. But I'm open to a different solution. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
On Thu, Jan 17, 2008 at 10:26:11AM +0100, Felix M?ller wrote:
As the servers are back online I did an update again and now have: # rpm -q vpnc vpnc-0.5.1-2
But now I get: # vpnc usage: modify_resolvconf <action> <options> action: modify, restore, cleanup or check options: mandatory for: -s|--service <service> modify, restore -e|--extension <string> -p|--process <process> modify -i|--pid <pid> -f|--script <pathname of script> modify -t|--text <text> modify -l|--searchlist <list of domains> -d|--domain <domain> -n|--nameservers <addresses> -o|--save_now <pathname of file> -a|--save_later <pathname of file> -k|--keep --resolv --named --no_restart -q|--quiet -v|--verbose -h|--help (does not need an action) cleanup and check ignore all options except -q and -v
ERROR: there is no script named /usr/local/sbin/vpnc
VPNC started in background (pid: 4938)...
Looking into it I think there is still a small packaging bug: # cat -n /etc/vpnc/vpnc-script ... 59 DEFAULT_ROUTE_FILE=/var/run/vpnc/defaultroute 60 RESOLV_CONF_BACKUP=/var/run/vpnc/resolv.conf-backup 61 FULL_SCRIPTNAME=/usr/local/sbin/vpnc 62 SCRIPTNAME=`basename $FULL_SCRIPTNAME` ...
I had to change the FULL_SCRIPTNAME=/usr/local/sbin/vpnc to /usr/sbin/vpnc.
As I am just a user of vpnc I am sure whether this is correct. Joerg can you comment?
By default vpnc installs vpnc-script into /etc/vpnc/. It's been debated on the list whether that's the right place and as far as I'm concerned there is no "right" place, so we chose the "least wrong" one. Ideas are always welcome. I'll have a look at the binary and source rpm tonight if time permits. Ciao Joerg -- Joerg Mayer <jmayer@loplof.de> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Thu, Jan 17, 2008 at 01:36:45PM +0100, Joerg Mayer wrote:
By default vpnc installs vpnc-script into /etc/vpnc/. It's been debated on the list whether that's the right place and as far as I'm concerned there is no "right" place, so we chose the "least wrong" one. Ideas are always welcome. I'll have a look at the binary and source rpm tonight if time permits.
OK, I found one thing: As openSUSE contains GPL packets that link against openssl (e.g. Wireshark), please enable hybrid support in the Makefile: # The license of vpnc (Gpl >= 2) is quite likely incompatible with the # openssl license. Openssl is currently used to provide certificate # support for vpnc (hybrid only). # While it is OK for users to build their own binaries linking in openssl # with vpnc and even providing dynamically linked binaries it is probably # not OK to provide the binaries inside a distribution. # See http://www.gnome.org/~markmc/openssl-and-the-gpl.html for further # details. # Some distributions like Suse and Fedora seem to think otherwise. # Comment this in to obtain a binary with certificate support which is # GPL incompliant though. #OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION #OPENSSLLIBS = -lcrypto ciao Joerg -- Joerg Mayer <jmayer@loplof.de> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, Jan 18, 2008 at 07:23:03AM +0100, Joerg Mayer wrote:
OK, I found one thing: As openSUSE contains GPL packets that link against openssl (e.g. Wireshark), please enable hybrid support in the Makefile:
Currently there is no BuildRequires to the openssl-devel package. Therefore I consider the OpenSSL license as no risk to the one of vpnc. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
On Fri, Jan 18, 2008 at 10:56:51AM +0100, Lars M?ller wrote:
On Fri, Jan 18, 2008 at 07:23:03AM +0100, Joerg Mayer wrote:
OK, I found one thing: As openSUSE contains GPL packets that link against openssl (e.g. Wireshark), please enable hybrid support in the Makefile:
Currently there is no BuildRequires to the openssl-devel package. Therefore I consider the OpenSSL license as no risk to the one of vpnc.
Yes, but what I'm currently doing is requesting that you change that :-) Ciao Joerg -- Joerg Mayer <jmayer@loplof.de> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (3)
-
Felix Möller
-
Joerg Mayer
-
Lars Müller