[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#442221: marked as done (gnatsd: no PRs match with 'view' access level)



Your message dated Mon, 30 Apr 2018 22:02:55 +0000
with message-id <[🔎] E1fDGsp-000Gau-O0@fasolo.debian.org>
and subject line Bug#888986: Removed package(s) from unstable
has caused the Debian Bug report #442221,
regarding gnatsd: no PRs match with 'view' access level
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
442221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442221
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnats
Version: 4.1.0-0.1
Severity: important


In case of 'view' access level, a user can list non-confidential PRs.
But this version always return "no PRs match".

After analysis, the following patch on "set_confidential_access" method
in cmds.c works around the issue:

--- cmds.c.orig 2007-09-13 15:57:05.000000000 +0200
+++ cmds.c      2007-09-13 15:57:15.000000000 +0200
@@ -365,7 +365,7 @@
     {
       QueryExpr newQ
        = parseQueryExpression (currentDatabase, 
-                               "builtinfield:Confidential ~ \"no\"",
+                               "builtinfield:Confidential~\"no\"",
                                NULL);
       *search = booleanQuery (QueryAnd, *search, newQ);
     }

I guess there is a larger problem with the expression parser generation (flex
or bison-1.35 ?)


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (800, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnats depends on:
ii  adduser                3.102             Add and remove users and groups
ii  debianutils            2.17              Miscellaneous utilities specific t
ii  exim4                  4.63-17           metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [ma 4.63-17           lightweight exim MTA (v4) daemon
ii  gnats-user             4.1.0-0.1         The GNU problem report management 
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  netbase                4.29              Basic TCP/IP networking system

gnats recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.1.0-5+rm

Dear submitter,

as the package gnats has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/888986

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: