diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-04 16:54:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-04 20:25:33 +0100 |
commit | 090c438e1fc6fe17eca317421604a29720871bff (patch) | |
tree | 3bb5be7701d354028a0cb4b2de8d00a76b21c60b /dev-db/firebird/files | |
parent | dev-db/firebird: Restore SuperClassic, fix broken symlinks, libfbintl.so (diff) | |
download | gentoo-090c438e1fc6fe17eca317421604a29720871bff.tar.gz gentoo-090c438e1fc6fe17eca317421604a29720871bff.tar.bz2 gentoo-090c438e1fc6fe17eca317421604a29720871bff.zip |
dev-db/firebird: 2.5.6.27020.0 version bump, EAPI 6, drop USE=client
Gentoo-bug: 420817, 420939, 578230
- Pick USE=superserver as default
- Drop unused eclasses
- Update HOMEPAGE, DESCRIPTION
- QA fix: Don't install into /var/run (fixed upstream)
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-db/firebird/files')
-rw-r--r-- | dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch b/dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch new file mode 100644 index 000000000000..1066d58b9345 --- /dev/null +++ b/dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch @@ -0,0 +1,12 @@ +diff -Naur Firebird-2.5.5.26952-0_orig/src/burp/burp.cpp Firebird-2.5.5.26952-0/src/burp/burp.cpp +--- Firebird-2.5.5.26952-0_orig/src/burp/burp.cpp 2016-03-01 16:46:48.418536462 -0500 ++++ Firebird-2.5.5.26952-0/src/burp/burp.cpp 2016-03-01 16:48:19.511690164 -0500 +@@ -460,7 +460,7 @@ + } + else + { +- BURP_print(true, 137, sw.c_str()); ++ BURP_error(137, true, sw.c_str()); + // msg 137 unknown switch %s + } + } |