49 Commits

Author SHA1 Message Date
Michael Tremer
9060a9c907 collected: Fix build with glibc 2.36
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-09-11 08:36:17 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Peter Müller
66c3619872 Early spring clean: Remove trailing whitespaces, and correct licence headers
Bumping across one of our scripts with very long trailing whitespaces, I
thought it might be a good idea to clean these up. Doing so, some
missing or inconsistent licence headers were fixed.

There is no need in shipping all these files en bloc, as their
functionality won't change.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-18 23:54:57 +00:00
Michael Tremer
a652d4187c collectd: Use libstatgrab to read disk stats
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-07-09 06:01:37 +00:00
Michael Tremer
abd5cc3cb7 Revert "collectd: Use libstatgrab for reading disk stats"
This reverts commit 86beff5f75.

This patch breaks reading statistics on systems running a 4.14 kernel.
It seems like it is not dependant on the kernel, though.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-06-08 14:08:44 +00:00
Michael Tremer
86beff5f75 collectd: Use libstatgrab for reading disk stats
Fixes: #12576
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-05-04 15:48:08 +00:00
Adolf Belka
a50af14f38 collectd: patch for successful build with updated lm_sensors
- Patch to remove checks for SENSORS_API_VERSION upper limit
   Patch based on one by Pavel Rochnyack
   https://git.ipfire.org/?p=thirdparty/collectd.git;a=commitdiff;h=d5a3c020>
- Without this patch collectd fails to build with the updated lm_sensors
   version (3-6-0) due to a problem with the version of libsensors used by
   lm_sensors

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:28:12 +00:00
Adolf Belka
54bed236cc collectd: Update due to autoconf change
- collectd fails to build with autoconf-2.71
Required running of autoupdate on configure.in
and addition of --with-fp-layout=nothing to configure options

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-02-12 11:54:59 +00:00
Michael Tremer
b171c68349 collectd: Link against libip4tc
libiptc is no longer being shipped by iptables and has been split
into a version for IPv4 and IPv6.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-09-24 17:36:38 +00:00
Michael Tremer
42823878bb collectd: Fix build with GCC 10
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-08-16 10:29:42 +00:00
Michael Tremer
2dc2a27803 lfs: Drop quotes in DEPS variable
Not sure why this has ever been there. This simply makes it
nicer to read and edit because we can have line-breaks now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-24 08:57:27 +00:00
Wolfgang Apolinarski
23164efba5 Parallelized build for several packages
Added $(MAKETUNING) to several packages.
Marked packages that do not support parallel build.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-03-04 11:02:03 +00:00
Michael Tremer
8d4da55a5d collectd: Fix compiling against newer xfsprogs
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-23 16:45:33 +01:00
Peter Müller
eee037b890 update disclaimer in LFS files
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.

Just some housekeeping... :-)

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-10 19:20:36 +01:00
Michael Tremer
fd5ba3419a collectd: FTBFS on aarch64
Needed automake update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-05-20 09:37:36 +01:00
Michael Tremer
abd93c4241 collectd: Ignore errors from OpenVPN configuration file 2015-04-12 22:44:50 +02:00
Alexander Marx
6b7cbc8f33 vpn-statistic: move collectd.vpn to /var/ipfire/ovpn/
collectd.vpn needs to be within /var/ipfire/ovpn so that the
ovpnmain.cgi is able to write the status files from the n2n connections
to the file.
2015-04-09 15:16:32 +02:00
Alexander Marx
44526b2deb collectd-4.10.7: Fix openvpn.c to be useable with IPFire 2014-09-26 12:44:28 +02:00
Michael Tremer
5dee01cfc8 collectd: Compile fix. 2014-06-20 13:46:26 +02:00
Michael Tremer
c68e8b99df collected: Update to 4.10.7. 2012-11-11 19:03:47 +01:00
Arne Fitzenreiter
e16f27958b collectd: update to 4.10.3. 2011-06-15 16:34:55 +02:00
Arne Fitzenreiter
8251173b76 collectd: start after ntpd. 2011-01-01 17:54:33 +01:00
Arne Fitzenreiter
646370c134 Updated collectd (4.9.1). 2010-02-17 00:45:51 +01:00
Christian Schmidt
b07dee3897 Disabled static build of libiptc, shared should be used. 2010-02-16 20:07:38 +01:00
Arne Fitzenreiter
507e57afe8 Updated collectd (4.5.4).
Newer versions need a rrdtools update.
2010-02-15 19:42:55 +01:00
Arne Fitzenreiter
366aa0cb24 Fix collectd thermal-zone disabling 2009-05-12 19:29:23 +02:00
Arne Fitzenreiter
3519a7b9dd Updated collectd to 4.5.3 2009-04-29 11:39:02 +02:00
Arne Fitzennreiter
098759b02d Update collectd / remove libiptc check 2008-10-21 08:16:07 +02:00
Maniacikarus
6fadf396b6 Revert "Upgraded collectd"
This reverts commit dee5f5cced.

