First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 51585
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Security <security@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sune Kloppenborg Jeppesen <jaervosz@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:
Flags: Requestee:
 
 
  ()

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 51585 depends on: Show dependency tree
Bug 51585 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-20 12:16 0000
Original libneon bug #51490

------- Comment #1 From Thierry Carrez (RETIRED) 2004-05-21 00:47:45 0000 -------
No official upstream fix.
I suppose we should include the neon 0.24.6 corrected files as a patch.

agriffis, there is no maintainer and you were the last to act on this one : do you think you can produce a patched 0.13.4-r2 ?

------- Comment #2 From Kurt Lieber 2004-05-28 10:39:59 0000 -------
also cc'ing lanius since he was recently active in the changelog.

------- Comment #3 From Kurt Lieber 2004-06-03 06:20:58 0000 -------
Emailed the author asking for a status update.  He confirmed the vulnerability
and did not have any immediate plans to issue a patched version of his software
that is not vulnerable.

Recommend hard masking in portage and issuing a GLSA.

------- Comment #4 From Kurt Lieber 2004-06-03 06:34:36 0000 -------
Sent to gentoo-dev:

"Re: http://bugs.gentoo.org/show_bug.cgi?id=51585

The author of that package has indicated he has no immediate plans to release a new version of his program that contains the fixes for the security vulnerability.  This package also seems to be unmaintained in portage at the moment, so unless someone wants to pick up the maintainership of this package and backport the fixes to it, it will be security masked in portage in 24 hours and we'll be issuing a GLSA explaining the issue.

--kurt"

------- Comment #5 From Thierry Carrez (RETIRED) 2004-06-05 03:06:25 0000 -------
The masking GLSA is ready but cannot be sent until sitecopy is hard-masked.

------- Comment #6 From Kurt Lieber 2004-06-05 04:02:46 0000 -------
hard masked in portage.

------- Comment #7 From Thierry Carrez (RETIRED) 2004-06-05 04:57:03 0000 -------
Temporary GLSA 200406-03 issued

------- Comment #8 From Kurt Hindenburg 2004-06-12 01:06:50 0000 -------
Is this patch good enough to un-mask this package?  I've tested it and it
appears to not ever use the libneon packaged with sitecopy (libneon/ is not
compiled).  If the user tries to use --nodep, econf will die.

--- sitecopy-0.13.4-r1.ebuild   2004-04-26 14:24:47.000000000 -0500
+++ sitecopy-0.13.4-r9.ebuild   2004-06-12 02:07:49.141909824 -0500
@@ -20,7 +20,8 @@
        gnome? (
                gnome-base/gnome-libs
                =x11-libs/gtk+-1*
-       )"
+       )
+       >=net-misc/neon-0.24.6"

 src_compile() {
        local myconf=""
@@ -41,6 +42,10 @@
                && myconf="${myconf} --enable-nls" \
                || myconf="${myconf} --disable-nls"

+       # Bug 51585, GLSA 200406-03
+       einfo "Forcing the use of the system-wide neon library (BR #51585)."
+       myconf="${myconf} --with-neon"
+
        econf ${myconf} || die "econf failed"

        emake || die "emake failed"

------- Comment #9 From Thierry Carrez (RETIRED) 2004-06-15 12:56:10 0000 -------
We currently lack a maintainer for this package, so evaluation could take a
little while. Thank you for providing this patch !

------- Comment #10 From Thomas L. Kjeldsen 2004-07-12 08:36:59 0000 -------
Just for the records: The solution suggested by Kurt V. Hindenburg is now used
by the FreeBSD port.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68461

------- Comment #11 From Kurt Lieber 2004-07-16 07:16:47 0000 -------
sent mail to -dev asking for someone to take on this package.  Will remove from
portage in 3 days if no action.

------- Comment #12 From Chris White (RETIRED) 2004-07-16 10:11:41 0000 -------
configure: using neon library 0.24.6

uses the right neon version

>>> net-misc/sitecopy-0.13.4-r2 merged.

compiled

in cvs.

------- Comment #13 From Thierry Carrez (RETIRED) 2004-07-19 00:38:20 0000 -------
x86, ppc, sparc : please package.unmask, test and mark
net-misc/sitecopy-0.13.4-r2 stable.

------- Comment #14 From Thierry Carrez (RETIRED) 2004-08-02 04:43:21 0000 -------
*bump*
x86, ppc, sparc : please package.unmask, test and mark net-misc/sitecopy-0.13.4-r2 stable.
*bump*

------- Comment #15 From Jason Wever (RETIRED) 2004-08-07 09:37:41 0000 -------
Stable on sparc.  Staying on the bug until it's removed from package mask

------- Comment #16 From Pieter Van den Abeele 2004-08-12 12:58:12 0000 -------
stable on ppc

------- Comment #17 From Chris White (RETIRED) 2004-08-13 22:24:05 0000 -------
Stable on x86.

used sitecopy with one of my websites.
setup with the website.
syncronized, modified files, deleted files, moved files
sync'ed with my site.

All works well.

GLSA part next.

------- Comment #18 From Chris White (RETIRED) 2004-08-13 22:25:39 0000 -------
Er.. removing the cc for x86 would help....

*cough* no one saw that... *cough*

------- Comment #19 From Chris White (RETIRED) 2004-08-14 23:37:19 0000 -------
"Stable on sparc.  Staying on the bug until it's removed from package mask"

Weeve:

sitecopy is package.unmasked now, removing sparc from CC.

------- Comment #20 From Sune Kloppenborg Jeppesen 2004-08-15 08:12:53 0000 -------
Updated GLSA. Question is should we rerelease it?

------- Comment #21 From Thierry Carrez (RETIRED) 2004-09-01 04:22:07 0000 -------
Good question... Information provided in that GLSA is correct but superseded by
more recent information. I think we should issue an "UPDATE:"-type GLSA for
these things but I also think it would confuse most users if not properly
presented (it should talk about the previous state to explain the update a
little more).

More opinions needed.

------- Comment #22 From Thierry Carrez (RETIRED) 2004-09-02 07:53:33 0000 -------
GLSA update has been decided not to be needed. Closing.
Sitecopy, welcome back.

First Last Prev Next    No search results available      Search page      Enter new bug