Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package atftp for openSUSE:Factory checked 
in at 2024-09-29 18:09:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atftp (Old)
 and      /work/SRC/openSUSE:Factory/.atftp.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atftp"

Sun Sep 29 18:09:18 2024 rev:45 rq:1204075 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/atftp/atftp.changes      2022-09-15 
22:57:56.141002842 +0200
+++ /work/SRC/openSUSE:Factory/.atftp.new.29891/atftp.changes   2024-09-29 
18:09:36.879094247 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 18:33:26 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Delete /usr/sbin/rc* symlink & specfile housekeeping
+- Make atftpd.socket listen on AF_INET6 as well
+- Deactivate FORTIFY_SOURCE for the time being due to a glibc bug
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ atftp.spec ++++++
--- /var/tmp/diff_new_pack.5q282e/_old  2024-09-29 18:09:37.563122508 +0200
+++ /var/tmp/diff_new_pack.5q282e/_new  2024-09-29 18:09:37.567122673 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atftp
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,6 @@
 Conflicts:      tftp
 Provides:       tftp(client)
 Provides:       tftp(server)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  systemd-rpm-macros
 
 %description
@@ -66,16 +65,15 @@
 
 %build
 autoreconf -fi
-CFLAGS="%optflags -fgnu89-inline"
+# https://sourceware.org/bugzilla/show_bug.cgi?id=32206
+CFLAGS="%optflags -fgnu89-inline -U_FORTIFY_SOURCE"
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-# SuSE rc
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_unitdir}/atftpd.service
 install -D -m 0644 %{SOURCE6} %{buildroot}/%{_unitdir}/atftpd.socket
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcatftpd
 install -D -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.atftpd
 %if 0%{?suse_version} > 1500
 mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
@@ -119,13 +117,11 @@
 %endif
 
 %files
-%defattr(-,root,root)
 %license LICENSE
 %doc BUGS FAQ README README.MCAST README.PCRE TODO
 %{_bindir}/atftp
 %{_sbindir}/atftpd
 %{_sbindir}/in.tftpd
-%{_sbindir}/rcatftpd
 %{_unitdir}/atftpd.service
 %{_unitdir}/atftpd.socket
 %if 0%{?suse_version} > 1500

++++++ atftpd.socket ++++++
--- /var/tmp/diff_new_pack.5q282e/_old  2024-09-29 18:09:37.655126308 +0200
+++ /var/tmp/diff_new_pack.5q282e/_new  2024-09-29 18:09:37.659126474 +0200
@@ -2,7 +2,7 @@
 Description=Advanced tftp Server Activation Socket
 
 [Socket]
-ListenDatagram=0.0.0.0:69
+ListenDatagram=69
 
 [Install]
 WantedBy=sockets.target

Reply via email to