Arne Fitzenreiter
61cc563558
Merge remote-tracking branch 'ms/next-dns-ng' into next
2020-01-13 21:42:49 +00:00
Arne Fitzenreiter
23dc6e0b23
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
2020-01-13 21:38:16 +00:00
Michael Tremer
97756e2124
filesystem-cleanup: Automatically remove old libraries
...
This script runs through /usr/lib and /lib and tries to find
all libraries which are no longer being used and more and
deletes them.
This will help us to free space on root partitions that
are limited to 2GB.
However, the script does not cover 100% of the cases, so that
some files still need to be deleted manually (e.g. boost with
their weird versioning schema).
This script should be executed after a Core Update has been
installed.
Fixes : #12270
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Reviewed-by: Peter Müller <peter.mueller@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-13 21:35:37 +00:00
Michael Tremer
7be4822f3d
unbound: Make dhcp-leases.conf readable for everyone
...
unbound runs as nobody and cannot reload its configuration
when this file is only readable for root.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-13 21:43:27 +01:00
Michael Tremer
04b7a78140
unbound: Do not reset safe search again
...
This is now done in the reload stage and we do not need to
take care about it again.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-13 21:25:10 +01:00
Michael Tremer
6137797cb3
unbound: Write hosts to unbound configuration file
...
This will allow us to read more hosts in a shorter time.
Fixes : #11743
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-13 21:10:18 +01:00
Arne Fitzenreiter
eba8e481e1
geoip: ship database 20191217
...
Maxmind has disabled the download so we ship the last free (creative commons)
database with the iso and core until we build an alternative.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-12 12:39:25 +01:00
Arne Fitzenreiter
fec9b4dc09
core140: fix build on armv5tel and i586
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-12 10:48:14 +01:00
Michael Tremer
44cc9a3d57
amazon-ssm-agent: New package
...
AWS Systems Manager Agent (SSM Agent) is Amazon software that can be
installed and configured on an Amazon EC2 instance, an on-premises
server, or a virtual machine (VM). SSM Agent makes it possible for
Systems Manager to update, manage, and configure these resources. The
agent processes requests from the Systems Manager service in the AWS
Cloud, and then runs them as specified in the request. SSM Agent then
sends status and execution information back to the Systems Manager
service by using the Amazon Message Delivery Service.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 20:33:36 +00:00
Michael Tremer
34ae42da0f
unbound: No longer try to include safe-search.conf
...
This file is no longer generated and therefore cannot
be imported any more.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 14:18:48 +00:00
Arne Fitzenreiter
22e0e241ce
core140: ship updated vpnmain.cgi
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 14:17:50 +00:00
Arne Fitzenreiter
fde4f231a0
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
2020-01-11 14:11:06 +00:00
Arne Fitzenreiter
96e4e8b6f6
suricata: update rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 14:10:23 +00:00
Arne Fitzenreiter
29ea4ac2c4
elinks: move to core system.
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 15:05:49 +01:00
Arne Fitzenreiter
6ede197501
pathon: update to 3.8 and move pyhton to core
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 14:35:11 +01:00
Arne Fitzenreiter
2f767b7b21
make.sh: update IPFire and Toolchain verion
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-11 14:15:45 +01:00
Arne Fitzenreiter
62a1f5199c
gcc: update armv5tel rootfile
2020-01-11 14:11:12 +01:00
Stefan Schantl
12c49915d8
ids-functions.pl: Update generate_dns_servers_file() function.
...
The function now uses the newly introduced get_nameservers() function
while generating the DNS servers file.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2020-01-09 16:25:01 +01:00
Stefan Schantl
c8dcd46537
general-functions.pl: Add get_nameservers().
...
This function simply return an array of all used nameservers.
It also takes care if the usage of ISP assigned nameservers
is enabled or not and if user-added nameservers are enabled or not.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2020-01-09 16:08:13 +01:00
Stefan Schantl
9702252470
dns.cgi: Move grab_address_from_file function to general-functions.pl
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2020-01-08 18:44:41 +01:00
Michael Tremer
beebf925c3
unbound: Implement setting qname minimisation into strict mode
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-07 16:32:35 +00:00
Michael Tremer
ffc46751f2
unbound: Add path to TLS CA bundle
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-07 12:59:24 +00:00
Michael Tremer
372576e0ab
unbound: Set EDNS buffer size to 1232 bytes
...
Fixes : #12240
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-07 11:12:33 +00:00
Michael Tremer
cdfc93cb7a
webif: Show menu entry for DNS all the time
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-07 10:48:01 +00:00
Michael Tremer
ecbf66761f
DNS: Add converter to migrate settings
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2020-01-07 10:43:19 +00:00
Stefan Schantl
0bb159bbfc
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2020-01-05 12:15:00 +01:00
Arne Fitzenreiter
916859f5fa
core140: add gcc changes to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-05 09:28:20 +00:00
Peter Müller
ae28d23d4d
libseccomp: update to 2.4.2
...
Please refer to https://github.com/seccomp/libseccomp/releases/tag/v2.4.2
for release notes.
Signed-off-by: Peter Müller <peter.mueller@ipfire.org >
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:24:49 +00:00
Michael Tremer
ac7ada2a15
openvmtools: Update to 11.0.0
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:24:29 +00:00
Michael Tremer
d04fb4ee34
efivar: Update to 37
...
This also fixes some build issues with GCC 9.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:23:54 +00:00
Michael Tremer
3e8dd2d3ed
mdadm: Update to 4.1
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:23:52 +00:00
Michael Tremer
c63ba73e3a
mpc: Update to 1.1.0
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:23:39 +00:00
Michael Tremer
d3e4320bed
mpfr: Update to 4.0.2
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:23:28 +00:00
Michael Tremer
210b27e179
gcc: Update to 9.2.0
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-04 18:23:09 +00:00
Arne Fitzenreiter
3a3f4c37f2
core140: add convert-snort to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-03 21:17:05 +00:00
Stefan Schantl
cde7cab264
convert-snort: Check and convert snort user and group.
...
Fixes #12102 .
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-03 21:15:11 +00:00
Arne Fitzenreiter
592d3708fe
Revert "bind: Update to 9.11.14"
...
build fails on armv5tel: https://nightly.ipfire.org/next/2020-01-02%2016:17:54%20+0000-c846ed16/armv5tel/
This reverts commit 7d9b0ab697 .
2020-01-03 21:13:30 +00:00
Stefan Schantl
c5d20f9665
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2020-01-03 11:06:47 +01:00
Arne Fitzenreiter
c846ed1616
pakfire: use HTTPS if no protocol is specified
...
also use HTTPS on fallback to mainserver if no mirror was left
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2020-01-02 16:17:54 +00:00
Arne Fitzenreiter
f93238725f
Merge branch 'master' into next
2020-01-02 15:59:53 +00:00
Arne Fitzenreiter
4e04cc87e7
core140: add bind to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:19:12 +00:00
Matthias Fischer
7d9b0ab697
bind: Update to 9.11.14
...
For details see:
https://downloads.isc.org/isc/bind9/9.11.14/RELEASE-NOTES-bind-9.11.14.html
"Bug Fixes
Fixed a bug that caused named to leak memory on reconfiguration when any
GeoIP2 database was in use. [GL #1445 ]
Fixed several possible race conditions discovered by Thread Sanitizer."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:17:45 +00:00
Arne Fitzenreiter
72c24beae2
core140: add file to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:16:55 +00:00
Stefan Schantl
0db643ce38
rfkill: New package.
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
Acked-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:14:30 +00:00
Arne Fitzenreiter
0ef5f4a091
core140: add ids.cgi and suricata initskript to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:13:28 +00:00
Arne Fitzenreiter
a1cf33ca8f
core140: add suricata and libhtp to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:10:55 +00:00
Matthias Fischer
907874c4be
libhtp: Update to 0.5.32
...
For details see:
https://github.com/OISF/libhtp/releases
Bundled with 'suricata 4.1.6'
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 19:09:27 +00:00
Arne Fitzenreiter
8867f9c5e8
core140: add knot to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 18:03:34 +00:00
Matthias Fischer
68e83070e2
knot: Update to 2.9.2
...
For details see:
https://www.knot-dns.cz/2019-12-12-version-292.html
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 18:01:05 +00:00
Arne Fitzenreiter
063a3a8bca
core140: add unbound to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-12-29 17:59:50 +00:00