Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166686 Details for
Bug 106677
[GLSA-2] glsa-check is not working correctly with slotted packages.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
GLSA-SLOT-support-in-vulnerable-unaffected-package.patch
0001-GLSA-SLOT-support-in-vulnerable-unaffected-package.patch (text/plain), 1.72 KB, created by
Robert Buchholz (RETIRED)
on 2008-09-28 15:50:35 UTC
(
hide
)
Description:
GLSA-SLOT-support-in-vulnerable-unaffected-package.patch
Filename:
MIME Type:
Creator:
Robert Buchholz (RETIRED)
Created:
2008-09-28 15:50:35 UTC
Size:
1.72 KB
patch
obsolete
>From 64d41fc9c6e28d967ceda1887a48ec8def8d8205 Mon Sep 17 00:00:00 2001 >From: Robert Buchholz <rbu@goodpoint.de> >Date: Sun, 28 Sep 2008 17:32:54 +0200 >Subject: [PATCH] GLSA SLOT support in vulnerable / unaffected packages > >--- > glsa-2.dtd | 11 +++++++++-- > 1 files changed, 9 insertions(+), 2 deletions(-) > >diff --git a/glsa-2.dtd b/glsa-2.dtd >index 2ac41a7..53ee7ff 100644 >--- a/glsa-2.dtd >+++ b/glsa-2.dtd >@@ -135,9 +135,11 @@ > Description: Version of the vulnerable package. > > Attribute: @range: See unaffected@range >+ Attribute: @slot: unaffected@slot > --> > <!ELEMENT vulnerable (#PCDATA)> >-<!ATTLIST vulnerable range (le|lt|eq|gt|ge|rlt|rle|rgt|rge) #REQUIRED> >+<!ATTLIST vulnerable range (le|lt|eq|gt|ge|rlt|rle|rgt|rge) #REQUIRED >+ slot CDATA "*"> > > <!-- > Element: unaffected >@@ -151,12 +153,17 @@ > The r* range information is revision-specific. For instance, > rge foo-1.2.3-r4 == >=foo-1.2.3-r4 && <foo-1.2.4 > >+ Attribute: @slot: The SLOT unaffected packages have to fulfill >+ (equality check), default is '*' (any SLOT). >+ This requirement is additional to the version and range >+ > Example: > <unaffected range="gt" name="foobar">2.0.0</unaffected> > --> > <!ELEMENT unaffected (#PCDATA)> > <!ATTLIST unaffected range (le|lt|eq|gt|ge|rlt|rle|rgt|rge) #REQUIRED >- name CDATA #IMPLIED> >+ name CDATA #IMPLIED >+ slot CDATA "*"> > > <!-- > Element: service >-- >1.6.0.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106677
: 166686