added cyrus-sasl2 and modify cyrus-sasl to allow them to co-exist. updated snmpsession (1.00), nessus (2.0.10a), rrdtool (1.0.46), xinetd (2.3.13), ypserv (2.12.1) and xmms-crossfade (0.3.4) [2004030903143703085] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2520 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,24 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/tsa/cyrus-sasl2/cyrus-sasl2.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
var_append confopt ' ' '--includedir=/$prefix/include/sasl2' |
||||
|
|
||||
@ -0,0 +1,41 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/tsa/cyrus-sasl2/cyrus-sasl2.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] SASL is the Simple Authentication and Security Layer |
||||
|
|
||||
|
[T] SASL is the Simple Authentication and Security Layer |
||||
|
|
||||
|
[U] http://asg.web.cmu.edu/sasl/ |
||||
|
|
||||
|
[A] Cyrus staff at CMU |
||||
|
[M] Sebastian Jaenicke <tsa@jaenicke.org> |
||||
|
|
||||
|
[C] base/library |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Stable |
||||
|
[V] 2.1.17 |
||||
|
[P] X -----5---9 227.000 |
||||
|
|
||||
|
[D] 1767045939 cyrus-sasl-2.1.17.tar.gz ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ |
||||
|
|
||||
@ -0,0 +1,24 @@ |
|||||
|
diff -Nur cyrus-sasl-2.1.17.orig/include/Makefile.in cyrus-sasl-2.1.17/include/Makefile.in
|
||||
|
--- cyrus-sasl-2.1.17.orig/include/Makefile.in 2003-12-01 17:35:06.000000000 +0100
|
||||
|
+++ cyrus-sasl-2.1.17/include/Makefile.in 2004-01-13 22:03:41.000000000 +0100
|
||||
|
@@ -226,7 +226,7 @@
|
||||
|
|
||||
|
noinst_HEADERS = gai.h exits.h |
||||
|
|
||||
|
-saslincludedir = $(includedir)/sasl
|
||||
|
+saslincludedir = $(includedir)
|
||||
|
saslinclude_HEADERS = hmac-md5.h md5.h md5global.h sasl.h saslplug.h saslutil.h prop.h |
||||
|
|
||||
|
noinst_PROGRAMS = makemd5 |
||||
|
diff -Nur cyrus-sasl-2.1.17.orig/utils/Makefile.in cyrus-sasl-2.1.17/utils/Makefile.in
|
||||
|
--- cyrus-sasl-2.1.17.orig/utils/Makefile.in 2003-12-01 17:35:08.000000000 +0100
|
||||
|
+++ cyrus-sasl-2.1.17/utils/Makefile.in 2004-01-13 22:05:19.000000000 +0100
|
||||
|
@@ -253,7 +253,7 @@
|
||||
|
smtptest_DEPENDENCIES = ./smtptest.lo ./libsfsasl2.la |
||||
|
smtptest_LDADD = ./smtptest.lo ./libsfsasl2.la @SFIO_LIB_FLAGS@ @DMALLOC_LIBS@ $(all_sasl_libs) |
||||
|
|
||||
|
-saslincludedir = $(includedir)/sasl
|
||||
|
+saslincludedir = $(includedir)
|
||||
|
|
||||
|
saslinclude_HEADERS = @SASL_UTIL_HEADERS_EXTRA@ |
||||
|
EXTRA_HEADERS = sfsasl.h |
||||