auto-import changelog data from freeradius-1.0.0-0.pre3.2.src.rpm
Mon Jul 05 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.2 - added buildrequires for zlib-devel (#127162) - fixed libdir patch to prefer own libeap instead of installed one (#127168) - fixed samba account maps in LDAP for samba v3 (#127173)
This commit is contained in:
parent
4843596851
commit
a71b247880
15
freeradius-1.0.0-samba3.patch
Normal file
15
freeradius-1.0.0-samba3.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- freeradius-1.0.0-pre3/raddb/ldap.attrmap.samba3 2004-07-05 11:57:14.861611615 +0200
|
||||||
|
+++ freeradius-1.0.0-pre3/raddb/ldap.attrmap 2004-07-05 11:57:47.134087708 +0200
|
||||||
|
@@ -24,9 +24,9 @@
|
||||||
|
checkItem Simultaneous-Use radiusSimultaneousUse
|
||||||
|
checkItem Called-Station-Id radiusCalledStationId
|
||||||
|
checkItem Calling-Station-Id radiusCallingStationId
|
||||||
|
-checkItem LM-Password lmPassword
|
||||||
|
-checkItem NT-Password ntPassword
|
||||||
|
-checkItem SMB-Account-CTRL-TEXT acctFlags
|
||||||
|
+checkItem LM-Password sambaLMPassword
|
||||||
|
+checkItem NT-Password sambaNTPassword
|
||||||
|
+checkItem SMB-Account-CTRL-TEXT sambaAcctFlags
|
||||||
|
checkItem Expiration radiusExpiration
|
||||||
|
|
||||||
|
replyItem Service-Type radiusServiceType
|
@ -1,21 +1,22 @@
|
|||||||
Summary: High-performance and highly configurable free RADIUS server.
|
Summary: High-performance and highly configurable free RADIUS server.
|
||||||
Name: freeradius
|
Name: freeradius
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.pre3.1
|
Release: 0.pre3.2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}-pre3.tar.gz
|
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}-pre3.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Requires: chkconfig net-snmp krb5-libs net-snmp-utils
|
Requires: chkconfig net-snmp krb5-libs net-snmp-utils
|
||||||
BuildRequires: net-snmp-devel net-snmp-utils krb5-devel openldap-devel postgresql-devel perl mysql-devel unixODBC-devel gdbm-devel
|
BuildRequires: net-snmp-devel net-snmp-utils krb5-devel openldap-devel postgresql-devel perl mysql-devel unixODBC-devel gdbm-devel zlib-devel
|
||||||
Patch1: freeradius-1.0.0-ltdl_no_la.patch
|
Patch1: freeradius-1.0.0-ltdl_no_la.patch
|
||||||
Patch2: freeradius-0.9.0-libdir.patch
|
Patch2: freeradius-1.0.0-libdir.patch
|
||||||
Patch3: freeradius-0.9.0-pam-multilib.patch
|
Patch3: freeradius-0.9.0-pam-multilib.patch
|
||||||
Patch4: freeradius-0.9.0-com_err.patch
|
Patch4: freeradius-0.9.0-com_err.patch
|
||||||
Patch5: freeradius-1.0.0-pie.patch
|
Patch5: freeradius-1.0.0-pie.patch
|
||||||
Patch6: freeradius-0.9.3-gcc34.patch
|
Patch6: freeradius-0.9.3-gcc34.patch
|
||||||
Patch7: freeradius-1.0.0-sasl2.patch
|
Patch7: freeradius-1.0.0-sasl2.patch
|
||||||
|
Patch8: freeradius-1.0.0-samba3.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||||
@ -102,6 +103,7 @@ done when adding or deleting new users.
|
|||||||
%patch5 -p1 -b .pie
|
%patch5 -p1 -b .pie
|
||||||
%patch6 -p1 -b .gcc34
|
%patch6 -p1 -b .gcc34
|
||||||
%patch7 -p1 -b .sasl2
|
%patch7 -p1 -b .sasl2
|
||||||
|
%patch8 -p1 -b .samba3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -225,6 +227,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.2
|
||||||
|
- added buildrequires for zlib-devel (#127162)
|
||||||
|
- fixed libdir patch to prefer own libeap instead of installed one (#127168)
|
||||||
|
- fixed samba account maps in LDAP for samba v3 (#127173)
|
||||||
|
|
||||||
* Thu Jul 1 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
|
* Thu Jul 1 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
|
||||||
- third "pre" release of version 1.0.0
|
- third "pre" release of version 1.0.0
|
||||||
- rlm_ldap is using SASLv2 (#126507)
|
- rlm_ldap is using SASLv2 (#126507)
|
||||||
|
Loading…
Reference in New Issue
Block a user