[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.7.0-1-11-gbbed522
Russ Allbery
rra at debian.org
Tue Jun 18 04:36:32 UTC 2013
The following commit has been merged in the master branch:
commit 7ec8928e13459703523857dedd2b9b781219f829
Author: Russ Allbery <rra at debian.org>
Date: Mon Jun 17 20:46:07 2013 -0700
Note new checksig --id option in changelog and man page
diff --git a/debian/changelog b/debian/changelog
index 1f203de..2267b90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ xml-security-c (1.7.1-1) UNRELEASED; urgency=high
optionally used in conjunction with Exclusive Canonicalization,
potentially allowing arbitary code execution. (CVE-2013-2156)
- Reduce entity expansion limits when parsing.
+ - New --id option to the xenc-checksig utility.
-- Russ Allbery <rra at debian.org> Mon, 17 Jun 2013 20:37:26 -0700
diff --git a/debian/man-pages/xmlsec-checksig.pod b/debian/man-pages/xmlsec-checksig.pod
index 7bd4001..60ef8e4 100644
--- a/debian/man-pages/xmlsec-checksig.pod
+++ b/debian/man-pages/xmlsec-checksig.pod
@@ -5,7 +5,7 @@ xmlsec-checksig - Check a signature embedded in an XML file
=head1 SYNOPSIS
B<xmlsec-checksig> [B<-s>] [B<-h> I<string>] [B<-x>] [B<-d> I<ns-uri> I<name>]
- [B<-i>] I<input>
+ [B<-i>] [B<--id> I<name>] I<input>
=head1 DESCRIPTION
@@ -24,6 +24,11 @@ Note that each option must be given as a separate argument.
Use the HMAC key specified by I<string>.
+=item B<--id> I<name>
+
+Use the attribute id with name I<name>. To also specify the namespace,
+use B<--idns> instead.
+
=item B<--idns> I<ns-uri> I<name>, B<-d> I<ns-uri> I<name>
Use the attribute id specified by the namespace URI I<ns-uri> and the name
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list