Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory
checked in at Tue Jul 12 11:01:36 CEST 2011.



--------
--- openvpn/openvpn.changes     2011-03-21 15:27:42.000000000 +0100
+++ /mounts/work_src_done/STABLE/openvpn/openvpn.changes        2011-07-11 
16:51:08.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jul 11 14:38:45 UTC 2011 - [email protected]
+
+- Updated to openvpn-2.2.1, a new version series providing several
+  new features. This version fixes build issues and provides
+  updated easy-rsa for OpenSSL 1.0.0 (fixes Trac ticket #125),
+- Adopted spec file, enabled saving password in a file and to
+  specify an alternative username in x509 cert.
+- Removed X-Interactive from init script again, as systemd isn't
+  able to use it correctly [any more?] (bnc#675406). We will
+  address it later and probably use /bin/systemd-ask-password.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  openvpn-2.1.4.tar.gz
  openvpn-2.1.4.tar.gz.asc

New:
----
  openvpn-2.2.1.tar.gz
  openvpn-2.2.1.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openvpn.spec ++++++
--- /var/tmp/diff_new_pack.W9adgw/_old  2011-07-12 10:57:51.000000000 +0200
+++ /var/tmp/diff_new_pack.W9adgw/_new  2011-07-12 10:57:51.000000000 +0200
@@ -17,7 +17,6 @@
 
 # norootforbuild
 
-%define         upstream_version 2.1.4
 
 Name:           openvpn
 Url:            http://openvpn.net/
@@ -27,8 +26,9 @@
 %if 0%{?suse_version}
 PreReq:         %insserv_prereq %fillup_prereq
 %endif
-Version:        2.1.4
-Release:        14
+Version:        2.2.1
+Release:        1
+%define         upstream_version %version
 Summary:        Full-featured SSL VPN solution using a TUN/TAP Interface
 Source:         http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz
 Source1:        
http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc
@@ -142,7 +142,9 @@
 export CFLAGS="$RPM_OPT_FLAGS -W -Wall -fno-strict-aliasing"
 export LDFLAGS
 %configure \
-       --enable-pthread --enable-iproute2  \
+       --enable-iproute2                   \
+       --enable-x509-alt-username          \
+       --enable-password-save              \
        --with-lzo-headers=%_includedir/lzo \
        CFLAGS="$CFLAGS -fPIE $PLUGIN_DEFS" \
        LDFLAGS="$LDFLAGS -pie -lpam -rdynamic 
-Wl,-rpath,%{_libdir}/%{name}/plugin/lib"
@@ -185,6 +187,9 @@
        install -m 755 plugin/$pi/openvpn-$pi.so \
                $RPM_BUILD_ROOT%{plugin_libdir}/
 done
+# we install docs via spec into %{_defaultdocdir}/name/management-notes.txt
+rm $RPM_BUILD_ROOT%{_datadir}/doc/%name/management-notes.txt
+rmdir $RPM_BUILD_ROOT%{_datadir}/doc/%name
 
 %clean
 if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
@@ -207,6 +212,7 @@
 %doc sample-keys
 %doc sample-scripts
 %doc suse
+%doc management/management-notes.txt
 %doc %{_mandir}/man8/openvpn.8.gz
 %config(noreplace) %{_sysconfdir}/openvpn/
 %config %{_sysconfdir}/init.d/openvpn

++++++ openvpn-2.1.4.tar.gz -> openvpn-2.2.1.tar.gz ++++++
++++ 40735 lines of diff (skipped)

++++++ openvpn.init ++++++
--- /var/tmp/diff_new_pack.W9adgw/_old  2011-07-12 10:57:52.000000000 +0200
+++ /var/tmp/diff_new_pack.W9adgw/_new  2011-07-12 10:57:52.000000000 +0200
@@ -20,7 +20,6 @@
 # Should-Stop:                 $syslog $time $named network-remotefs
 # Default-Start:               3 5
 # Default-Stop:                        0 1 2 6
-# X-Interactive:                true
 # Short-Description:           OpenVPN tunnel
 # Description:                 Start OpenVPN tunnel
 ### END INIT INFO


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to