Hello community,

here is the log from the commit of package openfortivpn for openSUSE:Factory 
checked in at 2018-05-06 15:01:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openfortivpn (Old)
 and      /work/SRC/openSUSE:Factory/.openfortivpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openfortivpn"

Sun May  6 15:01:43 2018 rev:3 rq:603976 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openfortivpn/openfortivpn.changes        
2017-11-21 15:34:18.181011837 +0100
+++ /work/SRC/openSUSE:Factory/.openfortivpn.new/openfortivpn.changes   
2018-05-06 15:01:57.699939905 +0200
@@ -1,0 +2,42 @@
+Mon Apr 23 08:15:04 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.7.0
+  * correctly set up route to vpn gateway (#285)
+  * Properly check vsnprintf() return value
+  * const correctness for strings
+  * socket() requires <sys/socket.h> (#290)
+  * HTTP end-of-line marker is CR LF
+  * malloc(), realloc() and free() require <stdlib.h>
+  * vsnprintf() is defined in <stdio.h>
+  * va_start() and va_end() require <stdarg.h> (#287)
+  * Improve script to find line length errors
+  * If the OTP is specified in the configuration, use it for 2FA
+  * fix formatting of man page
+  * replace hard-coded virtual ip address in pppd call parameters
+    by a rfc3330 test-net address
+  * Print proper pppd status messages
+  * Linux kernel coding style
+  * Ignore strings when calculating line lengths
+  * Make sure the Coverity defect is a false positive (#264)
+  * Linux kernel coding style
+  * Rephrase --half-internet-routes documentation
+  * Limit string length to C99 standard
+  * Add info about Debian (testing) package to readme
+  * Add --pppd-call option. (#270)
+  * Explain why Coverity defect is a false positive
+  * Linux kernel coding style
+  * Use X509_check_host instead of explicit CN match. (#242)
+  * Fix usage string for half-internet-routes
+  * UINT_MAX is defined in <limits.h>
+  * avoid confusion of code branches for different platforms
+  * added --persistent option for automatic reconnects (#190)
+  * update README.md
+  * Bourne shell
+  * call aclocal from autogen.sh only if it exists
+  * improve autoconf
+  * Standard error message for malloc()/realloc()
+  * Avoid Valgrind warning
+  * C99 initialization instead of memset()
+  * Documentation
+
+-------------------------------------------------------------------

Old:
----
  openfortivpn-1.6.0.tar.gz

New:
----
  openfortivpn-1.7.0.tar.gz

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

Other differences:
------------------
++++++ openfortivpn.spec ++++++
--- /var/tmp/diff_new_pack.1EruCF/_old  2018-05-06 15:01:58.255919498 +0200
+++ /var/tmp/diff_new_pack.1EruCF/_new  2018-05-06 15:01:58.259919351 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openfortivpn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           openfortivpn
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 Summary:        Client for PPP+SSL VPN tunnel services
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Security
-Url:            https://github.com/adrienverge/openfortivpn
+URL:            https://github.com/adrienverge/openfortivpn
 Source0:        
https://github.com/adrienverge/openfortivpn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -48,10 +48,10 @@
 rm -f %{buildroot}/%{_datadir}/openfortivpn/config.template
 
 %files
-%defattr(-,root,root)
-%doc README.md LICENSE LICENSE.OpenSSL
+%license LICENSE LICENSE.OpenSSL
+%doc README.md
 %{_bindir}/openfortivpn
-%{_mandir}/man1/openfortivpn.1%{ext_man}
+%{_mandir}/man1/openfortivpn.1%{?ext_man}
 %dir %{_sysconfdir}/openfortivpn
 %config(noreplace) %{_sysconfdir}/openfortivpn/config
 

++++++ openfortivpn-1.6.0.tar.gz -> openfortivpn-1.7.0.tar.gz ++++++
++++ 1957 lines of diff (skipped)


Reply via email to