summaryrefslogtreecommitdiffstats
path: root/pki
diff options
context:
space:
mode:
authoralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-14 21:13:08 +0000
committeralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-14 21:13:08 +0000
commit8dbaf7f62f2e97d21d4309422ecc540f4831dda4 (patch)
treec02066cfcd5c6fd869a3f82ab3309220d006db28 /pki
parente262ac57fc11dff490093bdf4c449e0f528604b5 (diff)
downloadpki-8dbaf7f62f2e97d21d4309422ecc540f4831dda4.tar.gz
pki-8dbaf7f62f2e97d21d4309422ecc540f4831dda4.tar.xz
pki-8dbaf7f62f2e97d21d4309422ecc540f4831dda4.zip
Bugzilla Bug #511337 - sscep getca fails with define CA identifier
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@697 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki')
-rw-r--r--pki/base/ra/lib/perl/PKI/Conn/CA.pm2
-rw-r--r--pki/dogtag/ra/pki-ra.spec4
2 files changed, 4 insertions, 2 deletions
diff --git a/pki/base/ra/lib/perl/PKI/Conn/CA.pm b/pki/base/ra/lib/perl/PKI/Conn/CA.pm
index b86a995bf..2dd106a8b 100644
--- a/pki/base/ra/lib/perl/PKI/Conn/CA.pm
+++ b/pki/base/ra/lib/perl/PKI/Conn/CA.pm
@@ -148,7 +148,7 @@ sub get_http_content
{
my ($self, $filename) = @_;
my $data = "";
- my $count = `grep Content-Length $filename | cut -d' ' -f2`;
+ my $count = `grep -a Content-Length $filename | cut -d' ' -f2`;
chomp($count);
my $file_size = -s $filename;
my $offset = $file_size - $count;
diff --git a/pki/dogtag/ra/pki-ra.spec b/pki/dogtag/ra/pki-ra.spec
index 3463e58a7..71954af08 100644
--- a/pki/dogtag/ra/pki-ra.spec
+++ b/pki/dogtag/ra/pki-ra.spec
@@ -34,7 +34,7 @@
## Package Header Definitions
%define base_name %{base_prefix}-%{base_component}
%define base_version 1.1.0
-%define base_release 26
+%define base_release 27
%define base_group System Environment/Daemons
%define base_vendor Red Hat, Inc.
%define base_license GPLv2 with exceptions
@@ -266,6 +266,8 @@ fi
###############################################################################
%changelog
+* Tue Jul 14 2009 Ade Lee <alee@redhat.com> 1.1.0-27
+- Bugzilla Bug #511337 - sscep getca fails with define CA identifier
* Mon Jul 6 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-26
- Bugzilla Bug #509833 - cleaning debug log
* Wed Jun 24 2009 Matthew Harmsen <mharmsen@redhat.com> 1.1.0-25