Bug 636619 - -openssl patch is broken
Summary: -openssl patch is broken
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bacula
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andreas Thienemann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-22 17:51 UTC by Enrico Scholz
Modified: 2011-01-06 19:28 UTC (History)
8 users (show)

Fixed In Version: bacula-5.0.3-2.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-23 12:38:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2010-09-22 17:51:53 UTC
Description of problem:

The bacula-5.0.2-openssl.patch in d3f21207e11c84faddc044b7c8005f8a5f32ac57 contains

-#ifdef HAVE_OPENSSLv1
+#ifdef OPENSSL_VERSION_NUMBER >= 0x10000000L

The new condition matches everytime and should be

+#if OPENSSL_VERSION_NUMBER >= 0x10000000L

instead of (note the '#if' vs. '#ifdef').

Comment 1 Jan Görig 2010-09-23 12:38:12 UTC
Thank you for your bug report. I don't know how I can write this terrible code...

Comment 2 Fedora Update System 2010-11-24 17:34:50 UTC
bacula-5.0.3-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/bacula-5.0.3-1.fc14

Comment 3 Fedora Update System 2010-11-24 17:48:20 UTC
bacula-5.0.3-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/bacula-5.0.3-1.fc13

Comment 4 Fedora Update System 2011-01-06 19:26:10 UTC
bacula-5.0.3-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2011-01-06 19:28:12 UTC
bacula-5.0.3-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.