summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-23 21:55:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-23 22:02:19 +0100
commit84d978326f996c6ceb6805038da83d4c4e1e48d1 (patch)
treeacfd89594d32dcbf213664447b0d844ec1f90ea3 /dev-db/firebird/files
parentdev-db/firebird: 2.5.7 security version bump (diff)
downloadgentoo-84d978326f996c6ceb6805038da83d4c4e1e48d1.tar.gz
gentoo-84d978326f996c6ceb6805038da83d4c4e1e48d1.tar.bz2
gentoo-84d978326f996c6ceb6805038da83d4c4e1e48d1.zip
dev-db/firebird: Drop old
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-db/firebird/files')
-rw-r--r--dev-db/firebird/files/firebird-2.5.1.26351.0-client.patch12
-rw-r--r--dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch12
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-db/firebird/files/firebird-2.5.1.26351.0-client.patch b/dev-db/firebird/files/firebird-2.5.1.26351.0-client.patch
deleted file mode 100644
index 8331c8122faf..000000000000
--- a/dev-db/firebird/files/firebird-2.5.1.26351.0-client.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur orig/builds/posix/Makefile.in.firebird builds/posix/Makefile.in.firebird
---- orig/builds/posix/Makefile.in.firebird 2010-11-12 15:46:22.000000000 -0500
-+++ builds/posix/Makefile.in.firebird 2010-11-12 16:36:22.000000000 -0500
-@@ -145,7 +145,7 @@
-
- firebird : firebird_@FIREBIRD_ARCH_TYPE@ $(PLATFORM_POSTBUILD_TARGET)
-
--firebird_classic firebird_embedded: firebird_basic classic_targets fbtrace
-+firebird_classic firebird_embedded: firebird_boot libfbclient includes
- firebird_super firebird_server: firebird_basic super_targets fbtrace
-
-
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
deleted file mode 100644
index 1066d58b9345..000000000000
--- a/dev-db/firebird/files/firebird-2.5.6.27020.0-CVE-2016-1569.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
- }
- }