From 274bd5f23bb758517c76f94cbadbfc498e7b58cd Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:14:58 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20at-3.1.?= =?UTF-8?q?8-23.src.rpm=20Thu=20Jan=2017=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=203.1.8-23=20-=20s/Copyright/License/?= =?UTF-8?q?=20Mon=20Jan=2014=202002=20Adrian=20Havill=20=203.1.8-21=20-=20fix=20man=20page=20(#51253)=20-=20fix=20env?= =?UTF-8?q?=20prop=20problem=20(#49491)=20-=20.SEQ=20should=20not=20be=20e?= =?UTF-8?q?xecutable=20(#52626)=20-=20beefed=20up=20file=20creation=20perm?= =?UTF-8?q?s=20against=20symlink=20exploits=20(O=5FEXCL)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- at.spec | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/at.spec b/at.spec index 34899b5..72ca635 100644 --- a/at.spec +++ b/at.spec @@ -1,8 +1,8 @@ Summary: Job spooling tools. Name: at Version: 3.1.8 -Release: 20 -Copyright: GPL +Release: 23 +License: GPL Group: System Environment/Daemons Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.8.tar.bz2 Source2: atd.init @@ -20,7 +20,10 @@ Patch11: at-3.1.8-lexer.patch Patch12: at-3.1.8-dst.patch Patch13: at-3.1.8-test.patch Patch14: at-3.1.8-test-fix.patch -Patch15: at-3.1.8-env.patch +#Patch15: at-3.1.8-env.patch +Patch15: at-3.1.8-env-tng.patch +Patch16: at-3.1.8-lsbdoc.patch +Patch17: at-3.1.8-o_excl.patch Prereq: fileutils chkconfig /etc/init.d BuildPrereq: flex bison autoconf Conflicts: crontabs <= 1.5 @@ -58,6 +61,8 @@ use crontab instead. %patch13 -p1 -b .test %patch14 -p1 -b .test-fix %patch15 -p1 -b .env +%patch16 -p1 -b .lsbdoc +%patch17 -p1 -b .o_excl %build # for patch 9 @@ -115,7 +120,7 @@ fi %config /etc/at.deny %config /etc/rc.d/init.d/atd %attr(0700,daemon,daemon) %dir /var/spool/at -%attr(0700,daemon,daemon) %verify(not md5 size mtime) %ghost /var/spool/at/.SEQ +%attr(0600,daemon,daemon) %verify(not md5 size mtime) %ghost /var/spool/at/.SEQ %attr(0700,daemon,daemon) %dir /var/spool/at/spool %{_prefix}/sbin/atrun %{_prefix}/sbin/atd @@ -126,6 +131,15 @@ fi %attr(4755,root,root) %{_prefix}/bin/at %changelog +* Thu Jan 17 2002 Trond Eivind Glomsrød 3.1.8-23 +- s/Copyright/License/ + +* Mon Jan 14 2002 Adrian Havill 3.1.8-21 +- fix man page (#51253) +- fix env prop problem (#49491) +- .SEQ should not be executable (#52626) +- beefed up file creation perms against symlink exploits (O_EXCL) + * Thu Aug 2 2001 Crutcher Dunnavant 3.1.8-20 - updated patch update, still bug #46546