Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openfortivpn for openSUSE:Factory 
checked in at 2024-07-02 18:19:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openfortivpn (Old)
 and      /work/SRC/openSUSE:Factory/.openfortivpn.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openfortivpn"

Tue Jul  2 18:19:25 2024 rev:29 rq:1184847 version:1.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openfortivpn/openfortivpn.changes        
2024-04-23 18:57:22.033264604 +0200
+++ /work/SRC/openSUSE:Factory/.openfortivpn.new.18349/openfortivpn.changes     
2024-07-02 18:19:32.238198093 +0200
@@ -1,0 +2,6 @@
+Thu Jun 20 03:48:56 UTC 2024 - ming li <[email protected]>
+
+- Update to version 1.22.1
+  * do not advertise we talk compressed HTTP - we don't
+
+-------------------------------------------------------------------

Old:
----
  openfortivpn-1.22.0.tar.gz

New:
----
  openfortivpn-1.22.1.tar.gz

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

Other differences:
------------------
++++++ openfortivpn.spec ++++++
--- /var/tmp/diff_new_pack.DmhDMx/_old  2024-07-02 18:19:32.882221657 +0200
+++ /var/tmp/diff_new_pack.DmhDMx/_new  2024-07-02 18:19:32.886221803 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           openfortivpn
-Version:        1.22.0
+Version:        1.22.1
 Release:        0
 Summary:        Client for PPP+SSL VPN tunnel services
 License:        GPL-3.0-or-later

++++++ openfortivpn-1.22.0.tar.gz -> openfortivpn-1.22.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.22.0/CHANGELOG.md 
new/openfortivpn-1.22.1/CHANGELOG.md
--- old/openfortivpn-1.22.0/CHANGELOG.md        2024-04-16 16:29:43.000000000 
+0200
+++ new/openfortivpn-1.22.1/CHANGELOG.md        2024-06-02 20:01:44.000000000 
+0200
@@ -14,6 +14,10 @@
 This high level changelog is usually updated when a release is tagged.
 On the master branch there may be changes that are not (yet) described here.
 
+### 1.22.1
+
+* [-] do not advertise we talk compressed HTTP - we don't
+
 ### 1.22.0
 
 * [-] make sure Homebrew packages for macOS are built with --enable-legacy-pppd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.22.0/configure.ac 
new/openfortivpn-1.22.1/configure.ac
--- old/openfortivpn-1.22.0/configure.ac        2024-04-16 16:29:43.000000000 
+0200
+++ new/openfortivpn-1.22.1/configure.ac        2024-06-02 20:01:44.000000000 
+0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([openfortivpn], [1.22.0])
+AC_INIT([openfortivpn], [1.22.1])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 
@@ -85,9 +85,6 @@
 util.h \
 ])
 
-# Checks for optional header files with prerequisites of other headers.
-AC_CHECK_HEADERS([net/if_var.h],[],[],[#include <net/if.h>])
-
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_C_INLINE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.22.0/src/http.c 
new/openfortivpn-1.22.1/src/http.c
--- old/openfortivpn-1.22.0/src/http.c  2024-04-16 16:29:43.000000000 +0200
+++ new/openfortivpn-1.22.1/src/http.c  2024-06-02 20:01:44.000000000 +0200
@@ -275,7 +275,7 @@
                                "Host: %s:%d\r\n"
                                "User-Agent: %s\r\n"
                                "Accept: */*\r\n"
-                               "Accept-Encoding: gzip, deflate, br\r\n"
+                               "Accept-Encoding: identity\r\n"
                                "Pragma: no-cache\r\n"
                                "Cache-Control: no-store, no-cache, 
must-revalidate\r\n"
                                "If-Modified-Since: Sat, 1 Jan 2000 00:00:00 
GMT\r\n"

Reply via email to