[Bug 1355900] Re: debsig-verify offers no way to specify an alternate keyring

2014-11-07 Thread Logan Rosen
This bug was fixed in the package debsig-verify - 0.13

---
debsig-verify (0.13) unstable; urgency=medium

  * Disable all current GnuPG warnings, as these do not concern us, because
we only use gpg for verification purposes, so we should not be handling
sensitive material anyway. This fixes failures in the testsuite on
GNU/Hurd due to unexpected output in stderr.

 -- Guillem Jover guil...@debian.org  Tue, 28 Oct 2014 18:03:29 +0100

debsig-verify (0.12) unstable; urgency=medium

  * Merge the testsuite execution into the debian/rules build-arch target,
and use a build stamp file so that we do not invoke it from a binary
target. The latter is going to be run as root possibly via fakeroot,
and as GnuPG is set-uid-root on non-Linux systems, it fails there.
  * Mark targets as .PHONY in debian/rules.
  * Explicitly Build-Depend on gnupg for the testsuite.

 -- Guillem Jover guil...@debian.org  Tue, 28 Oct 2014 06:24:28 +0100

debsig-verify (0.11) unstable; urgency=medium

  * Update Vcs-Browser git URL to the new cgit scheme.
  * Add a README file.
  * Autoconfiscate build system.
  * Add more warning flags to the default compiler flags.
  * Do not use continuation lines in string literals.
  * Reformat and reflow --help output.
  * Add a --root option to use an alternative root directory.
Thanks to Michael Vogt m...@ubuntu.com. Closes: #758525
  * Add new --policies-dir and --keyrings-dir options.
  * Add new --help option.
  * Do not print --version and --help on stderr and make them exit 0. And
replace usage error output with a new function that gives a hint to the
user to use --help instead.
  * Add long options for quiet, verbose and debug.
  * Use DS_LEV_ERR instead of DS_FAIL_INTERNAL as ds_printf() level argument.
  * Use more of libdpkg instead of ad-hoc code, to reduce code duplication,
switch to more tested code, and so that the error return codes are
checked and acted upon. Closes: #758615
- Switch to use subproc module instead of fork() and waitpid().
- Switch from xmalloc to m_malloc().
- Use ohshit()/ohshite() instead of ds_fail_printf(DS_FAIL_INTERNAL, ...).
- Use m_dup2() instead of raw dup2().
- Use fdio API instead of ad-hoc file copying.
- Use str_match_end() instead of ad-hoc code, which also fixes a warning
  due to a signed vs unsigned comparison.
  * Remove useless return statements.
  * Use a temporary GNUPGHOME instead of using the users's default.
Based on a patch by Michael Vogt m...@ubuntu.com. Closes: #758826
  * Error out if the GnuPG pipe failed on close.
  * Explicitly check strcmp() return value instead of handling it as a bool.
  * Switch originID from global to function scoped variable.
Thanks to Michael Vogt m...@ubuntu.com.
  * Switch deb and deb_fd from global to a function scoped struct.
  * Change len type to size_t to fix a signed vs unsigned comparison warning.
  * Make private functions static.
  * Make private constant string variables static const.
  * Add new autotest functional testsuite.
  * Add test cases for signature checks.
Based on a patch by Michael Vogt m...@ubuntu.com.
  * Update copyright holders and years.
  * Bump Standard-Version to 3.9.6 (no changed needed).

 -- Guillem Jover guil...@debian.org  Tue, 28 Oct 2014 04:01:53 +0100

** Changed in: debsig-verify (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debsig-verify/+bug/1355900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1355900] Re: debsig-verify offers no way to specify an alternate keyring

2014-10-28 Thread Bug Watch Updater
** Changed in: debsig-verify (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debsig-verify/+bug/1355900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1355900] Re: debsig-verify offers no way to specify an alternate keyring

2014-08-19 Thread Michael Vogt
** Bug watch added: Debian Bug tracker #758525
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758525

** Also affects: debsig-verify (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758525
   Importance: Unknown
   Status: Unknown

** Changed in: debsig-verify (Ubuntu)
   Status: New = Triaged

** Changed in: debsig-verify (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debsig-verify/+bug/1355900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1355900] Re: debsig-verify offers no way to specify an alternate keyring

2014-08-19 Thread Bug Watch Updater
** Changed in: debsig-verify (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debsig-verify/+bug/1355900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1355900] Re: debsig-verify offers no way to specify an alternate keyring

2014-08-19 Thread Michael Vogt
A new option --home was added to debsig-verify git that should support
what is requested here. You can put
/path/to/alternative/home/etc/debsig/etc/debsig/policies and
.../usr/share/debsig/keyrings there.

** Changed in: debsig-verify (Ubuntu)
   Status: Triaged = In Progress

** Changed in: debsig-verify (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debsig-verify/+bug/1355900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs