Hello community, here is the log from the commit of package tcpd checked in at Fri Mar 31 17:27:41 CEST 2006. -------- --- tcpd/tcpd.changes 2006-01-25 21:31:01.000000000 +0100 +++ tcpd/tcpd.changes 2006-03-31 15:58:57.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Mar 31 15:57:06 CEST 2006 - lmichnovic@suse.cz + +- fixed missing definition of hosts_ctl() in tcpd.h (hosts_ctl.diff) + [#162303] + +------------------------------------------------------------------- New: ---- tcp_wrappers_7.6-hosts_ctl.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpd.spec ++++++ --- /var/tmp/diff_new_pack.8QuTIh/_old 2006-03-31 17:27:34.000000000 +0200 +++ /var/tmp/diff_new_pack.8QuTIh/_new 2006-03-31 17:27:34.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -17,7 +17,7 @@ Provides: nkitb:/usr/sbin/tcpd Autoreqprov: on Version: 7.6 -Release: 719 +Release: 725 Summary: A security wrapper for TCP daemons Source: tcp_wrappers_%{version}.tar.bz2 Patch: tcp_wrappers_%{version}.dif @@ -33,6 +33,7 @@ Patch10: tcp_wrappers_7.6-optflags.diff Patch11: tcp_wrappers_7.6-nonvoid.diff Patch12: tcp_wrappers_7.6-prototypes.diff +Patch13: tcp_wrappers_7.6-hosts_ctl.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -74,6 +75,7 @@ %patch10 %patch11 %patch12 -p1 +%patch13 %build #RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIE -Wformat=2" @@ -120,6 +122,9 @@ %{_libdir}/libwrap.so %changelog -n tcpd +* Fri Mar 31 2006 - lmichnovic@suse.cz +- fixed missing definition of hosts_ctl() in tcpd.h (hosts_ctl.diff) + [#162303] * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 15 2006 - schwab@suse.de ++++++ tcp_wrappers_7.6-hosts_ctl.diff ++++++ --- tcpd.h +++ tcpd.h @@ -128,6 +128,7 @@ #ifdef __STDC__ extern struct request_info *request_init(struct request_info *,...); extern struct request_info *request_set(struct request_info *,...); +extern int hosts_ctl(char *daemon, char *client_name, char *client_addr, char *client_user); #else extern struct request_info *request_init(); /* initialize request */ extern struct request_info *request_set(); /* update request structure */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de