@cryptotaxi247 / netdata-1 / commits / 2cb6079ca

Use system certificate configuration for Yum/DNF repos. (#18293)

Austin S. Hemmelgarn committed Aug 12, 2024 at 06:48 UTC 2cb6079ca21160cd1a8e8d18211a107c6110a3cb
3 files changed +8 -2
packaging/repoconfig/deb.changelog
+6
@@ -1,3 +1,9 @@
1 +@PKG_NAME@ (3-3) unstable; urgency=medium
2 +
3 + * Version bump to keep in sync with RPM repo packages
4 +
5 + -- Netdata Builder <bot@netdata.cloud> Fri, 9 Aug 2024 09:37:00 -0400
6 +
7 @PKG_NAME@ (3-2) unstable; urgency=medium
8
9 * Version bump to keep in sync with RPM repo packages
packaging/repoconfig/netdata.repo.dnf
-2
@@ -6,7 +6,6 @@ gpgcheck=1
6 gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
7 enabled=1
8 sslverify=1
9 -sslcacert=/etc/pki/tls/certs/ca-bundle.crt
9 priority=50
10
11 [netdata-repoconfig]
@@ -17,5 +16,4 @@ gpgcheck=1
16 gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
17 enabled=1
18 sslverify=1
20 -sslcacert=/etc/pki/tls/certs/ca-bundle.crt
19 priority=50
packaging/repoconfig/rpm.changelog
+2
@@ -1,3 +1,5 @@
1 +* Fri Aug 9 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-3
2 +- Use system certificate config for Yum/DNF repos.
3 * Mon Jun 24 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-2
4 - Fix package file names.
5 * Fri Jun 14 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-1