[Bug 737905] New: squid3 installation creates empty spurious file "/1"
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c0 Summary: squid3 installation creates empty spurious file "/1" Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Yarny@public-files.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0 Installation of squid3 on a fresh openSUSE 12.1 creates an empty file with name "1" in the root directory. I cannot find any mention of such a file in the documentation and I strongly guess that file should not be there. Reproducible: Always Steps to Reproduce: $ zypper in squid3 Actual Results: file "/1" exists Expected Results: no new files in root directory It happens in 12.1 and I remember it happened in 11.4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |chris@computersalat.de |ovo.novell.com | --- Comment #1 from Marcus Meissner <meissner@suse.com> 2011-12-21 10:41:40 UTC --- i suspect it is that part of %post: # update mode? if [ "$1" > "1" ]; then if [ -e etc/squid.conf -a ! -L etc/squid.conf -a ! -e etc/squid/squid.conf ]; then echo "moving /etc/squid.conf to /etc/squid/squid.conf" mv etc/squid.conf etc/squid/squid.conf fi fi
should propbably be -gt
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c3 --- Comment #3 from Roman Drahtmueller <draht@suse.com> 2011-12-21 10:55:07 UTC --- Confirmed. What do we do? Update for SP1? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c4 --- Comment #4 from Christian Wittmer <chris@computersalat.de> 2011-12-21 11:00:05 UTC --- ill prepare a fix. coming up soon -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c5 --- Comment #5 from Roman Drahtmueller <draht@suse.com> 2011-12-21 11:03:17 UTC --- fix is already there. I'm just not sure if Marcus wants to do an update... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c6 --- Comment #6 from Marcus Meissner <meissner@suse.com> 2011-12-21 11:54:38 UTC --- for squid3 there is a open security update, swampid 44493 for bug 727492 and bug 587375 we would like for sle11 sp1 and opensuse. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c7 --- Comment #7 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-21 14:00:15 CET --- This is an autogenerated message for OBS integration: This bug (737905) was mentioned in https://build.opensuse.org/request/show/97596 Factory / squid3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-21 15:00:29 CET --- This is an autogenerated message for OBS integration: This bug (737905) was mentioned in https://build.opensuse.org/request/show/97640 11.4 / squid3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c9 Roman Drahtmueller <draht@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|chris@computersalat.de |security-team@suse.de --- Comment #9 from Roman Drahtmueller <draht@suse.com> 2011-12-21 16:23:44 UTC --- request id 97767 for openSUSE-12.1. request id 97772 for openSUSE-11.3. 12.1 and 11.3 are the only products with a squid3 package where only _this_ bug was addressed. The remaining packages, 11.4 and sle11-sp1, have the fix for _this_ bug, plus the fix for bnc#727492 . 12.1 (too young) and 11.3 (too old) are unaffected by bnc#727492. Reassigning to security-team@ for further shipping+handling. Christian, cool work on the package! Ultimately needs to be said! Thank you! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-21 18:00:23 CET --- This is an autogenerated message for OBS integration: This bug (737905) was mentioned in https://build.opensuse.org/request/show/97765 11.4 / squid3 https://build.opensuse.org/request/show/97767 12.1 / squid3 https://build.opensuse.org/request/show/97772 11.3 / squid3 https://build.opensuse.org/request/show/97776 11.4 / squid3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c11 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swamp@suse.de Status Whiteboard| |maint:released:11.3:44695 --- Comment #11 from Swamp Workflow Management <swamp@suse.de> 2011-12-28 16:36:35 UTC --- Update released for: squid3, squid3-debuginfo, squid3-debugsource Products: openSUSE 11.3 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c12 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> 2011-12-29 16:11:17 UTC --- Update released for: squid3, squid3-debuginfo, squid3-debugsource Products: openSUSE 11.3 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c13 Matthias Weckbecker <mweckbecker@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Matthias Weckbecker <mweckbecker@suse.com> 2012-01-27 12:51:15 CET --- released -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c14 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:44695 |maint:released:11.3:44695 | |maint:released:sle11-sp1:44 | |693 --- Comment #14 from Swamp Workflow Management <swamp@suse.de> 2012-01-27 15:13:28 UTC --- Update released for: squid3, squid3-debuginfo, squid3-debugsource Products: SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-SERVER 11-SP1-TERADATA (x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com