Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1488451 Details for
Bug 1634321
RFE Drop check for mismatch of versions / Be nice to clients with older version of libotr
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch stolen from debian
0001-Do-not-error-out-when-an-application-is-run-against-.patch (text/plain), 1.58 KB, created by
Raphael Groner
on 2018-09-29 21:42:30 UTC
(
hide
)
Description:
Patch stolen from debian
Filename:
MIME Type:
Creator:
Raphael Groner
Created:
2018-09-29 21:42:30 UTC
Size:
1.58 KB
patch
obsolete
>From: intrigeri <intrigeri@boum.org> >Date: Sat, 1 Nov 2014 17:20:52 +0000 >Bug-Debian: https://bugs.debian.org/767230 >Forwarded: not-needed >Subject: Do not error out when an application is run against an older libotr > than the one it was built against (Closes: #767230). > >For Jessie, given libotr 4.1 is API- and ABI-compatible with libotr 4.0, let's >prevent this runtime check from breaking packages that were built against 4.0. > >Besides, we'll be using a symbols files to deal with that soon (see #767652), >and once this happens we can't keep the runtime check, as it would break >reverse-dependencies in some cases when they can effectively run with the newer >version of libotr. > >--- > src/proto.c | 10 ---------- > 1 file changed, 10 deletions(-) > >diff --git a/src/proto.c b/src/proto.c >index f560a82..922fb9a 100644 >--- a/src/proto.c >+++ b/src/proto.c >@@ -54,16 +54,6 @@ gcry_error_t otrl_init(unsigned int ver_major, unsigned int ver_minor, > { > unsigned int api_version; > >- /* The major versions have to match, and you can't be using a newer >- * minor version than we expect. */ >- if (ver_major != OTRL_VERSION_MAJOR || ver_minor > OTRL_VERSION_MINOR) { >- fprintf(stderr, "Expected libotr API version %u.%u.%u incompatible " >- "with actual version %u.%u.%u. Aborting.\n", >- ver_major, ver_minor, ver_sub, >- OTRL_VERSION_MAJOR, OTRL_VERSION_MINOR, OTRL_VERSION_SUB); >- return gcry_error(GPG_ERR_INV_VALUE); >- } >- > /* Set the API version. If we get called multiple times for some > * reason, take the smallest value. */ > api_version = (ver_major << 16) | (ver_minor << 8) | (ver_sub);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1634321
: 1488451