Hello community, here is the log from the commit of package pam_radius checked in at Thu Feb 28 02:02:35 CET 2008. -------- --- pam_radius/pam_radius.changes 2006-05-17 19:13:35.000000000 +0200 +++ /mounts/work_src_done/STABLE/pam_radius/pam_radius.changes 2008-02-27 08:15:53.300972000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 27 08:15:10 CET 2008 - jdelvare@suse.de + +- Fix MD5 support on PPC (360648). + +------------------------------------------------------------------- New: ---- pam_radius-md5-ppc-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_radius.spec ++++++ --- /var/tmp/diff_new_pack.l22894/_old 2008-02-28 02:01:59.000000000 +0100 +++ /var/tmp/diff_new_pack.l22894/_new 2008-02-28 02:01:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pam_radius (Version 1.3.16) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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. # @@ -10,18 +10,20 @@ # norootforbuild + Name: pam_radius BuildRequires: pam-devel Summary: A PAM Module for User Authentication using a Radius Server Version: 1.3.16 -Release: 81 +Release: 169 Group: Productivity/Security Requires: pam -License: GPL -URL: http://www.freeradius.org/ +License: GPL v2 or later +Url: http://www.freeradius.org/ Source: pam_radius-%{version}.tar.bz2 #ftp://ftp.freeradius.org/pub/radius/pam_radius-%{version}.tar Patch: pam_radius-%{version}.diff +Patch1: pam_radius-md5-ppc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -37,6 +39,7 @@ %prep %setup -n pam_radius-%{version} %patch +%patch1 -p1 %build make CFLAGS="-fPIC $RPM_OPT_FLAGS" @@ -59,35 +62,37 @@ %doc USAGE %doc index.html -%changelog -n pam_radius -* Wed May 17 2006 - schwab@suse.de +%changelog +* Wed Feb 27 2008 jdelvare@suse.de +- Fix MD5 support on PPC (360648). +* Wed May 17 2006 schwab@suse.de - Use RPM_OPT_FLAGS. - Fix linking of shared library. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Fri Jan 16 2004 - kukuk@suse.de +* Fri Jan 16 2004 kukuk@suse.de - Add pam-devel to neededforbuild -* Sun Jan 11 2004 - adrian@suse.de +* Sun Jan 11 2004 adrian@suse.de - add %%defattr -* Fri Nov 28 2003 - stark@suse.de +* Fri Nov 28 2003 stark@suse.de - update to 1.3.16 * Added dummy pam_sm_acct_mgmt() function, which is needed by pppd 2.4 * Increase the allowed length of user names -* Mon Aug 18 2003 - stark@suse.de +* Mon Aug 18 2003 stark@suse.de - packaged /etc/raddb with mode 755 (#29062) -* Wed Jun 12 2002 - stark@suse.de +* Wed Jun 12 2002 stark@suse.de - update to version 1.3.15 * Bug fix: don't try to free() static storage when using skip_passwd * Implement retry option - use %%{_lib} for 32/64bit coexistence -* Tue Sep 18 2001 - stark@suse.de +* Tue Sep 18 2001 stark@suse.de - update to version 1.3.14: -- Solaris 8 changed their header files for PAM. - Bug fix to work on HURD: Don't use PATH_MAX. -* Wed May 23 2001 - stark@suse.de + - Solaris 8 changed their header files for PAM. - Bug fix to work on HURD: Don't use PATH_MAX. +* Wed May 23 2001 stark@suse.de - update to version 1.3.13 -* Tue Mar 13 2001 - stark@suse.de +* Tue Mar 13 2001 stark@suse.de - update to version 1.3.12 (security fixes) -* Thu Jan 04 2001 - stark@suse.de +* Thu Jan 04 2001 stark@suse.de - initial package ++++++ pam_radius-md5-ppc-fix.patch ++++++ Index: pam_radius-1.3.16/md5.c =================================================================== --- pam_radius-1.3.16.orig/md5.c +++ pam_radius-1.3.16/md5.c @@ -39,7 +39,7 @@ #include <string.h> #include "md5.h" -#if defined(__sparc) || defined(__mips) +#if defined(__sparc) || defined(__mips) || defined(__PPC__) #define HIGHFIRST #endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de