Browse Source

1.12.0 (#2102)

* 1.12.0

* Linux build fixes for old distros.
Adam Ierymenko 1 year ago
parent
commit
0859a0d1e5

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+zerotier-one (1.12.0) unstable; urgency=medium
+
+  * See RELEASE-NOTES.md for release notes.
+
+ -- Adam Ierymenko <[email protected]>  Thu, 17 Aug 2023 01:00:00 -0700
+
 zerotier-one (1.10.6) unstable; urgency=medium
 zerotier-one (1.10.6) unstable; urgency=medium
 
 
   * See RELEASE-NOTES.md for release notes.
   * See RELEASE-NOTES.md for release notes.

+ 1 - 1
debian/control

@@ -3,7 +3,7 @@ Maintainer: Adam Ierymenko <[email protected]>
 Section: net
 Section: net
 Priority: optional
 Priority: optional
 Standards-Version: 3.9.6
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper
 Vcs-Git: git://github.com/zerotier/ZeroTierOne
 Vcs-Git: git://github.com/zerotier/ZeroTierOne
 Vcs-Browser: https://github.com/zerotier/ZeroTierOne
 Vcs-Browser: https://github.com/zerotier/ZeroTierOne
 Homepage: https://www.zerotier.com/
 Homepage: https://www.zerotier.com/

File diff suppressed because it is too large
+ 379 - 440
ext/libpqxx-7.7.3/config/config.guess


File diff suppressed because it is too large
+ 1062 - 1013
ext/libpqxx-7.7.3/config/config.sub


+ 1 - 0
ext/prometheus-cpp-lite-1.0/core/include/prometheus/family.h

@@ -8,6 +8,7 @@
 #include <unordered_map>
 #include <unordered_map>
 #include <vector>
 #include <vector>
 #include <cassert>
 #include <cassert>
+#include <stdexcept>
 
 
 #include "prometheus/collectable.h"
 #include "prometheus/collectable.h"
 #include "prometheus/metric.h"
 #include "prometheus/metric.h"

+ 1 - 0
ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h

@@ -14,6 +14,7 @@
 #include <iostream>
 #include <iostream>
 #include <memory>
 #include <memory>
 #include <functional>
 #include <functional>
+#include <stdexcept>
 
 
 namespace prometheus {
 namespace prometheus {
   namespace simpleapi {
   namespace simpleapi {

File diff suppressed because it is too large
+ 237 - 245
zeroidc/Cargo.lock


+ 5 - 2
zerotier-one.spec

@@ -1,9 +1,9 @@
 Name:           zerotier-one
 Name:           zerotier-one
-Version:        1.10.6
+Version:        1.12.0
 Release:        1%{?dist}
 Release:        1%{?dist}
 Summary:        ZeroTier network virtualization service
 Summary:        ZeroTier network virtualization service
 
 
-License:        ZeroTier BSL 1.1
+License:        ZeroTier BUSL 1.1
 URL:            https://www.zerotier.com
 URL:            https://www.zerotier.com
 
 
 # Fedora
 # Fedora
@@ -143,6 +143,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Thu Aug 17 2023 Adam Ierymenko <[email protected]> - 1.12.0
+- see https://github.com/zerotier/ZeroTierOne for release notes
+
 * Tue Mar 21 2023 Adam Ierymenko <[email protected]> - 1.10.6
 * Tue Mar 21 2023 Adam Ierymenko <[email protected]> - 1.10.6
 - see https://github.com/zerotier/ZeroTierOne for release notes
 - see https://github.com/zerotier/ZeroTierOne for release notes
 
 

Some files were not shown because too many files changed in this diff