diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-12 08:13:29 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-12 08:13:29 +0000 |
commit | e0b5e6cfebab035cc0f420e36e390284ec2c3163 (patch) | |
tree | b36166bce62213ed75b563607f6cbed5078b2f02 /app-crypt/scsign/files | |
parent | Revision bump to get the patchset out there (Manifest recommit) (diff) | |
download | gentoo-2-e0b5e6cfebab035cc0f420e36e390284ec2c3163.tar.gz gentoo-2-e0b5e6cfebab035cc0f420e36e390284ec2c3163.tar.bz2 gentoo-2-e0b5e6cfebab035cc0f420e36e390284ec2c3163.zip |
version bumpversion bump
Diffstat (limited to 'app-crypt/scsign/files')
-rw-r--r-- | app-crypt/scsign/files/digest-scsign-0.0.5 | 1 | ||||
-rw-r--r-- | app-crypt/scsign/files/scsign-0.0.5-printid.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/scsign/files/digest-scsign-0.0.5 b/app-crypt/scsign/files/digest-scsign-0.0.5 new file mode 100644 index 000000000000..fb894a617b5b --- /dev/null +++ b/app-crypt/scsign/files/digest-scsign-0.0.5 @@ -0,0 +1 @@ +MD5 060a009896bdf749604684018f313e2f scsign-0.0.5.tar.gz 13132 diff --git a/app-crypt/scsign/files/scsign-0.0.5-printid.patch b/app-crypt/scsign/files/scsign-0.0.5-printid.patch new file mode 100644 index 000000000000..2ab632e8fd3f --- /dev/null +++ b/app-crypt/scsign/files/scsign-0.0.5-printid.patch @@ -0,0 +1,16 @@ +--- libscsign.c.orig 2005-01-06 01:53:16.000000000 +0930 ++++ libscsign.c 2005-01-12 17:31:58.134696696 +0930 +@@ -537,9 +537,11 @@ + unsigned int ii; + struct sc_pkcs15_cert_info *cert = (struct sc_pkcs15_cert_info *) objs[i]->data; + +- printf("ID: %s - ", sc_pkcs15_print_id(&cert->id)); ++ printf("ID: "); + +- printf("%s - Path: ", objs[i]->label); ++ sc_pkcs15_print_id(&cert->id); ++ ++ printf(" - %s - Path: ", objs[i]->label); + + for (ii = 0; ii < cert->path.len; ii++) + printf("%02X", cert->path.value[ii]); |