Hello community, here is the log from the commit of package tin checked in at Sat Jun 3 01:00:34 CEST 2006. -------- --- tin/tin.changes 2006-02-21 22:00:43.000000000 +0100 +++ tin/tin.changes 2006-06-02 18:33:33.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 2 18:32:00 CEST 2006 - max@suse.de + +- Update to version 1.8.2 +- Fixes two possible buffer overflows and some other bugs. + +------------------------------------------------------------------- Old: ---- tin-1.8.1.diff tin-1.8.1.tar.bz2 New: ---- tin-1.8.2.tar.bz2 tin.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tin.spec ++++++ --- /var/tmp/diff_new_pack.bPb5As/_old 2006-06-03 00:59:56.000000000 +0200 +++ /var/tmp/diff_new_pack.bPb5As/_new 2006-06-03 00:59:56.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package tin (Version 1.8.1) +# spec file for package tin (Version 1.8.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,12 +16,12 @@ License: Other License(s), see package Group: Productivity/Networking/News/Clients Requires: urlview metamail -Version: 1.8.1 +Version: 1.8.2 Release: 1 Summary: A News Reader BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: ftp://ftp.tin.org/pub/news/clients/tin/stable/tin-%{version}.tar.bz2 -Patch: tin-%{version}.diff +Patch: tin.patch %description Tin is a full-screen, easy to use Netnews reader. It can read news @@ -84,6 +84,9 @@ /usr/bin/* %changelog -n tin +* Fri Jun 02 2006 - max@suse.de +- Update to version 1.8.2 +- Fixes two possible buffer overflows and some other bugs. * Tue Feb 21 2006 - max@suse.de - Update to version 1.8.1 to fix a security issue (#152451). * Wed Jan 25 2006 - mls@suse.de ++++++ tin-1.8.1.tar.bz2 -> tin-1.8.2.tar.bz2 ++++++ ++++ 2027 lines of diff (skipped) ++++++ tin.patch ++++++ --- src/Makefile.in +++ src/Makefile.in @@ -382,7 +382,7 @@ install : $(DESTDIR)$(INS_BINARY_DIR) @$(MAKE) all @$(ECHO) "Installing $(EXE) v$(VER) to $(DESTDIR)$(INS_BINARY_DIR) ..." - @$(INSTALL) -s $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(EXE) + @$(INSTALL) $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(EXE) @( $(CD) $(DESTDIR)$(INS_BINARY_DIR) && $(RM) -f r$(EXE) && $(LN) $(EXE) r$(EXE) ) @$(MAKE) install_helpers @$(MAKE) install_manpage ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org