Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit quagga
- From: root@xxxxxxx (h_root)
- Date: Tue, 22 Aug 2006 00:39:04 +0200 (CEST)
- Message-id: <20060821223904.D64CD95166@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package quagga
checked in at Tue Aug 22 00:39:04 CEST 2006.
--------
--- quagga/quagga.changes 2006-08-03 10:47:20.000000000 +0200
+++ quagga/quagga.changes 2006-08-21 21:34:48.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 21 21:34:34 CEST 2006 - kukuk@xxxxxxx
+
+- Fix PAM config to work on lib64 archs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.BYxFq7/_old 2006-08-22 00:38:51.000000000 +0200
+++ /var/tmp/diff_new_pack.BYxFq7/_new 2006-08-22 00:38:51.000000000 +0200
@@ -13,7 +13,7 @@
Name: quagga
BuildRequires: net-snmp-devel pam-devel readline-devel
Version: 0.98.6
-Release: 1
+Release: 2
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd /usr/sbin/groupadd
PreReq: %install_info_prereq
Provides: zebra
@@ -173,6 +173,8 @@
%{_includedir}/%{name}/ospfd/*.h
%changelog -n quagga
+* Mon Aug 21 2006 - kukuk@xxxxxxx
+- Fix PAM config to work on lib64 archs.
* Thu Aug 03 2006 - mmarek@xxxxxxx
- updated to version 0.98.6
* comtains latest security fixes, obsoleting CVE-2006-2223-4.patch
++++++ quagga.pam ++++++
--- quagga/quagga.pam 2002-09-26 12:19:42.000000000 +0200
+++ quagga/quagga.pam 2006-08-21 21:33:07.000000000 +0200
@@ -3,8 +3,8 @@
# Only allow root (and possibly wheel) to use this because enable access
# is unrestricted.
-auth sufficient /lib/security/pam_rootok.so
+auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
-#auth sufficient /lib/security/pam_wheel.so trust use_uid
+#auth sufficient pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
-#auth required /lib/security/pam_wheel.so use_uid
+#auth required pam_wheel.so use_uid
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |