Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Regard whitespace Rev 2968 → Rev 2969

/CHANGELOG
5,7 → 5,7
NEWS
- Multi-WAN access with load balancing per user (Thx to Pierre RIVAULT for this great job)
CHANGES
- kernel 5.10.46 + ipt_NETFLOW 2.6 + ACME 2.9.0 (letsencrypt)
- kernel 5.10.46 + ipt_NETFLOW 2.6 + ACME 2.9.0 (letsencrypt) + nfdump 1.6.23
- Bypass mode works now also in dhcp
- After the system has been updated (every day at 3 am), check if reboot is needed
BUGS
/alcasar.sh
1,25 → 1,13
#!/bin/bash
# $Id$
 
# alcasar.sh
# ALCASAR is a Free and open source NAC created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
# This script is distributed under the Gnu General Public License (GPL)
# team@alcasar.net
# ALCASAR is a Free and open source NAC (Network Access Controler) created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares Coovachilli, freeradius, mariaDB, lighttpd, php, netfilter, e2guardian, ntpd, openssl, dnsmasq, unbound, gammu, clamav, Ulog, fail2ban, vnstat, wkhtml2pdf, ipt_NETFLOW, NFsen and NFdump
# contact : info@alcasar.net
 
# ALCASAR Install script - CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...]
# Ce programme est un logiciel libre ; This software is free and open source
# elle que publiée par la Free Software Foundation ; soit la version 3 de la Licence.
# Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE ;
# sans même une garantie implicite de COMMERCIABILITE ou DE CONFORMITE A UNE UTILISATION PARTICULIERE.
# Voir la Licence Publique Générale GNU pour plus de détails.
 
# Script d'installation d'ALCASAR (Application Libre pour le Contrôle d'Accès Sécurisé et Authentifié au Réseau)
# ALCASAR est architecturé autour d'une distribution Linux Mageia minimaliste et les logiciels libres suivants :
# Install script for ALCASAR (a secured and authenticated Internet access control captive portal)
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares :
# This script is distributed under the Gnu General Public License (GPLV3)
 
# Coovachilli, freeradius, mariaDB, lighttpd, netfilter, e2guardian, ntpd, openssl, dnsmasq, unbound, gammu, clamav, Ulog, fail2ban, NFsen and NFdump
 
# Options :
# -i or --install
# -u or --uninstall
44,7 → 32,7
# cron : Logs export + watchdog + connexion statistics
# fail2ban : Fail2ban IDS installation and configuration
# gammu_smsd : Autoregister addon via SMS (gammu-smsd)
# msec : Mandriva security package configuration
# msec : Mageia security package configuration
# letsencrypt : Let's Encrypt client
# post_install : Security, log rotation, etc.
 
/rpms/nfdump-1.6.22.spec
File deleted
/rpms/nfdump-1.6.23.spec
0,0 → 1,57
%define libname %mklibname %{name}
Name: nfdump
Version: 1.6.23
Release: %mkrel 0
Summary: NetFlow collecting and processing tools
License: BSD
Packager: Richard REY (Rexy)
Group: Networking/Other
Source0: %{name}-%{version}.tar.gz
BuildRequires: lib64rrdtool-devel
BuildRoot: %{_tmppath}/%{name}-root
Url: https://github.com/phaag/nfdump
 
%description
nfdump is a toolset in order to collect and process netflow and sflow data
sent from netflow/sflow compatible devices.
The toolset supports netflow v1, v5/v7,v9,IPFIX and SFLOW.
nfdump supports IPv4 as well as IPv6.
nfdump is used as backend toolset for NfSen.
 
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
 
%build
./autogen.sh
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
%configure2_5x %{configure_args}
%make_build
 
%install
%make_install
chmod 0644 AUTHORS ChangeLog README.md
rm -f %{buildroot}%{_libdir}/*.la
 
%clean
rm -rf $RPM_BUILD_ROOT
 
%files
%defattr(-,root,root)
%license LICENSE
%doc AUTHORS ChangeLog README.md
%{_bindir}/*
%{_libdir}/*
%{_mandir}/man1/*
 
%changelog
* Fri Jul 09 2021 Richard REY <Rexy>
- Version 1.6.23 for ALCASAR 3.5.4
* Wed Feb 24 2021 Richard REY <Rexy>
- Version 1.6.22 for ALCASAR 3.5.3
* Sun Mar 8 2020 Richard REY <Rexy>
- Version 1.6.19 for ALCASAR 3.5
* Sat Jun 22 2019 Richard REY <Rexy>
- Version 1.6.17-2 for ALCASAR 3.4
* Thu Jan 03 2019 Richard REY <Rexy>
- Version 1.6.17 for ALCASAR 3.3.3
/rpms/x86_64/nfdump-1.6.22-1.mga7.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
/rpms/x86_64/nfdump-1.6.23-0.mga7.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