Hello community,
here is the log from the commit of package openvpn
checked in at Tue Oct 28 18:09:36 CET 2008.
--------
--- openvpn/openvpn.changes 2008-05-29 15:24:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/openvpn/openvpn.changes 2008-10-28 12:39:34.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 28 12:13:45 CET 2008 - mt(a)suse.de
+
+- Fixed init script to handle pid files correctly (bnc#435421).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openvpn.spec ++++++
--- /var/tmp/diff_new_pack.nj5143/_old 2008-10-28 18:08:32.000000000 +0100
+++ /var/tmp/diff_new_pack.nj5143/_new 2008-10-28 18:08:33.000000000 +0100
@@ -2,9 +2,16 @@
# spec file for package openvpn (Version 2.0.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -20,7 +27,7 @@
PreReq: %insserv_prereq %fillup_prereq
%endif
Version: 2.0.9
-Release: 93
+Release: 142
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
Source: http://openvpn.net/release/openvpn-%{version}.tar.gz
Source1: http://openvpn.net/signatures/openvpn-%{version}.tar.gz.asc
@@ -215,6 +222,8 @@
%{plugin_libdir}/openvpn-auth-pam.so
%changelog
+* Tue Oct 28 2008 mt(a)suse.de
+- Fixed init script to handle pid files correctly (bnc#435421).
* Thu May 29 2008 mt(a)suse.de
- Added $time $named to Should-Start in the init script to avoid
time related certificate errors and name resolving problems.
++++++ openvpn.init ++++++
--- /var/tmp/diff_new_pack.nj5143/_old 2008-10-28 18:08:33.000000000 +0100
+++ /var/tmp/diff_new_pack.nj5143/_new 2008-10-28 18:08:33.000000000 +0100
@@ -76,10 +76,20 @@
/sbin/modprobe tun &>/dev/null
for conf in $confdir/*.conf; do
- pidfile=$(basename ${conf%%.conf}).pid
+ pidfile=$piddir/$(basename "${conf%%.conf}").pid
+ if [ -e "$pidfile" ]; then
+ killproc -p "$pidfile" -USR2 $openvpn
+ s=$?
+ case $s in
+ 0) continue ;; # no an error
+ 7) rm -f "$pidfile" ;; # not running
+ *) ret=false ; continue ;;
+ esac
+ fi
+
$openvpn --daemon \
- --writepid $piddir/$pidfile \
- --config $conf \
+ --writepid "$pidfile" \
+ --config "$conf" \
--cd $confdir \
|| ret=false
done
@@ -95,7 +105,7 @@
## set echo the echo return value.
for i in $piddir/*.pid; do
- killproc -p $i -TERM $openvpn || ret=false
+ killproc -p "$i" $openvpn || ret=false
done
# Remember status and be verbose
@@ -125,15 +135,15 @@
# Remember status and be quiet
rc_status
;;
- reload)
+ reload|force-reload)
for i in $piddir/*.pid; do
- killproc -p $i -HUP $openvpn || ret=false
+ killproc -p "$i" -HUP $openvpn || ret=false
done
rc_status -v
;;
reopen)
for i in $piddir/*.pid; do
- killproc -p $i -USR1 $openvpn || ret=false
+ killproc -p "$i" -USR1 $openvpn || ret=false
done
rc_status -v
;;
@@ -142,7 +152,7 @@
running=false
for i in $piddir/*.pid; do
running=true
- killproc -p $i -USR2 $openvpn || { rv=$?; ret=false; }
+ killproc -p "$i" -USR2 $openvpn || { rv=$?; ret=false; }
done
if $running; then
$ret
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package nss_ldap
checked in at Tue Oct 28 18:08:41 CET 2008.
--------
--- nss_ldap/nss_ldap.changes 2008-08-28 12:17:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/nss_ldap/nss_ldap.changes 2008-10-28 16:05:47.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Oct 28 16:00:52 CET 2008 - rhafer(a)suse.de
+
+- Only set default port when "port" directive is present in
+ /etc/ldap.conf or when "ssl on" is set. (bnc#439449)
+- Apply "tls_*" options when "ldaps" URI are used (bnc#439449)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
nss_ldap-defport-ssl-uri.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nss_ldap.spec ++++++
--- /var/tmp/diff_new_pack.LV4034/_old 2008-10-28 18:07:46.000000000 +0100
+++ /var/tmp/diff_new_pack.LV4034/_new 2008-10-28 18:07:46.000000000 +0100
@@ -25,13 +25,14 @@
PreReq: sed coreutils /usr/bin/grep /bin/mktemp
AutoReqProv: on
Version: 262
-Release: 1
+Release: 10
Summary: NSS LDAP Module
Url: http://www.padl.com/OSS/nss_ldap.html
Source: nss_ldap-%{version}.tar.bz2
Source1: README.SuSE
Patch: nss_ldap.dif
-Patch2: group-utf8.dif
+Patch1: group-utf8.dif
+Patch2: nss_ldap-defport-ssl-uri.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -49,6 +50,7 @@
%prep
%setup -q
%patch -p1
+%patch1 -p1
%patch2 -p1
cp -v %{S:1} .
@@ -105,6 +107,10 @@
%doc %{_mandir}/man5/nss_ldap.5*
%changelog
+* Tue Oct 28 2008 rhafer(a)suse.de
+- Only set default port when "port" directive is present in
+ /etc/ldap.conf or when "ssl on" is set. (bnc#439449)
+- Apply "tls_*" options when "ldaps" URI are used (bnc#439449)
* Thu Aug 28 2008 rhafer(a)suse.de
- Update to nss_ldap-262, fixes a minor bug in the default
config file (PADL-Bug#371) and a build issue on Solaris
@@ -243,7 +249,7 @@
- Updated to version 207.
* Sat Feb 15 2003 kukuk(a)suse.de
- Update to 203.7. Includes netgroup support.
-* Sat Feb 15 2003 kukuk(a)suse.de
+* Fri Feb 14 2003 kukuk(a)suse.de
- Fix seg.fault on x86-64 in gethost* functions
- Implement IPv6 support for gethost* functions
* Thu Feb 13 2003 kukuk(a)suse.de
@@ -295,7 +301,7 @@
- link against ldaplib2
* Mon Dec 11 2000 kukuk(a)suse.de
- Update to 123
-* Sun Nov 05 2000 kukuk(a)suse.de
+* Sat Nov 04 2000 kukuk(a)suse.de
- Use ldaplib
* Thu Jun 01 2000 kukuk(a)suse.de
- Update to 110
++++++ nss_ldap-defport-ssl-uri.dif ++++++
Index: nss_ldap-262/ldap-nss.c
===================================================================
--- nss_ldap-262.orig/ldap-nss.c
+++ nss_ldap-262/ldap-nss.c
@@ -1042,7 +1042,7 @@ do_init_session (LDAP ** ld, const char
(void)do_init_krb5_cache(__config);
# endif /* CONFIGURE_KRB5_KEYTAB */
#ifdef HAVE_LDAP_INITIALIZE
- if (p == NULL &&
+ if (p == NULL && defport != 0 &&
((ldaps && defport != LDAPS_PORT) || (!ldaps && defport != LDAP_PORT)))
{
/* No port specified in URI and non-default port specified */
@@ -1586,9 +1586,13 @@ do_open (void)
#endif /* HAVE_LDAP_START_TLS_S || HAVE_LDAP_START_TLS */
/*
- * If SSL is desired, then enable it.
+ * If SSL is desired, either by the "ssl" option or if this
+ * is a "ldaps" URI, then enable it.
*/
- if (cfg->ldc_ssl_on == SSL_LDAPS)
+ if ( cfg->ldc_ssl_on == SSL_LDAPS ||
+ strncasecmp(cfg->ldc_uris[__session.ls_current_uri],
+ "ldaps://", sizeof ("ldaps://") - 1) == 0
+ )
{
#if defined(HAVE_LDAP_SET_OPTION) && defined(LDAP_OPT_X_TLS)
int tls = LDAP_OPT_X_TLS_HARD;
Index: nss_ldap-262/util.c
===================================================================
--- nss_ldap-262.orig/util.c
+++ nss_ldap-262/util.c
@@ -1276,10 +1276,6 @@ _nss_ldap_readconfig (ldap_config_t ** p
{
result->ldc_port = LDAPS_PORT;
}
- else
- {
- result->ldc_port = LDAP_PORT;
- }
}
if (result->ldc_uris[0] == NULL)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package libipathverbs
checked in at Tue Oct 28 18:04:42 CET 2008.
--------
--- libipathverbs/libipathverbs.changes 2007-08-21 12:24:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/libipathverbs/libipathverbs.changes 2008-10-28 06:25:52.622961000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 28 06:25:36 CET 2008 - jjolly(a)suse.de
+
+- Updated to version from OFED 1.4 rc3
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libipathverbs.spec ++++++
--- /var/tmp/diff_new_pack.B26360/_old 2008-10-28 18:04:06.000000000 +0100
+++ /var/tmp/diff_new_pack.B26360/_new 2008-10-28 18:04:06.000000000 +0100
@@ -1,23 +1,31 @@
#
# spec file for package libipathverbs (Version 1.1)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: libipathverbs
Summary: PathScale InfiniPath HCA Userspace Driver
Version: 1.1
-Release: 15
-License: BSD 3-Clause, GPL v2 or later
+Release: 88
+License: BSD 3-Clause; GPL v2 or later
Group: System/Libraries
Source0: %{name}-%{version}.tar.bz2
-URL: http://www.openfabrics.org
+Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libibverbs-devel
@@ -32,6 +40,7 @@
QLogic Corp. <support(a)qlogic.com>
%package devel
+License: BSD 3-Clause; GPL v2 or later
Group: Development/Libraries/Other
Summary: Development files for the libipathverbs driver
Requires: %{name} = %{version} libibverbs-devel
@@ -61,7 +70,6 @@
%files
%defattr(-, root, root)
-
%_sysconfdir/libibverbs.d/*
%_libdir/libipathverbs-rdmav2.so
@@ -72,12 +80,14 @@
%_libdir/*.la
%changelog
-* Tue Aug 21 2007 - hvogel(a)suse.de
+* Tue Oct 28 2008 jjolly(a)suse.de
+- Updated to version from OFED 1.4 rc3
+* Tue Aug 21 2007 hvogel(a)suse.de
- Update to version from OFED 1.2.5
-* Thu Jul 12 2007 - hvogel(a)suse.de
+* Thu Jul 12 2007 hvogel(a)suse.de
- require libibverbs-devel in the devel subpackage
-* Wed Jul 04 2007 - hvogel(a)suse.de
+* Wed Jul 04 2007 hvogel(a)suse.de
- Add GPL COPYING file [#289242]
- Get rid of git metadata
-* Wed Jun 20 2007 - hvogel(a)suse.de
+* Wed Jun 20 2007 hvogel(a)suse.de
- Initial Package, Version 1.1
++++++ libipathverbs-1.1.tar.bz2 ++++++
++++ 54985 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org