Subversion Repositories ALCASAR

Rev

Rev 3088 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3088 Rev 3190
Line 2... Line 2...
2
%define _unpackaged_files_terminate_build 0 
2
%define _unpackaged_files_terminate_build 0 
3
 
3
 
4
Summary:	CoovaChilli is an open-source software access controller for captive portal hotspots
4
Summary:	CoovaChilli is an open-source software access controller for captive portal hotspots
5
Name:		coova-chilli
5
Name:		coova-chilli
6
Version:	1.6
6
Version:	1.6
7
Release:	2%{?dist}
7
Release:	1%{?dist}
8
License:	GPLv3
8
License:	GPLv3
9
Packager:	Richard REY (Rexy) 
9
Packager:	Richard REY (Rexy) 
10
Group:		System/Servers
10
Group:		System/Servers
11
URL:		https://coova.github.io/CoovaChilli
11
URL:		https://coova.github.io/CoovaChilli
12
Source:		%{name}-%{version}.tar.gz
12
Source:		%{name}-%{version}.tar.gz
13
Patch0:		chilli.h.patch
13
Patch 0:		chilli.h.patch
14
Patch1:		chilli_limits.h.patch
14
Patch 1:		chilli_limits.h.patch
15
Patch2:		redir.c.patch
15
Patch 2:		redir.c.patch
16
Patch3:		Makefile.am.patch
16
Patch 3:		Makefile.am.patch
17
Patch4:		CoovaChilliLib.py.patch
17
Patch 4:		CoovaChilliLib.py.patch
18
BuildRequires:	gengetopt
18
BuildRequires:	gengetopt
19
BuildRequires:	libtool
19
BuildRequires:	libtool
20
BuildRequires:	openssl-devel
20
BuildRequires:	openssl-devel
21
Provides:	coova-chilli = %{version}-%{release}
21
Provides:	coova-chilli = %{version}-%{release}
22
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
22
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Line 30... Line 30...
30
your favorite radius server. Read more at http://coova.github.io/.
30
your favorite radius server. Read more at http://coova.github.io/.
31
 
31
 
32
%prep
32
%prep
33
%setup -q -n %{name}-%{version}
33
%setup -q -n %{name}-%{version}
34
 
34
 
35
%patch0 -p3
35
%patch 0 -p3
36
%patch1 -p0
36
%patch 1 -p0
37
%patch2 -p0
37
%patch 2 -p0
38
%patch3 -p0
38
%patch 3 -p0
39
%patch4 -p0
39
%patch 4 -p0
40
 
40
 
41
cp ../../SOURCES/SHA256.c ./src/SHA256.c
41
cp ../../SOURCES/SHA256.c ./src/SHA256.c
42
cp ../../SOURCES/SHA256.h ./src/SHA256.h
42
cp ../../SOURCES/SHA256.h ./src/SHA256.h
43
 
43
 
44
%build
44
%build
Line 91... Line 91...
91
%exclude %{_includedir}/chilli*
91
%exclude %{_includedir}/chilli*
92
%exclude %{_libdir}/*.la*
92
%exclude %{_libdir}/*.la*
93
%exclude %{_libdir}/python/CoovaChilliLib.py*
93
%exclude %{_libdir}/python/CoovaChilliLib.py*
94
 
94
 
95
%changelog
95
%changelog
-
 
96
* Mon Apr 08 2024 Richard REY (aka Rexy) - 1.6-1.mga9
-
 
97
- 1.6 release for Mageia9
96
* Fri Oct 14 2022 Paul BAESKENS (aka StaringCat) - 1.6-1.mga8
98
* Fri Oct 14 2022 Paul BAESKENS (aka StaringCat) - 1.6-1.mga8
97
- Add SHA256 in PAP protocol
99
- Add SHA256 in PAP protocol
98
* Sat Jul 23 2022 Richard REY (aka Rexy) - 1.6-1.mga8
100
* Sat Jul 23 2022 Richard REY (aka Rexy) - 1.6-1.mga8
99
- 1.6 release
101
- 1.6 release for Mageia8
100
* Wed Feb 24 2021 Richard REY (aka Rexy) - 1.6-1.mga7
102
* Wed Feb 24 2021 Richard REY (aka Rexy) - 1.6-1.mga7
101
- 1.6 release
103
- 1.6 release for Mageia7
102
* Fri May 22 2020 Richard REY (aka Rexy) - 1.5-1.mga7
104
* Fri May 22 2020 Richard REY (aka Rexy) - 1.5-1.mga7
103
- 1.5 release
105
- 1.5 release for Mageia7
104
* Mon May 22 2017 Tom Houdayer - 1.4-3.mga5
106
* Mon May 22 2017 Tom Houdayer - 1.4-3.mga5
105
- Add mDNS support
107
- Add mDNS support
106
* Sat May 06 2017 Tom Houdayer - 1.4-2.mga5
108
* Sat May 06 2017 Tom Houdayer - 1.4-2.mga5
107
- Add OpenSSL support
109
- Add OpenSSL support
108
* Mon Dec 19 2016 Rexy for ALCASAR project
110
* Mon Dec 19 2016 Rexy for ALCASAR project
109
- 1.4-1 release
111
- 1.4-1 release for Mageia5
110
* Sun Nov 13 2016 Rexy for ALCASAR project
112
* Sun Nov 13 2016 Rexy for ALCASAR project
111
- 1.3.2-2 release (including the code resolving IPSEC bug #255 & #301)
113
- 1.3.2-2 release (including the code resolving IPSEC bug #255 & #301)
112
* Tue Oct 25 2016 Rexy for ALCASAR project
114
* Tue Oct 25 2016 Rexy for ALCASAR project
113
- 1.3.2-1 release
115
- 1.3.2-1 release
114
* Thu Jun 2 2016 Rexy for ALCASAR project
116
* Thu Jun 2 2016 Rexy for ALCASAR project