-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix jsonval test to work with JSONSchema 3 and 4 * Clean out unused Debian versions of PostgreSQL #1441 * Remove iperf3 change that shouldn't be there yet. #1441 * Build iperf3 on u24. 1441 * Enable s3-benchmark for u24+ #1441 * Add iperf3 for u22 #1441 * Build iperf3 on d11; remove conditions in build order. #1441 * Restore conditional iperf3 build; enable force-build on Debuntu #1441 * unibuild-order changes: - Clarifying comments on iperf3 and py-amqp builds. - Simplifying python-jsonschema condition. * Forcing jq version 1.6.something to avoid 1.7.1 from U24, pending #1445 Incrementing package release number and adding changelog entries where needed. * Make all Python regexps raw strings. #1441 * Fix escaping in raw regexp strings. #1441 * Potential TODO for Golan stuff. #1441 * Bump Debian compat files 9 -> 10. #1441 --------- Co-authored-by: Lætitia Delvaux <[email protected]>
- Loading branch information
1 parent
da5b242
commit 5e12ddd
Showing
43 changed files
with
401 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
iperf3 (3.17.1-2) perfsonar-5.1-staging; urgency=low | ||
|
||
* Building on Ubuntu 20 and Debian 12 | ||
* Port to Debian 11 and 12, Ubuntu 22 and 24 | ||
|
||
-- Lætitia Delvaux <[email protected]> Mon, 24 Jun 2024 18:37:14 +0200 | ||
|
||
iperf3 (3.17.1-1) perfsonar-5.1-staging; urgency=low | ||
|
||
* New upstream version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Source: iperf3 | ||
Section: net | ||
Priority: optional | ||
Maintainer: perfSONAR developers <[email protected]> | ||
Uploaders: Antoine Delvaux <[email protected]> | ||
Build-Depends: debhelper (>= 10), libssl-dev, libsctp-dev [linux-any] | ||
Standards-Version: 3.9.8 | ||
Homepage: http://software.es.net/iperf/ | ||
|
||
Package: iperf3-ssl3 | ||
Provides: iperf3 | ||
Conflicts: iperf3 | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This package contains the command line utility. | ||
|
||
Package: libiperf0-ssl3 | ||
Provides: libiperf0 | ||
Conflicts: libiperf0 | ||
Architecture: any | ||
Section: libs | ||
Multi-Arch: same | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (runtime files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the runtime package for programs that use the shared iperf | ||
library. | ||
|
||
Package: libiperf-dev-ssl3 | ||
Provides: libiperf-dev | ||
Conflicts: libiperf-dev | ||
Architecture: any | ||
Section: libdevel | ||
Multi-Arch: same | ||
Depends: libiperf0-ssl3 (= ${binary:Version}), ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (development files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the development package which contains headers files and the | ||
static iperf library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Source: iperf3 | ||
Section: net | ||
Priority: optional | ||
Maintainer: perfSONAR developers <[email protected]> | ||
Uploaders: Antoine Delvaux <[email protected]> | ||
Build-Depends: debhelper (>= 10), libssl-dev, libsctp-dev [linux-any] | ||
Standards-Version: 3.9.8 | ||
Homepage: http://software.es.net/iperf/ | ||
|
||
Package: iperf3 | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This package contains the command line utility. | ||
|
||
Package: libiperf0 | ||
Architecture: any | ||
Section: libs | ||
Multi-Arch: same | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (runtime files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the runtime package for programs that use the shared iperf | ||
library. | ||
|
||
Package: libiperf-dev | ||
Architecture: any | ||
Section: libdevel | ||
Multi-Arch: same | ||
Depends: libiperf0 (= ${binary:Version}), ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (development files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the development package which contains headers files and the | ||
static iperf library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Source: iperf3 | ||
Section: net | ||
Priority: optional | ||
Maintainer: perfSONAR developers <[email protected]> | ||
Uploaders: Antoine Delvaux <[email protected]> | ||
Build-Depends: debhelper (>= 10), libssl-dev, libsctp-dev [linux-any] | ||
Standards-Version: 3.9.8 | ||
Homepage: http://software.es.net/iperf/ | ||
|
||
Package: iperf3 | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This package contains the command line utility. | ||
|
||
Package: libiperf0 | ||
Architecture: any | ||
Section: libs | ||
Multi-Arch: same | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (runtime files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the runtime package for programs that use the shared iperf | ||
library. | ||
|
||
Package: libiperf-dev | ||
Architecture: any | ||
Section: libdevel | ||
Multi-Arch: same | ||
Depends: libiperf0 (= ${binary:Version}), ${misc:Depends} | ||
Description: Internet Protocol bandwidth measuring tool (development files) | ||
Iperf3 is a tool for performing network throughput measurements. It can | ||
test either TCP or UDP throughput. | ||
. | ||
This is a new implementation that shares no code with the original | ||
iperf from NLANR/DAST and also is not backwards compatible. | ||
. | ||
This is the development package which contains headers files and the | ||
static iperf library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/make -f | ||
|
||
export DH_OPTIONS | ||
|
||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
override_dh_installchangelogs: | ||
dh_installchangelogs RELNOTES.md | ||
|
||
%: | ||
dh $@ | ||
|
||
# Ubuntu dbgsym.ddeb are currently not supported by reprepro | ||
override_dh_strip: | ||
dh_strip --no-automatic-dbgsym |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/make -f | ||
|
||
export DH_OPTIONS | ||
|
||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
override_dh_installchangelogs: | ||
dh_installchangelogs RELNOTES.md | ||
|
||
%: | ||
dh $@ | ||
|
||
# Ubuntu dbgsym.ddeb are currently not supported by reprepro | ||
override_dh_strip: | ||
dh_strip --no-automatic-dbgsym |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/make -f | ||
|
||
export DH_OPTIONS | ||
|
||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
override_dh_installchangelogs: | ||
dh_installchangelogs RELNOTES.md | ||
|
||
%: | ||
dh $@ | ||
|
||
# Ubuntu dbgsym.ddeb are currently not supported by reprepro | ||
override_dh_strip: | ||
dh_strip --no-automatic-dbgsym |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,13 @@ jq (1.7.1-1~bpo8+3) perfsonar-5.2-staging; urgency=medium | |
* New upstream version | ||
|
||
-- Lætitia Delvaux <[email protected]> Tue, 23 Apr 2024 01:02:58 +0200 | ||
>>>>>>> 5.2.0 | ||
|
||
jq (1.6.0-1~bpo8+4) perfsonar-5.1-staging; urgency=medium | ||
|
||
* Port to Ubuntu 24 | ||
|
||
-- Lætitia Delvaux <[email protected]> Mon, 24 Jun 2024 18:31:02 +0200 | ||
|
||
jq (1.6.0-1~bpo8+3) perfsonar-5.1-staging; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
1 change: 1 addition & 0 deletions
1
pscheduler-jq-library/pscheduler-jq-library/unibuild-packaging/deb/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
pscheduler-jq-library (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low | ||
|
||
* New upstream version. | ||
* Forcing jq version 1.6.something only. | ||
|
||
-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
pscheduler-server/pscheduler-server/unibuild-packaging/deb/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
pscheduler-server (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low | ||
|
||
* New upstream version. | ||
* Depends on PostgreSQL 16 for Ubuntu 24. | ||
|
||
-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.