Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ssldump for openSUSE:Factory checked in at 2023-11-07 21:28:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ssldump (Old) and /work/SRC/openSUSE:Factory/.ssldump.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ssldump" Tue Nov 7 21:28:14 2023 rev:26 rq:1123984 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/ssldump/ssldump.changes 2023-02-07 18:50:03.743446834 +0100 +++ /work/SRC/openSUSE:Factory/.ssldump.new.17445/ssldump.changes 2023-11-07 21:29:09.801710805 +0100 @@ -1,0 +2,13 @@ +Fri Oct 13 15:11:26 UTC 2023 - Andrea Manzini <[email protected]> + +- Update to version 1.8: + * Add date to version output + * Print meaningful error messages + * use cmake as build tool + * Add -z option for printing timestamps in front of TCP headers + +- Update to version 1.7: + * For Y2K38 on 32 bit systems time_t tv_sec can be long long + * Adding tls1.3 decryption support + +------------------------------------------------------------------- Old: ---- ssldump-1.6.tar.gz New: ---- ssldump-1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ssldump.spec ++++++ --- /var/tmp/diff_new_pack.1YCIF2/_old 2023-11-07 21:29:10.485735993 +0100 +++ /var/tmp/diff_new_pack.1YCIF2/_new 2023-11-07 21:29:10.485735993 +0100 @@ -17,7 +17,7 @@ Name: ssldump -Version: 1.6 +Version: 1.8 Release: 0 Summary: SSLv3/TLS Network Protocol Analyzer License: BSD-3-Clause @@ -25,10 +25,10 @@ URL: https://adulau.github.io/ssldump/ #Git-Clone: https://github.com/adulau/ssldump.git Source: https://github.com/adulau/ssldump/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: cmake BuildRequires: libnet-devel BuildRequires: libtool +BuildRequires: ninja BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(json-c) @@ -47,15 +47,18 @@ connections and displays the application data traffic. %prep -%setup -q +%autosetup %build -autoreconf -fiv -%configure -%make_build +cmake -G Ninja -B build +ninja -C build %install -%make_install +# Binaries +install -D -m 0755 build/%{name} %{buildroot}%{_sbindir}/%{name} +# Manpages +install -d %{buildroot}/%{_mandir}/man1 +install -m 0644 ssldump.1* %{buildroot}/%{_mandir}/man1 %files %license COPYRIGHT ++++++ ssldump-1.6.tar.gz -> ssldump-1.8.tar.gz ++++++ ++++ 4056 lines of diff (skipped)
