Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ip2unix for openSUSE:Factory checked 
in at 2023-08-28 17:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ip2unix (Old)
 and      /work/SRC/openSUSE:Factory/.ip2unix.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ip2unix"

Mon Aug 28 17:15:48 2023 rev:5 rq:1106267 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ip2unix/ip2unix.changes  2023-03-29 
23:27:30.175554126 +0200
+++ /work/SRC/openSUSE:Factory/.ip2unix.new.1766/ip2unix.changes        
2023-08-28 17:15:55.774189912 +0200
@@ -1,0 +2,39 @@
+Mon Aug 28 08:58:11 UTC 2023 - Adam Mizerski <[email protected]>
+
+- opt out from lto using _lto_clfags macro
+
+-------------------------------------------------------------------
+Mon Aug 21 19:16:15 UTC 2023 - Adam Mizerski <[email protected]>
+
+- update to 2.2.1
+  - Fixed
+    - Missing serialisation for from-unix and from-abstract.
+  - Changed
+    - Improve wording/grammar in README and manpage.
+- update to 2.2.0
+  - Fixed
+    - Missing header files for newer GCC versions, thanks to @vamega (#32).
+    - Use-after-free of blackhole working directory path.
+    - A few compiler warnings on unnecessary allocation of string literals.
+  - Added
+    - Deprecation warnings if rules are specified in YAML format.
+    - Unlink socket file before bind if SO_REUSEADDR is used.
+    - Support for Linux abstract sockets.
+    - Support for matching an existing Unix domain socket or abstract socket.
+    - stream/datagram aliases for tcp/udp socket types.
+    - Flag to prevent unlinking of socket files when closing sockets.
+  - Changed
+    - Rule files (-f) are now just a list of newline-separated rule (-r)
+    - arguments instead of YAML files.
+    - Improve and overhaul README and man page.
+    - Split build instructions into separate file.
+    - Include URL to README in usage if manpage is not being built.
+    - Turn into a Nix Flake.
+    - Improve serializer to be more robust in end-of-stream conditions.
+    - Bump requirements to require at least GCC version 9.
+  - Removed
+    - Badges (eg. LGTM and build status) in README and Hydra.
+    - No longer prefer C library path over RTLD_NEXT.
+- Removed patches gcc-12.patch, gcc-13.patch - resolved upstream.
+
+-------------------------------------------------------------------

Old:
----
  gcc-12.patch
  gcc-13.patch
  ip2unix-2.1.4.tar.gz

New:
----
  ip2unix-2.2.1.tar.gz

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

Other differences:
------------------
++++++ ip2unix.spec ++++++
--- /var/tmp/diff_new_pack.LfWPfs/_old  2023-08-28 17:15:56.874229415 +0200
+++ /var/tmp/diff_new_pack.LfWPfs/_new  2023-08-28 17:15:56.878229559 +0200
@@ -17,17 +17,15 @@
 
 
 Name:           ip2unix
-Version:        2.1.4
+Version:        2.2.1
 Release:        0
 Summary:        Turn IP sockets into Unix domain sockets
 License:        LGPL-3.0-only
 URL:            https://github.com/nixcloud/ip2unix/
 Source0:        
https://github.com/nixcloud/ip2unix/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         gcc-12.patch
-Patch1:         gcc-13.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
-BuildRequires:  meson >= 0.46.0
+BuildRequires:  meson >= 0.47.0
 BuildRequires:  python3
 BuildRequires:  python3-pytest
 BuildRequires:  pkgconfig(yaml-cpp) >= 0.5.0
@@ -46,7 +44,8 @@
 %autosetup -p1
 
 %build
-
+# Building with LTO enabled causes crashes. 
https://github.com/nixcloud/ip2unix/issues/33
+%define _lto_cflags %{nil}
 %meson
 %meson_build
 

++++++ ip2unix-2.1.4.tar.gz -> ip2unix-2.2.1.tar.gz ++++++
++++ 7586 lines of diff (skipped)

Reply via email to