summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-17 22:55:05 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-17 22:55:05 +0000
commite177b3bf6bff85d1e565e4e79d1508b023016ade (patch)
tree0febfc763f19f6c5f9e5fb9babe31103d6d9efbd /app-crypt
parentgnome 2.8 commit (Manifest recommit) (diff)
downloadgentoo-2-e177b3bf6bff85d1e565e4e79d1508b023016ade.tar.gz
gentoo-2-e177b3bf6bff85d1e565e4e79d1508b023016ade.tar.bz2
gentoo-2-e177b3bf6bff85d1e565e4e79d1508b023016ade.zip
.CVS:
----------------------------------------------------------------------
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/files/digest-heimdal-0.6.3-r11
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-berkdb.patch22
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-berkdb.patch.bz2bin0 -> 361 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-gcc3.patch13
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-gcc3.patch.bz2bin0 -> 292 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-rxapps.patch20
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6-rxapps.patch.bz2bin0 -> 378 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch12
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch.bz2bin0 -> 316 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch12
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch.bz2bin0 -> 316 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-berkdb.patch.bz2bin0 -> 361 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-fPIC.patch.bz2bin0 -> 316 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch20
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch.bz2bin0 -> 472 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-no_libedit.patch.bz2bin0 -> 343 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-rxapps.patch.bz2bin0 -> 378 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3-suid_fix.patch.bz2bin0 -> 368 bytes
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.3.all.patch62
19 files changed, 1 insertions, 161 deletions
diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.3-r1 b/app-crypt/heimdal/files/digest-heimdal-0.6.3-r1
new file mode 100644
index 000000000000..d48c81061206
--- /dev/null
+++ b/app-crypt/heimdal/files/digest-heimdal-0.6.3-r1
@@ -0,0 +1 @@
+MD5 2265fd2d4573dd3a8da45ce62519e48b heimdal-0.6.3.tar.gz 3333604
diff --git a/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch b/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch
deleted file mode 100644
index 4b4ab86ca082..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- cf/db.m4 2004-03-30 09:00:23.315562886 +0000
-+++ cf/db.m4 2004-03-30 09:00:47.278672201 +0000
-@@ -14,6 +14,8 @@
- if test "$enable_berkeley_db" != no; then
-
- AC_CHECK_HEADERS([ \
-+ db4.2/db.h \
-+ db4.1/db.h \
- db4/db.h \
- db3/db.h \
- db.h \
-@@ -24,6 +26,10 @@
-
- AC_FIND_FUNC_NO_LIBS(db_create, db4 db3 db, [
- #include <stdio.h>
-+ #ifdef HAVE_DB4_2_DB_H
-+ #include <db4.2/db.h>
-+ #ifdef HAVE_DB4_1_DB_H
-+ #include <db4.1/db.h>
- #ifdef HAVE_DB4_DB_H
- #include <db4/db.h>
- #elif defined(HAVE_DB3_DB_H)
diff --git a/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch.bz2
new file mode 100644
index 000000000000..1e1d993c432d
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6-berkdb.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch b/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch
deleted file mode 100644
index 8817d5ebce0a..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- heimdal-0.6/lib/krb5/verify_krb5_conf.c.gcc3 2004-02-16 21:22:53.000000000 -0500
-+++ heimdal-0.6/lib/krb5/verify_krb5_conf.c 2004-02-16 21:23:08.000000000 -0500
-@@ -449,8 +449,8 @@
-
- #if 0
- struct entry kdcdefaults_entries[] = {
-- { "kdc_ports, krb5_config_string, mit_entry },
-- { "v4_mode, krb5_config_string, mit_entry },
-+ { "kdc_ports", krb5_config_string, mit_entry },
-+ { "v4_mode", krb5_config_string, mit_entry },
- { NULL }
- };
- #endif
diff --git a/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch.bz2
new file mode 100644
index 000000000000..e19bd9a5b0d9
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6-gcc3.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch b/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch
deleted file mode 100644
index 72339dc50fc7..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- appl/kx/rxtelnet.in 2004-02-21 21:47:46.439883789 +0000
-+++ appl/kx/rxtelnet.in 2004-02-21 21:47:56.392437939 +0000
-@@ -2,6 +2,6 @@
- #
- usage="Usage: $0 [-l username] [-k] [-f] [-t args_to_telnet] [-x args_to_xterm] [-K args_to_kx] [-w term_emulator] [-b telnet_binary] [-n] [-v] [-h | --help] [--version] host [port]"
--binary=telnet
-+binary=ktelnet
- term=
- kx_args=-P
- while true
---- appl/kx/rxterm.in 2004-02-21 21:49:23.893934354 +0000
-+++ appl/kx/rxterm.in 2004-02-21 21:49:34.617299076 +0000
-@@ -2,6 +2,6 @@
- #
- usage="Usage: $0 [-l username] [-k] [-f] [-r rsh_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b rsh_binary][-v] [-h | --help] [--version] host"
--binary=rsh
-+binary=krsh
- term=xterm
- while true
- do
diff --git a/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch.bz2
new file mode 100644
index 000000000000..ecaea02c0219
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6-rxapps.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch b/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch
deleted file mode 100644
index ee01e34dcd18..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/editline/Makefile.am 2004-05-10 09:27:21.442490749 +0000
-+++ lib/editline/Makefile.am 2004-05-10 09:27:38.876209101 +0000
-@@ -47,6 +47,9 @@
-
- EXTRA_DIST = $(man_MANS)
-
-+$(libeditline_la_OBJECTS): %.lo: %.c
-+ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-+
- snprintf.c:
- $(LN_S) $(srcdir)/../roken/snprintf.c .
- strdup.c:
diff --git a/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch.bz2
new file mode 100644
index 000000000000..6d1892da8704
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
deleted file mode 100644
index ee01e34dcd18..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/editline/Makefile.am 2004-05-10 09:27:21.442490749 +0000
-+++ lib/editline/Makefile.am 2004-05-10 09:27:38.876209101 +0000
-@@ -47,6 +47,9 @@
-
- EXTRA_DIST = $(man_MANS)
-
-+$(libeditline_la_OBJECTS): %.lo: %.c
-+ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-+
- snprintf.c:
- $(LN_S) $(srcdir)/../roken/snprintf.c .
- strdup.c:
diff --git a/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch.bz2
new file mode 100644
index 000000000000..6d1892da8704
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-berkdb.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-berkdb.patch.bz2
new file mode 100644
index 000000000000..1e1d993c432d
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-berkdb.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-fPIC.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-fPIC.patch.bz2
new file mode 100644
index 000000000000..6d1892da8704
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-fPIC.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch b/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch
deleted file mode 100644
index e45b11ec08c4..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/hdb/hdb-ldap.c.orig 2004-07-30 10:50:38.883167858 +0200
-+++ lib/hdb/hdb-ldap.c 2004-07-30 10:52:18.101664881 +0200
-@@ -585,7 +585,7 @@
- goto out;
- }
-
-- rc = ldap_search_s((LDAP *) db->db, db->name, LDAP_SCOPE_ONELEVEL, filter,
-+ rc = ldap_search_s((LDAP *) db->db, db->name, LDAP_SCOPE_SUBTREE, filter,
- krb5kdcentry_attrs, 0, msg);
- if (rc != LDAP_SUCCESS) {
- krb5_set_error_string(context, "ldap_search_s: %s", ldap_err2string(rc));
-@@ -931,7 +931,7 @@
- }
-
- msgid = ldap_search((LDAP *) db->db, db->name,
-- LDAP_SCOPE_ONELEVEL, "(objectclass=krb5KDCEntry)",
-+ LDAP_SCOPE_SUBTREE, "(objectclass=krb5KDCEntry)",
- krb5kdcentry_attrs, 0);
- if (msgid < 0) {
- return HDB_ERR_NOENTRY;
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch.bz2
new file mode 100644
index 000000000000..c44434c42f34
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-ldap-subtree.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-no_libedit.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-no_libedit.patch.bz2
new file mode 100644
index 000000000000..4447dc047b78
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-no_libedit.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-rxapps.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-rxapps.patch.bz2
new file mode 100644
index 000000000000..ecaea02c0219
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-rxapps.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3-suid_fix.patch.bz2 b/app-crypt/heimdal/files/heimdal-0.6.3-suid_fix.patch.bz2
new file mode 100644
index 000000000000..cc548acec137
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.3-suid_fix.patch.bz2
Binary files differ
diff --git a/app-crypt/heimdal/files/heimdal-0.6.3.all.patch b/app-crypt/heimdal/files/heimdal-0.6.3.all.patch
deleted file mode 100644
index 0757a47b89a3..000000000000
--- a/app-crypt/heimdal/files/heimdal-0.6.3.all.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-diff -ru heimdal-0.6.3.orig/appl/kx/rxtelnet.in heimdal-0.6.3/appl/kx/rxtelnet.in
---- heimdal-0.6.3.orig/appl/kx/rxtelnet.in 2002-03-19 03:07:34.000000000 +0930
-+++ heimdal-0.6.3/appl/kx/rxtelnet.in 2004-09-13 23:34:02.154228824 +0930
-@@ -2,7 +2,7 @@
- # $Id: heimdal-0.6.3.all.patch,v 1.1 2004/09/13 15:40:34 dragonheart Exp $
- #
- usage="Usage: $0 [-l username] [-k] [-f] [-t args_to_telnet] [-x args_to_xterm] [-K args_to_kx] [-w term_emulator] [-b telnet_binary] [-n] [-v] [-h | --help] [--version] host [port]"
--binary=telnet
-+binary=ktelnet
- term=
- kx_args=-P
- while true
-Only in heimdal-0.6.3/appl/kx: rxtelnet.in.orig
-diff -ru heimdal-0.6.3.orig/appl/kx/rxterm.in heimdal-0.6.3/appl/kx/rxterm.in
---- heimdal-0.6.3.orig/appl/kx/rxterm.in 2002-03-19 03:07:34.000000000 +0930
-+++ heimdal-0.6.3/appl/kx/rxterm.in 2004-09-13 23:34:02.155227672 +0930
-@@ -2,7 +2,7 @@
- # $Id: heimdal-0.6.3.all.patch,v 1.1 2004/09/13 15:40:34 dragonheart Exp $
- #
- usage="Usage: $0 [-l username] [-k] [-f] [-r rsh_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b rsh_binary][-v] [-h | --help] [--version] host"
--binary=rsh
-+binary=krsh
- term=xterm
- while true
- do
-Only in heimdal-0.6.3/appl/kx: rxterm.in.orig
-diff -ru heimdal-0.6.3.orig/cf/db.m4 heimdal-0.6.3/cf/db.m4
---- heimdal-0.6.3.orig/cf/db.m4 2002-09-10 23:59:47.000000000 +0930
-+++ heimdal-0.6.3/cf/db.m4 2004-09-13 23:37:13.174919192 +0930
-@@ -14,6 +14,8 @@
- if test "$enable_berkeley_db" != no; then
-
- AC_CHECK_HEADERS([ \
-+ db4.2/db.h \
-+ db4.1/db.h \
- db4/db.h \
- db3/db.h \
- db.h \
-@@ -24,6 +26,10 @@
-
- AC_FIND_FUNC_NO_LIBS(db_create, db4 db3 db, [
- #include <stdio.h>
-+ #ifdef HAVE_DB4_2_DB_H
-+ #include <db4.2/db.h>
-+ #ifdef HAVE_DB4_1_DB_H
-+ #include <db4.1/db.h>
- #ifdef HAVE_DB4_DB_H
- #include <db4/db.h>
- #elif defined(HAVE_DB3_DB_H)
-diff -ru heimdal-0.6.3.orig/lib/editline/Makefile.am heimdal-0.6.3/lib/editline/Makefile.am
---- heimdal-0.6.3.orig/lib/editline/Makefile.am 2002-08-13 23:18:15.000000000 +0930
-+++ heimdal-0.6.3/lib/editline/Makefile.am 2004-09-13 23:30:53.917327832 +0930
-@@ -47,6 +47,9 @@
-
- EXTRA_DIST = $(man_MANS)
-
-+$(libeditline_la_OBJECTS): %.lo: %.c
-+ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-+
- snprintf.c:
- $(LN_S) $(srcdir)/../roken/snprintf.c .
- strdup.c: