[packages/openvpn] - up to 2.4.0

arekm arekm at pld-linux.org
Thu Dec 29 23:28:24 CET 2016


commit 24429fb33ee571ad65adf052af852514eba0e158
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Dec 29 23:28:17 2016 +0100

    - up to 2.4.0

 openvpn-pam.patch | 16 ++++++++--------
 openvpn.spec      |  5 +++--
 2 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/openvpn.spec b/openvpn.spec
index 6f2188c..f9ef291 100644
--- a/openvpn.spec
+++ b/openvpn.spec
@@ -5,12 +5,12 @@
 Summary:	VPN Daemon
 Summary(pl.UTF-8):	Serwer VPN
 Name:		openvpn
-Version:	2.3.12
+Version:	2.4.0
 Release:	1
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://swupdate.openvpn.net/community/releases/%{name}-%{version}.tar.xz
-# Source0-md5:	63326bab2ebb9efe3c7becaa4f15e1c1
+# Source0-md5:	e49431542f065dd60a0181233927669e
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.tmpfiles
@@ -246,4 +246,5 @@ exit 0
 %files devel
 %defattr(644,root,root,755)
 %doc doc/README.plugins sample/sample-plugins
+%{_includedir}/openvpn-msg.h
 %{_includedir}/openvpn-plugin.h
diff --git a/openvpn-pam.patch b/openvpn-pam.patch
index 273a495..46f3f63 100644
--- a/openvpn-pam.patch
+++ b/openvpn-pam.patch
@@ -1,11 +1,11 @@
---- x/src/plugins/auth-pam/auth-pam.c~	2012-11-22 13:07:51.000000000 +0100
-+++ x/src/plugins/auth-pam/auth-pam.c	2013-01-09 06:36:53.012563695 +0100
-@@ -696,7 +696,7 @@
-   struct user_pass up;
-   int command;
+--- openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c~	2016-12-26 12:51:00.000000000 +0100
++++ openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c	2016-12-29 23:25:05.328832460 +0100
+@@ -698,7 +698,7 @@ pam_server(int fd, const char *service,
+     struct user_pass up;
+     int command;
  #ifdef USE_PAM_DLOPEN
--  static const char pam_so[] = "libpam.so";
-+  static const char pam_so[] = "libpam.so.0";
+-    static const char pam_so[] = "libpam.so";
++    static const char pam_so[] = "libpam.so.0";
  #endif
  
-   /*
+     /*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openvpn.git/commitdiff/24429fb33ee571ad65adf052af852514eba0e158



More information about the pld-cvs-commit mailing list