Conflicts:

	lfs/collectd
2008-10-20 19:38:45 +02:00
Maniacikarus
d14d19e8b8 Added the collectd patch for li: 2008-10-19 22:52:34 +02:00
Maniacikarus
dee5f5cced Upgraded collectd 2008-10-19 18:53:26 +02:00
Arne Fitzenreiter
4f1b7a27db changed collectd version to 4.4.3
replace ipp2p-0.8.2 with ipp2p-0.8.2-pomng
2008-09-23 00:53:54 +02:00
Maniacikarus
7a5ed24ecc Upgraded collectd to 4.5 need to check for iptables errors
Upgraded ntfs3g to current stable
Fixed rootfiles of squidGuard mpfire and tripwire
Added a little script to check rootfiles for updates
2008-09-21 18:57:06 +02:00
Maniacikarus
e19fc87f1d Changed qos to collectd less data and smaller rrds
Updated ntfs collectd samba and mpd
2008-08-29 07:16:45 +02:00
Arne Fitzenreiter
d2c65e371a Add cpufrequtils
Disabled collectd wireless plugin as default, (enabling by hostapd initskript)
2008-08-02 09:27:36 +02:00
Michael Tremer
ecc3660e5c Enabled wireless module enabled in collectd 2008-07-26 08:38:08 +00:00
Arne Fitzenreiter
202f35e29c Switch back to Kernel 2.6.23.16 + openswan 2.4.13 2008-07-17 19:28:09 +02:00
Arne Fitzenreiter
5639fecfb3 Add natt patch
disabled iptables for collectd
disabled initrd size optimization
2008-07-14 23:53:15 +02:00
Maniacikarus
159a9efde5 Change collectd symlink to be started after network 2008-06-18 18:51:13 +02:00
Christian Schmidt
6b9f1b8884 New Version will be 2.3
Upgraded collectd
Tried to fix a bug when using usb cdrom for install
2008-06-14 11:54:51 +02:00
Arne Fitzenreiter
87846bb3cb Make lm_sensors before collectd
fix sensors lfs merge part 2 (grrr ...)
2008-05-26 07:32:22 +02:00
Arne Fitzenreiter
291133ed2a Fixed collectd lfs (wrong merged + a typo) 2008-05-26 00:39:34 +02:00
Christian Schmidt
30ffe6fd96 Update samba and collectd to current versions
Included padlock patches for openssh and openssl not yet included in make
2008-05-25 23:59:52 +02:00
Arne Fitzenreiter
27155082c6 Switch collectd from mbmon -> sensors, reenabled iptables 2008-05-25 23:26:41 +02:00
Michael Tremer
4ce3790866 Imported the beginning of the rowie-spezial and possible 2.2 release. 2008-05-17 23:58:21 +02:00
maniacikarus
0f97f04409 updated collectd and hdparm
started core 9 and closed core 9


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1226 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-21 20:50:31 +00:00
arne_f
25538a4b2a Fixed collectd rc.d links
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1176 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-02 18:19:04 +00:00
maniacikarus
b72fd0e404 made some build fixes
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1165 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-01-28 17:25:19 +00:00
maniacikarus
a332b303e4 Corrected guardian
build lcd4linux
startet integrating collection deamon


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1151 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-01-23 18:00:28 +00:00