Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2655 → Rev 2656

/CHANGELOG
1,9 → 1,10
# $Id$
 
********** ALCASAR CHANGELOG **********
-------------------- 3.4.0 --------------------
-------------------- 3.3.2 --------------------
NEWS
- Add Bing and Youtube in safesearch option for whitelist and blacklist
- Linux Kernel 4.14.78
 
ACC
- Allow "status page must stay open" user/group attribute to be unset in ACC.
10,7 → 11,7
- Disconnect users after deleting it and members of a group at its creation and deletion.
 
BUGS
- remove "SurfMap" due to changes of Google Maps terms of use (while waiting for a new graphic display)
- remove "SurfMap" (an addon for NFsen) due to changes of Google Maps terms of use (while waiting for a new graphic display)
- Fix a bug when the username is "alcasar"
- Fix blacklist pureip option
- Call the right script from whitelist ACC configuration page when setting safesearch option
/TODO
1,8 → 1,5
# $Id$
# TODO :
 
English :
http://www.alcasar.net/en/current-developments
 
Français :
http://www.alcasar.net/fr/evolutions-en-cours
voir / see :
http://www.alcasar.net/work
/VERSION
1,0 → 0,0
3.4.0b
3.3.2
/blacklist/blacklists.tar.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/rpms/ipt-netflow-2.3.spec
1,6 → 1,6
Name: ipt-netflow
Version: 2.3
Release: %mkrel 4
Release: %mkrel 5
Summary: Netflow iptables module for Linux kernel
License: GPLv2
Packager: Richard REY (Rexy)
8,7 → 8,7
URL: https://github.com/aabc/ipt-netflow
BuildRequires: iptables-devel
Source0: %name-%version.tgz
%define kversion 4.14.69-server-1.mga6
%define kversion 4.14.78-server-1.mga6
 
%description
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
19,10 → 19,10
 
%build
./configure
%make
%make_build
 
%install
%makeinstall
%make_install
mkdir -p %{buildroot}/lib64/iptables
mkdir -p %{buildroot}/lib/modules/%kversion/extra
cp /lib64/iptables/libipt_NETFLOW.so %{buildroot}/lib64/iptables/
44,6 → 44,8
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
 
%changelog
* Sun Nov 04 2018 Richard REY <Rexy>
- Version 2.3 for the kernel 4.14.74 (ALCASAR 3.3.2)
* Sun Aug 19 2018 Richard REY <Rexy>
- Version 2.3 for the kernel 4.14.69 (ALCASAR 3.3.1)
* Wed Jul 25 2018 Richard REY <Rexy>
/rpms/rpm-build-howto
26,7 → 26,8
INFO : .spec modifications since Redhat RPM :
- add this 1st line : "%define _disable_ld_no_undefined 1" to avoid errors for unused variables
- for 64b version, add 2 lines with "lib64" directory on the section removing statics binaries (rm -rf $RPM_BUILD_ROOT/usr/lib/*.la)
- remove from the archive the unused files for ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
- remove from the archive the unuused files for ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
- change %make (deprecated) with %make_build and change %makeinstall (deprecated) with %make_install
 
**** For HAVP ****
- install the RPM of clamav-devel
/rpms/x86_64/ipt-netflow-2.3-4.mga6.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/ipt-netflow-2.3-5.mga6.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
/scripts/alcasar-rpm-download.sh
11,7 → 11,7
VERSION="6"
ARCH="x86_64"
# The kernel version we compile netflow for
KERNEL="kernel-server-4.14.69-1.mga6-1-1.mga6"
KERNEL="kernel-server-4.14.78-1.mga6-1-1.mga6"
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
PACKAGES="arp-scan vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm e2guardian postfix mariadb ntp bind-utils openssh-server php-xml php-ldap php-mysqli php-mbstring php-sockets php-cli php-curl php-pdo_sqlite php-json rng-utils rsync clamav perl-rrdtool perl-MailTools perl-Socket6 fail2ban gnupg ulogd pm-fallback-policy ipset cronie-anacron usbutils locales-en usb_modeswitch tinyproxy vnstat php-gd sudo iftop man dos2unix p7zip bc msec kernel-userspace-headers dnsmasq netcat-traditional"
 
/scripts/alcasar-urpmi.sh
12,7 → 12,7
VERSION="6"
ARCH="x86_64"
# The kernel version we compile netflow for
KERNEL="kernel-server-4.14.69-1.mga6-1-1.mga6"
KERNEL="kernel-server-4.14.78-1.mga6-1-1.mga6"
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
PACKAGES="arp-scan vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm e2guardian postfix mariadb ntp bind-utils openssh-server php-xml php-ldap php-mysqli php-mbstring php-sockets php-cli php-curl php-pdo_sqlite php-json rng-utils rsync clamav perl-rrdtool perl-MailTools perl-Socket6 fail2ban gnupg ulogd pm-fallback-policy ipset cronie-anacron usbutils locales-en usb_modeswitch tinyproxy vnstat php-gd sudo iftop man dos2unix p7zip bc msec kernel-userspace-headers dnsmasq netcat-traditional"