/conf/rpms/havp.spec |
---|
File deleted |
/conf/rpms/i586/coova-chilli-1.2.9-1mdv2010.2.i586.rpm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Deleted: svn:mime-type |
-application/octet-stream |
\ No newline at end of property |
/conf/rpms/i586/coova-chilli-1.3.0-0.mga2.i586.rpm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/conf/rpms/havp-0.92a-1.1.spec |
---|
0,0 → 1,105 |
Summary: HTTP anti-virus proxy filter |
Name: havp |
Version: 0.92a |
Release: %mkrel 1.1%{?dist} |
License: GPLv2+ |
Group: Security |
URL: http://www.server-side.de/ |
Source: http://www.server-side.de/download/havp-%{version}.tar.gz |
Packager: Francois Crosnier (Crox) ALCASAR team |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRequires: clamav-devel |
%description |
HAVP (HTTP AntiVirus proxy) is a proxy with an anti-virus filter. |
It does not cache or filter content. At the moment the complete |
traffic is scanned. The reason for this is the chance of malicious |
code in nearly every filetype e.g. HTML (JavaScript) or Jpeg. |
I aim to stop especially dialer or browser exploits. But writing |
a http Anti Virus Proxy is a real dilemma! Huge downloads are |
a problem for virus scanning proxies. A Client should not receive |
data which is unchecked by the virus scanner, but big downloads |
should not timeout. |
%prep |
%setup |
%build |
%configure |
%make |
%install |
rm -rf %{buildroot} |
install -d %{buildroot}%{_initrddir} |
cp etc/init.d/havp %{buildroot}%{_initrddir}/havp |
install -d %{buildroot}%{_localstatedir}/run/havp/ |
install -d %{buildroot}%{_localstatedir}/log/havp/ |
%makeinstall |
%pre |
if ! /usr/bin/id havp &>/dev/null; then |
/usr/sbin/useradd -r -d %{_localstatedir}/log/havp -s /bin/sh -c "havp" havp || \ |
%logmsg "Unexpected error adding user \"havp\". Aborting installation." |
fi |
%post |
/sbin/chkconfig --add havp |
%preun |
if [ $1 -eq 0 ]; then |
/sbin/service havp stop &>/dev/null || : |
/sbin/chkconfig --del havp |
fi |
%postun |
if [ $1 -eq 0 ]; then |
/usr/sbin/userdel havp || %logmsg "User \"havp\" could not be deleted." |
fi |
%files |
%defattr(-, root, root, 0755) |
%doc ChangeLog COPYING INSTALL update-conf |
%config %{_sysconfdir}/havp/ |
%config %{_initrddir}/havp |
%{_sbindir}/havp |
%defattr(-, havp, havp, 0755) |
%{_localstatedir}/log/havp/ |
%{_localstatedir}/run/havp/ |
%changelog |
* Tue Apr 30 2013 Crox <ptitois@gmail.com> - 0.92-1.1 |
- Created .spec file to build rpms for Mageia2 (x86_64 & i586). |
- Created two rpms : havp-0.92a-1-1.mga2.x86_64.rpm & havp-0.92a-1-1.mga2.i586.rpm |
* Sun Nov 21 2010 Rexy <richard@rexy.fr> - 0.92-1 |
- Updated to release 0.92a. |
* Sun May 9 2010 Rexy <richard@irexy.fr> - 0.91-1 |
- Updated to release 0.91. |
* Tue Apr 7 2009 Dries Verachtert <dries@ulyssis.org> - 0.90-1 |
- Updated to release 0.90. |
* Wed Aug 13 2008 Dries Verachtert <dries@ulyssis.org> - 0.89-1 |
- Updated to release 0.89. |
* Sun Apr 20 2008 Dries Verachtert <dries@ulyssis.org> - 0.88-1 |
- Updated to release 0.88. |
* Mon Jul 23 2007 Dries Verachtert <dries@ulyssis.org> - 0.86-1 |
- Updated to release 0.86. |
* Tue Aug 22 2006 Dag Wieers <dag@wieers.com> - 0.7.9-1 |
- Cosmetic changes. |
* Wed May 31 2006 Bernard 'Tux' Lheureux <tux at portalinux dot org> 0.7.9-2 |
- Corrected the specfile to make it installable on CentOS 4.x |
- Created and applied some patches to make it chkconfig compatible |
- Created and applied a patch to make config reflect the correct location of the files |
* Tue May 30 2006 Jim Perrin <jperrin at gmail dot com> 0.7.9-1 |
- Initial build for CentOS, |
- Specfile generation... still some work to do... |
/conf/rpms/x86_64/coova-chilli-1.2.9-1mdv2010.2.x86_64.rpm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Deleted: svn:mime-type |
-application/octet-stream |
\ No newline at end of property |
/conf/rpms/x86_64/coova-chilli-1.3.0-0.mga2.x86_64.rpm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/conf/rpms/coova-chilli-1.3.0.spec |
---|
0,0 → 1,107 |
%define _disable_ld_no_undefined 1 |
Summary: Wireless LAN Access Point Controller |
Name: coova-chilli |
Version: 1.3.0 |
Release: %mkrel 0%{?dist} |
License: GPLv3 |
Packager: Francois Crosnier (Crox) ALCASAR team |
Group: System/Servers |
URL: http://coova.org/wiki/index.php/CoovaChilli |
Source0: http://ap.coova.org/chilli/%{name}-%{version}.tar.gz |
Requires(pre): rpm-helper |
Requires(postun): rpm-helper |
BuildRequires: libtool |
Provides: coova-chilli = %{version}-%{release} |
Obsoletes: chillispot |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
%description |
Coova-Chilli is a fork of the ChilliSpot project - an open source captive |
portal or wireless LAN access point controller. It supports web based login |
(Universal Access Method, or UAM), standard for public HotSpots, and it |
supports Wireless Protected Access (WPA), the standard for secure roamable |
networks. Authentication, Authorization and Accounting (AAA) is handled by |
your favorite radius server. Read more at http://coova.org/ and |
http://www.chillispot.org/. |
%prep |
%setup -q -n %{name}-%{version} |
%build |
%configure2_5x \ |
--disable-static \ |
--enable-shared \ |
--enable-largelimits \ |
--enable-chilliredir \ |
--enable-chilliproxy \ |
--enable-chilliscript \ |
--with-poll |
%make |
%post |
%_post_service chilli |
%preun |
%_preun_service chilli |
%install |
rm -rf %{buildroot} |
%makeinstall_std |
%clean |
rm -rf %{buildroot} |
%files |
%defattr(-,root,root) |
%{_sbindir}/* |
%{_libdir}/*.so* |
%doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi |
%config %{_sysconfdir}/chilli.conf |
%config %{_sysconfdir}/chilli/gui-config-default.ini |
%config(noreplace) %{_sysconfdir}/chilli/defaults |
%dir %{_sysconfdir}/chilli |
%{_sysconfdir}/init.d/chilli |
%{_sysconfdir}/chilli/wwwsh |
%{_sysconfdir}/chilli/functions |
%{_sysconfdir}/chilli/*.sh |
%{_mandir}/man1/*.1* |
%{_mandir}/man5/*.5* |
%{_mandir}/man8/*.8* |
%exclude %{_sysconfdir}/chilli/www/* |
%exclude %{_includedir}/chilli* |
%exclude %{_libdir}/*.la* |
%exclude %{_libdir}/python/CoovaChilliLib.py |
%changelog |
* Tue May 14 2013 Crox for ALCASAR project |
- 1.3.0 release (Limited for ALCASAR project) |
* Mon Jun 18 2012 Rexy for ALCASAR project |
- 1.2.9-1 release |
* Wed Jan 18 2012 Rexy for ALCASAR project |
- 1.2.9 release |
* Sun Jul 11 2011 Rexy for ALCASAR project |
- 1.2.8 release |
* Sat Feb 12 2011 Rexy for Alcasar project |
+ revision: 433 |
+ add _disable_ld_no_undefined 1 |
- 1.2.6 release |
* Sat Nov 20 2010 Rexy for Alcasar project |
+ revision: 394 |
- 1.2.5 release |
* Sat Jan 2 2010 <david@coova.com> |
- 1.2.0 release |
* Thu Sep 30 2007 <david@coova.com> |
- 1.0.8 release |
* Thu Aug 20 2007 <david@coova.com> |
- 1.0-coova.7 release |
* Thu Jun 7 2007 <david@coova.com> |
- 1.0-coova.6 release |
* Wed May 16 2007 <david@coova.com> |
- 1.0-coova.5 release |
* Wed Feb 07 2007 <david@coova.com> |
- 1.0-coova.4 release |
* Wed Nov 15 2006 <david@coova.com> |
- 1.0-coova.3 release |
* Thu Mar 25 2004 <support@chillispot.org> |
- Initial release. |