From eaa2e66800846a6cb8fa738a121249f7e5ead8a2 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 5 Oct 2010 15:38:41 -0700 Subject: [PATCH] - Rebuilt for gcc bug 634757 --- star.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/star.spec b/star.spec index 675edb2..9c0a2a8 100644 --- a/star.spec +++ b/star.spec @@ -4,7 +4,7 @@ Summary: An archiving tool with ACL support Name: star Version: 1.5.1 -Release: 4%{?dist} +Release: 4%{?dist}.1 URL: http://cdrecord.berlios.de/old/private/star.html Source: ftp://ftp.berlios.de/pub/star/%{name}-%{version}.tar.bz2 @@ -118,6 +118,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man4/star.4* %changelog +* Tue Oct 05 2010 jkeating - 1.5.1-4.1 +- Rebuilt for gcc bug 634757 + * Wed Sep 15 2010 Ondrej Vasik 1.5.1-4 - fix another instance of buffer overflow for files with long names(#632384)