Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2020-09-07 21:36:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Mon Sep 7 21:36:29 2020 rev:81 rq:832755 version:6.4.12 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2020-09-03 01:16:26.112520881 +0200 +++ /work/SRC/openSUSE:Factory/.fetchmail.new.3399/fetchmail.changes 2020-09-07 21:36:51.533422533 +0200 @@ -1,0 +2,11 @@ +Fri Sep 4 20:22:16 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 6.4.12: + # REGRESSION FIX: + * configure: fetchmail 6.4.9 and 6.4.10 would miss checking for TLS v1.2 and + TLS v1.3 support if AC_LIB_LINKFLAGS came up with something such as + /path/to/libssl.so, rather than -lssl. (For instance on FreeBSD) + * configure: fetchmail 6.4.9's configure was unable to pick up OpenSSL + if it wasn't announced by pkg-config, for instance, on FreeBSD + +------------------------------------------------------------------- Old: ---- fetchmail-6.4.8.tar.xz fetchmail-6.4.8.tar.xz.asc New: ---- fetchmail-6.4.12.tar.xz fetchmail-6.4.12.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.0gmiOA/_old 2020-09-07 21:36:52.205422845 +0200 +++ /var/tmp/diff_new_pack.0gmiOA/_new 2020-09-07 21:36:52.209422846 +0200 @@ -18,11 +18,10 @@ #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates + %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif - Name: fetchmail -Version: 6.4.8 +Version: 6.4.12 Release: 0 Summary: Full-Featured POP and IMAP Mail Retrieval Daemon License: GPL-2.0-or-later @@ -49,9 +48,9 @@ Requires: logrotate Requires(pre): %fillup_prereq Requires(pre): coreutils +Requires(pre): group(daemon) Requires(pre): shadow Suggests: smtp_daemon -Requires(pre): group(daemon) %{?systemd_requires} %description @@ -94,7 +93,7 @@ --with-kerberos5 \ --with-gssapi \ --with-ssl=%{_prefix} -make %{?_smp_mflags} LDFLAGS="-pie" +%make_build LDFLAGS="-pie" %install %make_install @@ -123,15 +122,15 @@ %find_lang %{name} %pre -/usr/bin/getent passwd fetchmail >/dev/null || \ - /usr/sbin/useradd -r -g daemon -s /bin/false \ +%{_bindir}/getent passwd fetchmail >/dev/null || \ + %{_sbindir}/useradd -r -g daemon -s /bin/false \ -c "mail retrieval daemon" -d %{_localstatedir}/lib/fetchmail fetchmail || : %service_add_pre %{name}.service %post %fillup_only %service_add_post %{name}.service -if [ -x /usr/bin/systemd-tmpfiles ]; then +if [ -x %{_bindir}/systemd-tmpfiles ]; then systemd-tmpfiles --create %{name}.conf || : fi # Ensure that all files are readable by fetchmail with non-root UID. @@ -149,7 +148,7 @@ fi %check -make %{?_smp_mflags} check +%make_build check %files -f %{name}.lang %license COPYING @@ -157,7 +156,7 @@ %{_bindir}/fetchmail %dir %attr(0700, fetchmail, root) %{_localstatedir}/lib/fetchmail %ghost %attr(0600, fetchmail, root) %{_localstatedir}/log/fetchmail -%{_mandir}/man1/fetchmail.1.gz +%{_mandir}/man1/fetchmail.1%{?ext_man} %ghost %config(noreplace) %attr(0600, fetchmail, root) %{_sysconfdir}/fetchmailrc %config(noreplace) %{_sysconfdir}/logrotate.d/fetchmail %{_unitdir}/%{name}.service @@ -168,7 +167,7 @@ %files -n fetchmailconf %{_bindir}/fetchmailconf -%{_mandir}/man1/fetchmailconf.1.gz +%{_mandir}/man1/fetchmailconf.1%{?ext_man} %{python3_sitelib}/fetchmailconf.* %{python3_sitelib}/__pycache__/fetchmailconf* ++++++ fetchmail-6.4.8.tar.xz -> fetchmail-6.4.12.tar.xz ++++++ ++++ 10821 lines of diff (skipped)
