summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-10-08 09:03:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-10-08 09:03:35 +0000
commit7040911315d18d24c51bef18a71ab668d624bf5a (patch)
tree1061b29765e2f722c9e587229dd9e457a8aaba84 /net-fs/am-utils/files
parentRemove older masked versions. (diff)
downloadgentoo-2-7040911315d18d24c51bef18a71ab668d624bf5a.tar.gz
gentoo-2-7040911315d18d24c51bef18a71ab668d624bf5a.tar.bz2
gentoo-2-7040911315d18d24c51bef18a71ab668d624bf5a.zip
Remove packages slated for QA removal today.
Diffstat (limited to 'net-fs/am-utils/files')
-rw-r--r--net-fs/am-utils/files/am-utils-6.0.10-parallel-build.patch70
-rw-r--r--net-fs/am-utils/files/am-utils-6.1.4-dbm_open-libc.patch14
-rw-r--r--net-fs/am-utils/files/am-utils-6.1.5-CVE-2008-1078.patch21
-rw-r--r--net-fs/am-utils/files/am-utils-6.1.5-uts_release.patch19
-rw-r--r--net-fs/am-utils/files/am-utils-gdbm.patch48
-rw-r--r--net-fs/am-utils/files/amd.conf30
-rw-r--r--net-fs/am-utils/files/amd.net4
-rw-r--r--net-fs/am-utils/files/amd.rc21
8 files changed, 0 insertions, 227 deletions
diff --git a/net-fs/am-utils/files/am-utils-6.0.10-parallel-build.patch b/net-fs/am-utils/files/am-utils-6.0.10-parallel-build.patch
deleted file mode 100644
index c2eab6c06ee4..000000000000
--- a/net-fs/am-utils/files/am-utils-6.0.10-parallel-build.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-diff -ruN am-utils-6.0.10/amd/Makefile.am am-utils-6.0.10-fixed/amd/Makefile.am
---- am-utils-6.0.10/amd/Makefile.am 2005-03-15 03:07:48.000000000 +0100
-+++ am-utils-6.0.10-fixed/amd/Makefile.am 2005-05-28 23:48:24.850194336 +0200
-@@ -16,7 +16,12 @@
- # which will not generate the .h needs for the lex file from the yacc file.
- # I took out the conf .y/.l files b/c of bad interaction between bsd44 make
- # and automake-1.2 rules.
-+
-+# sources needed: note .y and .l files have to be first
- amd_SOURCES = \
-+ conf_parse.y \
-+ conf_tok.l \
-+ \
- am_ops.c \
- amd.c \
- amfs_auto.c \
-@@ -82,27 +87,29 @@
- # filesystem types this system supports.
- # AMD_INFO_OBJS: a list of info_*.o objects added, depending on which map
- # types this system supports.
--EXTRA_amd_OBJECTS = @AMD_FS_OBJS@ @AMD_INFO_OBJS@ conf_tok.o conf_parse.o
-+EXTRA_amd_OBJECTS = @AMD_FS_OBJS@ @AMD_INFO_OBJS@
- LDADD = $(EXTRA_amd_OBJECTS) ../libamu/libamu.la
- # must manually add f/lex library to LIBS, and not to LDADD.
- LIBS = @LIBS@ @LEXLIB@
-
- # additional files to distribute and clean
--EXTRA_DIST = conf_tok.l conf_parse.y ops_TEMPLATE.c $(man_MANS)
-+EXTRA_DIST = ops_TEMPLATE.c $(man_MANS)
- CLEANFILES = conf_tok.c conf_parse.c conf_parse.h
- DISTCLEANFILES = build_version.h
-
-+# do not distribute files that should be generated by lex/yacc locally
-+dist-hook:
-+ (cd $(distdir) && rm -f conf_parse.c conf_parse.h conf_tok.c)
-+
- INCLUDES = -I$(top_srcdir)/include
-
- # allow users to add their own flags via "configure --enable-am-flags=ARG"
- AMU_CFLAGS = @AMU_CFLAGS@
- AM_CFLAGS = @CFLAGS@ $(AMU_CFLAGS)
--YACC = @YACC@
--YFLAGS = -d
-+AM_YFLAGS = -d
-
- # dependencies
- $(PROGRAMS): $(LDADD)
--conf_tok.o: conf_parse.h
- get_args.o: build_version.h
- $(amd_OBJECTS) $(EXTRA_amd_OBJECTS): \
- ../config.h \
-@@ -115,18 +122,6 @@
- @AMU_NFS_PROT_HEADER@ \
- $(noinst_HEADERS)
-
--# Must use my rules, b/c ones supplied by automake-1.2 don't work
--# with bsd44 make (they have built-in rules to build yacc/lex files).
--# Code generated by yacc/lex:
--conf_tok.c: $(srcdir)/conf_tok.l
-- $(LEX) $?
-- mv lex.yy.c conf_tok.c
--
--conf_parse.c conf_parse.h: $(srcdir)/conf_parse.y
-- $(YACC) -d $?
-- mv y.tab.c conf_parse.c
-- mv y.tab.h conf_parse.h
--
- # auto-generate build number
- build_version.h: $(amd_SOURCES) $(EXTRA_amd_SOURCES) \
- ../config.h \
diff --git a/net-fs/am-utils/files/am-utils-6.1.4-dbm_open-libc.patch b/net-fs/am-utils/files/am-utils-6.1.4-dbm_open-libc.patch
deleted file mode 100644
index 6a7a0726e5f3..000000000000
--- a/net-fs/am-utils/files/am-utils-6.1.4-dbm_open-libc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: am-utils-6.1.4/configure.in
-===================================================================
---- am-utils-6.1.4.orig/configure.in
-+++ am-utils-6.1.4/configure.in
-@@ -652,6 +652,9 @@ dnl libgdbm for dbm_pagfno, so check for
- AC_CHECK_LIB(ndbm, dbm_pagfno, ac_cv_header_new_dbm="ndbm.h"; ac_cv_lib_new_dbm="ndbm",
- AC_CHECK_LIB(gdbm, dbm_pagfno, ac_cv_header_new_dbm="ndbm.h"; ac_cv_lib_new_dbm="ndbm -lgdbm")))
- fi
-+if test "$ac_cv_lib_new_dbm" = "" -a "$ac_cv_header_ndbm_h" = "yes"; then
-+ AC_CHECK_LIB(c, dbm_open, ac_cv_header_new_dbm="ndbm.h"; ac_cv_lib_new_dbm="c")
-+fi
- if test "$ac_cv_lib_new_dbm" = "" -a "$ac_cv_header_db1_ndbm_h" = "yes"; then
- AC_CHECK_LIB(db1, dbm_open, ac_cv_header_new_dbm="db1/ndbm.h"; ac_cv_lib_new_dbm="db1")
- fi
diff --git a/net-fs/am-utils/files/am-utils-6.1.5-CVE-2008-1078.patch b/net-fs/am-utils/files/am-utils-6.1.5-CVE-2008-1078.patch
deleted file mode 100644
index f0965b4a855a..000000000000
--- a/net-fs/am-utils/files/am-utils-6.1.5-CVE-2008-1078.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: am-utils-6.1.5/scripts/expn.in
-===================================================================
---- am-utils-6.1.5.orig/scripts/expn.in
-+++ am-utils-6.1.5/scripts/expn.in
-@@ -9,6 +9,7 @@
- # hardcoded constants, should work fine for BSD-based systems
- #require 'sys/socket.ph'; # perl 4
- use Socket; # perl 5
-+use Fcntl;
- $AF_INET = &AF_INET;
- $SOCK_STREAM = &SOCK_STREAM;
-
-@@ -1009,7 +1010,7 @@ sub mxlookup
- }
-
- $0 = "$av0 - nslookup of $server";
-- open(T,">/tmp/expn$$") || die "open > /tmp/expn$$: $!\n";
-+ sysopen(T,"/tmp/expn$$", O_EXCL | O_CREAT) || die "open > /tmp/expn$$: $!\n";
- print T "set querytype=MX\n";
- print T "$server\n";
- close(T);
diff --git a/net-fs/am-utils/files/am-utils-6.1.5-uts_release.patch b/net-fs/am-utils/files/am-utils-6.1.5-uts_release.patch
deleted file mode 100644
index 64b3342e0666..000000000000
--- a/net-fs/am-utils/files/am-utils-6.1.5-uts_release.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: am-utils-6.1.5/acinclude.m4
-===================================================================
---- am-utils-6.1.5.orig/acinclude.m4
-+++ am-utils-6.1.5/acinclude.m4
-@@ -10161,7 +10161,14 @@ AC_DEFUN([AMU_LINUX_HEADERS],
- ],
- [
- if (argc > 1)
-+#ifdef UTS_RELEASE
- printf("%s", UTS_RELEASE);
-+#else
-+# define AMU_MA(a) ((a) >> 16)
-+# define AMU_MI(a) (((a) & 0xffff) >> 8)
-+# define AMU_PL(a) ((a) & 0xff)
-+ printf("%d.%d.%d", AMU_MA(LINUX_VERSION_CODE), AMU_MI(LINUX_VERSION_CODE), AMU_PL(LINUX_VERSION_CODE));
-+#endif
- ],
- [ host_header_version=$value ],
- [ echo
diff --git a/net-fs/am-utils/files/am-utils-gdbm.patch b/net-fs/am-utils/files/am-utils-gdbm.patch
deleted file mode 100644
index e3f9f2431ad8..000000000000
--- a/net-fs/am-utils/files/am-utils-gdbm.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- am-utils-6.0.8/include/am_defs.h.sopwith 2002-12-11 16:18:36.000000000 -0500
-+++ am-utils-6.0.8/include/am_defs.h 2002-12-11 16:20:14.000000000 -0500
-@@ -327,19 +327,20 @@
- */
- #ifdef HAVE_NDBM_H
- # include <ndbm.h>
--# ifndef DATUM
-+# define HAVE_NDBM
-+#elif defined(HAVE_GDBM_NDBM_H)
-+# include <gdbm/ndbm.h>
-+# define HAVE_NDBM
-+#elif defined(HAVE_DB1_NDBM_H)
-+# include <db1/ndbm.h>
-+# define HAVE_NDBM
-+
-+#endif
-+
-+#if !defined(DATUM) && defined(HAVE_NDBM)
- /* ensure that struct datum is not included again from <rpcsvc/yp_prot.h> */
- # define DATUM
- # endif /* not DATUM */
--#else /* not HAVE_NDBM_H */
--# ifdef HAVE_DB1_NDBM_H
--# include <db1/ndbm.h>
--# ifndef DATUM
--/* ensure that struct datum is not included again from <rpcsvc/yp_prot.h> */
--# define DATUM
--# endif /* not DATUM */
--# endif /* HAVE_DB1_NDBM_H */
--#endif /* HAVE_NDBM_H */
-
- /*
- * Actions to take if <net/errno.h> exists.
---- am-utils-6.0.8/configure.in.sopwith 2002-12-11 16:15:35.000000000 -0500
-+++ am-utils-6.0.8/configure.in 2002-12-11 16:18:09.000000000 -0500
-@@ -231,10 +231,8 @@
- dnl some systems replaced old ndbm.h include with GNU ndbm.h, which requires
- dnl libgdbm for dbm_pagfno, so check for this.
- AC_MSG_CHECKING(for GNU ndbm.h)
--AC_TRY_LINK([#include <ndbm.h>], [
--DBM *db;
--dbm_pagfno(db);
--], AC_MSG_RESULT(no), AC_CHECK_LIB(gdbm, dbm_pagfno))
-+AC_CHECK_HEADERS(ndbm.h gdbm/ndbm.h)
-+AC_CHECK_LIB(gdbm, dbm_pagfno)
- dnl ======================================================================
-
- dnl ######################################################################
diff --git a/net-fs/am-utils/files/amd.conf b/net-fs/am-utils/files/amd.conf
deleted file mode 100644
index 85dfd15bcbb7..000000000000
--- a/net-fs/am-utils/files/amd.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# amd default config file
-#
-# check amd.conf(5) man page for details about options in this file
-#
-# $Id: amd.conf,v 1.1 2003/04/10 22:06:42 liquidx Exp $
-
-# GLOBAL OPTIONS SECTION
-[ global ]
-normalize_hostnames = no
-print_pid = yes
-pid_file = /var/run/amd.pid
-restart_mounts = yes
-auto_dir = /.automount
-log_file = syslog
-log_options = all
-plock = no
-selectors_on_default = yes
-print_version = no
-map_type = file
-search_path = /etc/amd
-browsable_dirs = no
-show_statfs_entries = no
-fully_qualified_hosts = no
-cache_duration = 300
-
-# DEFINE AN AMD MOUNT POINT
-[ /net ]
-map_name = amd.net
-map_type = file
diff --git a/net-fs/am-utils/files/amd.net b/net-fs/am-utils/files/amd.net
deleted file mode 100644
index d8d885f90150..000000000000
--- a/net-fs/am-utils/files/amd.net
+++ /dev/null
@@ -1,4 +0,0 @@
-# $Id: amd.net,v 1.1 2003/04/10 22:06:42 liquidx Exp $
-
-/defaults fs:=${autodir}/${rhost}/root/${rfs};opts:=nodev
-* rhost:=${key};type:=host;rfs:=/
diff --git a/net-fs/am-utils/files/amd.rc b/net-fs/am-utils/files/amd.rc
deleted file mode 100644
index 124c4e183c1c..000000000000
--- a/net-fs/am-utils/files/amd.rc
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/files/amd.rc,v 1.2 2004/07/14 23:33:06 agriffis Exp $
-
-depend() {
- need localmount
- use ypbind nfs
-}
-
-start() {
- ebegin "Starting amd"
- start-stop-daemon --start --quiet --exec /usr/sbin/amd -- -F /etc/amd/amd.conf
- eend $? "Failed to start amd"
-}
-
-stop() {
- ebegin "Stopping amd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/amd
- eend $? "Failed to stop amd"
-}