diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-11 11:51:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-11 11:51:33 +0000 |
commit | 3e0378dff858d5515415bf726e3d47c3b17d52e4 (patch) | |
tree | 5c8fe0e04551e389fa1d63473f0bc3a15831be2d /dev-db/firebird/files | |
parent | arm64/m68k/s390/sh stable (diff) | |
download | historical-3e0378dff858d5515415bf726e3d47c3b17d52e4.tar.gz historical-3e0378dff858d5515415bf726e3d47c3b17d52e4.tar.bz2 historical-3e0378dff858d5515415bf726e3d47c3b17d52e4.zip |
Fix security bug 532124
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-db/firebird/files')
-rw-r--r-- | dev-db/firebird/files/70firebird | 2 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird-2.5.0.26074.0-Makefile.in.static.createdb | 66 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird-update-valgrind.patch | 16 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird.conf.d | 3 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird.conf.d.2 | 4 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird.init.d | 36 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird.xinetd.2 | 11 | ||||
-rw-r--r-- | dev-db/firebird/files/xinetd.2 | 11 |
8 files changed, 0 insertions, 149 deletions
diff --git a/dev-db/firebird/files/70firebird b/dev-db/firebird/files/70firebird deleted file mode 100644 index eebf96b9f0b1..000000000000 --- a/dev-db/firebird/files/70firebird +++ /dev/null @@ -1,2 +0,0 @@ -PATH=/opt/firebird/bin -ROOTPATH=/opt/firebird/bin diff --git a/dev-db/firebird/files/firebird-2.5.0.26074.0-Makefile.in.static.createdb b/dev-db/firebird/files/firebird-2.5.0.26074.0-Makefile.in.static.createdb deleted file mode 100644 index bd5889b488b0..000000000000 --- a/dev-db/firebird/files/firebird-2.5.0.26074.0-Makefile.in.static.createdb +++ /dev/null @@ -1,66 +0,0 @@ -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# You may obtain a copy of the Licence at -# http://www.gnu.org/licences/lgpl.html -# -# As a special exception this file can also be included in modules -# with other source code as long as that source code has been -# released under an Open Source Initiative certificed licence. -# More information about OSI certification can be found at: -# http://www.opensource.org -# -# This module is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public Licence for more details. -# -# This module was created by members of the firebird development -# team. All individual contributions remain the Copyright (C) of -# those individuals and all rights are reserved. Contributors to -# this file are either listed below or can be obtained from a CVS -# history command. -# -# Created by: Mark O'Donohue <mark.odonohue@ludwig.edu.au> -# -# Contributor(s): -# -# -# -ROOT=.. -ObjModuleType=boot -CXXFLAGS+= -DBOOT_BUILD - -include $(ROOT)/gen/make.defaults -include $(ROOT)/gen/make.platform -include $(ROOT)/gen/make.rules -include $(ROOT)/gen/make.shared.variables - - -@SET_MAKE@ - - -CREATEDB_Files= create_db.cpp -CREATEDB_Sources = $(addprefix utilities/, $(CREATEDB_Files)) -CREATEDB_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(CREATEDB_Sources)))) - - -AllObjects = $(CREATEDB_Object) $(CLUMPLETS_Objects) - -Dependencies = $(AllObjects:.o=.d) - - -.PHONY: all create_db - -all: create_db - -create_db: $(CREATE_DB) - -$(CREATE_DB): $(CREATEDB_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A) - $(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS) - - -include $(ROOT)/gen/make.shared.targets - --include $(Dependencies) diff --git a/dev-db/firebird/files/firebird-update-valgrind.patch b/dev-db/firebird/files/firebird-update-valgrind.patch deleted file mode 100644 index 7f8eab1b802f..000000000000 --- a/dev-db/firebird/files/firebird-update-valgrind.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- src.old/common/classes/alloc.cpp 2009-08-20 09:41:15.000000000 -0700 -+++ src/common/classes/alloc.cpp 2009-08-19 21:47:10.000000000 -0700 -@@ -42,7 +42,11 @@ - - #ifdef USE_VALGRIND - #include <valgrind/memcheck.h> --#endif -+#ifndef VALGRIND_MAKE_WRITABLE // VALGRIND 3.3 -+#define VALGRIND_MAKE_WRITABLE VALGRIND_MAKE_MEM_UNDEFINED -+#define VALGRIND_MAKE_NOACCESS VALGRIND_MAKE_MEM_NOACCESS -+#endif // VALGRIND 3.3 -+#endif // USE_VALGRIND - - // Fill blocks with patterns - #define FREE_PATTERN 0xDEADBEEF - diff --git a/dev-db/firebird/files/firebird.conf.d b/dev-db/firebird/files/firebird.conf.d deleted file mode 100644 index 8bfc2c52c840..000000000000 --- a/dev-db/firebird/files/firebird.conf.d +++ /dev/null @@ -1,3 +0,0 @@ -FBRunUser=firebird -FIREBIRD=/usr/lib/firebird -MANAGER=/usr/bin/fbmgr.bin diff --git a/dev-db/firebird/files/firebird.conf.d.2 b/dev-db/firebird/files/firebird.conf.d.2 deleted file mode 100644 index 64b454410516..000000000000 --- a/dev-db/firebird/files/firebird.conf.d.2 +++ /dev/null @@ -1,4 +0,0 @@ -FIREBIRD=/usr/share/firebird -FBRunUser=firebird -MANAGER=/usr/bin/fbmgr.bin -LD_LIBRARY_PATH=$FIREBIRD/lib diff --git a/dev-db/firebird/files/firebird.init.d b/dev-db/firebird/files/firebird.init.d deleted file mode 100644 index 6094d9bc0198..000000000000 --- a/dev-db/firebird/files/firebird.init.d +++ /dev/null @@ -1,36 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/files/firebird.init.d,v 1.5 2013/01/24 04:52:12 pinkbyte Exp $ - -pidfile=/var/run/firebird/firebird.pid -FB_OPTS="-pidfile $pidfile -start -forever" - -export FIREBIRD LD_LIBRARY_PATH - -depend() { - need net -} - -start_pre() { - checkpath -d -o $FBRunUser "$(dirname $pidfile)" -} - -start(){ - ebegin "Starting Firebird server" - start-stop-daemon --oknodo --start --pidfile $pidfile --chuid $FBRunUser --startas $MANAGER -- $FB_OPTS - eend $? -} - -stop(){ - ebegin "Stopping Firebird server" - start-stop-daemon --stop --pidfile $pidfile --oknodo - eend $? -} - -restart(){ - svc_stop - sleep 1 - svc_start -} - diff --git a/dev-db/firebird/files/firebird.xinetd.2 b/dev-db/firebird/files/firebird.xinetd.2 deleted file mode 100644 index 01fc102ee3a8..000000000000 --- a/dev-db/firebird/files/firebird.xinetd.2 +++ /dev/null @@ -1,11 +0,0 @@ -service gds_db -{ - flags = REUSE - socket_type = stream - wait = no - user = firebird - log_on_success += USERID - log_on_failure += USERID - server = /usr/bin/fb_inet_server - disable = yes -} diff --git a/dev-db/firebird/files/xinetd.2 b/dev-db/firebird/files/xinetd.2 deleted file mode 100644 index 01fc102ee3a8..000000000000 --- a/dev-db/firebird/files/xinetd.2 +++ /dev/null @@ -1,11 +0,0 @@ -service gds_db -{ - flags = REUSE - socket_type = stream - wait = no - user = firebird - log_on_success += USERID - log_on_failure += USERID - server = /usr/bin/fb_inet_server - disable = yes -} |