From 8caaf60e6cac958a4fde2cf7d4d4c06996495a37 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:44:34 +0000 Subject: auto-import changelog data from finger-0.17-13.src.rpm Wed Jun 19 2002 Phil Knirsch 0.17-13 - Don't forcibly strip binaries Thu May 23 2002 Tim Powers - automated rebuild Thu Jan 24 2002 Phil Knirsch - Fixed various typos in manpage/app (#51891, #54916, #57588) Wed Jan 09 2002 Tim Powers - automated rebuild --- diff --git a/bsd-finger-0.17-strip.patch b/bsd-finger-0.17-strip.patch new file mode 100644 index 0000000..4f8ed5a --- /dev/null +++ b/bsd-finger-0.17-strip.patch @@ -0,0 +1,22 @@ +--- bsd-finger-0.17/finger/Makefile.strip Wed Jun 19 15:22:39 2002 ++++ bsd-finger-0.17/finger/Makefile Wed Jun 19 15:25:11 2002 +@@ -11,7 +11,7 @@ + + install: finger + install -d $(INSTALLROOT)$(BINDIR) +- install -s -m$(BINMODE) finger $(INSTALLROOT)$(BINDIR) ++ install -m$(BINMODE) finger $(INSTALLROOT)$(BINDIR) + install -d $(INSTALLROOT)$(MANDIR)/man1 + install -m$(MANMODE) finger.1 $(INSTALLROOT)$(MANDIR)/man1 + +--- bsd-finger-0.17/fingerd/Makefile.strip Wed Jun 19 15:22:39 2002 ++++ bsd-finger-0.17/fingerd/Makefile Wed Jun 19 15:25:27 2002 +@@ -10,7 +10,7 @@ + + install: fingerd + install -d $(INSTALLROOT)$(SBINDIR) +- install -s -m$(DAEMONMODE) fingerd $(INSTALLROOT)$(SBINDIR)/in.fingerd ++ install -m$(DAEMONMODE) fingerd $(INSTALLROOT)$(SBINDIR)/in.fingerd + install -d $(INSTALLROOT)$(MANDIR)/man8 + install -m$(MANMODE) fingerd.8 $(INSTALLROOT)$(MANDIR)/man8/in.fingerd.8 + ln -sf in.fingerd.8 $(INSTALLROOT)$(MANDIR)/man8/fingerd.8 diff --git a/bsd-finger-0.17-typo.patch b/bsd-finger-0.17-typo.patch new file mode 100644 index 0000000..a1b79d2 --- /dev/null +++ b/bsd-finger-0.17-typo.patch @@ -0,0 +1,47 @@ +--- bsd-finger-0.17/finger/finger.1.typo Thu Jan 24 14:33:54 2002 ++++ bsd-finger-0.17/finger/finger.1 Thu Jan 24 14:36:17 2002 +@@ -169,7 +169,7 @@ + must be able to see the + .Pa .nofinger + file. This generally means that the home directory containing the file +-must have the other-users-execute bit set (o+w). See ++must have the other-users-execute bit set (o+x). See + .Xr chmod 1 . + If you use this feature for privacy, please test it with ``finger + @localhost'' before relying on it, just in case. +--- bsd-finger-0.17/finger/net.c.typo Thu Jan 24 14:33:54 2002 ++++ bsd-finger-0.17/finger/net.c Thu Jan 24 14:40:57 2002 +@@ -98,7 +98,7 @@ + } + freeaddrinfo(res0); + if (s < 0) { +- eprintf("finger: cannot create socket / connet host\n"); ++ eprintf("finger: cannot create socket / connect host\n"); + return; + } + #else +--- bsd-finger-0.17/fingerd/fingerd.8.typo Thu Jan 24 14:33:54 2002 ++++ bsd-finger-0.17/fingerd/fingerd.8 Thu Jan 24 14:39:13 2002 +@@ -98,11 +98,11 @@ + connection. A value of 0 waits forever. The default is 60 seconds. + .Pp + Options to fingerd should be specified in +-.Pa /etc/inetd.conf . ++.Pa /etc/xinetd.d/finger . + .Pp + The finger protocol consists mostly of specifying command arguments. + The +-.Xr inetd 8 ++.Xr xinetd 8 + .Dq super-server + runs + .Nm fingerd +@@ -143,7 +143,7 @@ + If a name is ambiguous, all possible derivations are returned. + .Sh SEE ALSO + .Xr finger 1 , +-.Xr inetd 8 ++.Xr xinetd 8 + .Sh RESTRICTIONS + Connecting directly to the server from a + .Tn TIP diff --git a/finger.spec b/finger.spec index 39d1a06..5b9da5f 100644 --- a/finger.spec +++ b/finger.spec @@ -1,7 +1,7 @@ Summary: The finger client. Name: finger Version: 0.17 -Release: 9 +Release: 13 Copyright: BSD Group: Applications/Internet Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-%{version}.tar.gz @@ -12,6 +12,8 @@ Patch8: bsd-finger-0.16-allocbroken.patch Patch9: bsd-finger-0.17-rfc742.patch Patch10: bsd-finger-0.17-time.patch Patch11: bsd-finger-0.17-usagi-ipv6.patch +Patch12: bsd-finger-0.17-typo.patch +Patch13: bsd-finger-0.17-strip.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -47,6 +49,8 @@ and you'd like finger information to be available. %patch9 -p1 -b .rfc742 %patch10 -p1 -b .time %patch11 -p1 -b .ipv6 +%patch12 -p1 -b .typo +%patch13 -p1 -b .strip %build sh configure --enable-ipv6 @@ -87,6 +91,18 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/fingerd.8* %changelog +* Wed Jun 19 2002 Phil Knirsch 0.17-13 +- Don't forcibly strip binaries + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Thu Jan 24 2002 Phil Knirsch +- Fixed various typos in manpage/app (#51891, #54916, #57588) + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + * Wed Apr 18 2001 Crutcher Dunnavant - Approved - * Sun Mar 11 2001 Pekka Savola