-
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.
Merge branch 'perfsonar:master' into layer2scan
- Loading branch information
Showing
218 changed files
with
841 additions
and
176 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
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,9 @@ | ||
owamp (5.0.2~a1.0-1) perfsonar-5.0-snapshot; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Wed, 31 May 2023 07:47:00 -0700 | ||
|
||
owamp (5.0.1~a1.0-1) perfsonar-5.0-snapshot; 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
12 changes: 0 additions & 12 deletions
12
paris-traceroute/unibuild-packaging/deb/patches/00-buffer-size
This file was deleted.
Oops, something went wrong.
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,2 +1,3 @@ | ||
00-buffer-size | ||
paris-traceroute-00-mda-bounds.patch | ||
paris-traceroute-01-buffer-overrun.patch | ||
01-version |
12 changes: 12 additions & 0 deletions
12
paris-traceroute/unibuild-packaging/paris-traceroute-00-mda-bounds.patch
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,12 @@ | ||
diff -rupN paris-traceroute-1.0-orig/libparistraceroute/algorithms/mda/interface.h paris-traceroute-1.0/libparistraceroute/algorithms/mda/interface.h | ||
--- paris-traceroute-1.0-orig/libparistraceroute/algorithms/mda/interface.h 2016-04-21 13:58:33.000000000 +0000 | ||
+++ paris-traceroute-1.0/libparistraceroute/algorithms/mda/interface.h 2023-05-08 16:57:49.159112849 +0000 | ||
@@ -111,7 +111,7 @@ void mda_flow_dump(const mda_interface_t | ||
* the corresponding FQDN. | ||
*/ | ||
|
||
-void mda_link_dump(const mda_interface_t ** link, bool do_resolv); | ||
+void mda_link_dump(const mda_interface_t * link[2], bool do_resolv); | ||
|
||
/** | ||
* \brief Callback used by lattice_dump |
12 changes: 12 additions & 0 deletions
12
paris-traceroute/unibuild-packaging/paris-traceroute-01-buffer-overrun.patch
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,12 @@ | ||
diff -rupN paris-traceroute-1.0-orig/libparistraceroute/whois.c paris-traceroute-1.0/libparistraceroute/whois.c | ||
--- paris-traceroute-1.0-orig/libparistraceroute/whois.c 2016-04-21 13:58:33.000000000 +0000 | ||
+++ paris-traceroute-1.0/libparistraceroute/whois.c 2023-05-08 17:06:50.538561263 +0000 | ||
@@ -85,7 +85,7 @@ bool whois_query( | ||
int family = server_address->family; | ||
size_t len = 0; | ||
|
||
- buffer[BUFFER_SIZE] = '\0'; | ||
+ buffer[BUFFER_SIZE - 1] = '\0'; | ||
|
||
if (queried_address->family != AF_INET && queried_address->family != AF_INET6) { | ||
fprintf(stderr, "whois_query: queried address family not supported (family = %d)\n", queried_address->family); |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Makefile for Any Package | ||
# | ||
|
||
AUTO_TARBALL := 1 | ||
|
||
include unibuild/unibuild.make |
33 changes: 33 additions & 0 deletions
33
...sql-systemd-fix/postgresql-systemd-fix/unibuild-packaging/rpm/postgresql-systemd-fix.spec
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,33 @@ | ||
# | ||
# RPM Spec for postgresql-systemd-fix | ||
# | ||
|
||
Name: postgresql-systemd-fix | ||
Version: 1.0 | ||
Release: 1%{?dist} | ||
|
||
Summary: Fix a problem with PostgreSQL stopping on EL8 | ||
|
||
BuildArch: noarch | ||
License: Apache 2.0 | ||
Group: Unspecified | ||
Vendor: perfSONAR Development Team | ||
URL: http://www.perfsonar.net | ||
|
||
Source0: %{name}-%{version}.tar.gz | ||
|
||
Provides: %{name} = %{version}-%{release} | ||
|
||
Requires: postgresql-server | ||
|
||
%description | ||
This packages fixes a problem with stopping PostgreSQL on EL8 systems | ||
under systemd. See | ||
https://github.com/perfsonar/pscheduler/issues/1335 for details. | ||
|
||
|
||
%post | ||
sed -i -e 's/^TimeoutSec=.*$/TimeoutSec=10/' /usr/lib/systemd/system/postgresql.service | ||
systemctl daemon-reload | ||
|
||
%files |
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,9 @@ | ||
pscheduler-account (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:16 -0700 | ||
|
||
pscheduler-account (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-bitbucket/bitbucket/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,3 +1,9 @@ | ||
pscheduler-archiver-bitbucket (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:17 -0700 | ||
|
||
pscheduler-archiver-bitbucket (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-esmond/esmond/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,3 +1,9 @@ | ||
pscheduler-archiver-esmond (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:15 -0700 | ||
|
||
pscheduler-archiver-esmond (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-failer/failer/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,3 +1,9 @@ | ||
pscheduler-archiver-failer (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:18 -0700 | ||
|
||
pscheduler-archiver-failer (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-http/http/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,3 +1,9 @@ | ||
pscheduler-archiver-http (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:18 -0700 | ||
|
||
pscheduler-archiver-http (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-kafka/kafka/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,3 +1,9 @@ | ||
pscheduler-archiver-kafka (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:17 -0700 | ||
|
||
pscheduler-archiver-kafka (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-postgresql/postgresql/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,3 +1,9 @@ | ||
pscheduler-archiver-postgresql (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:17 -0700 | ||
|
||
pscheduler-archiver-postgresql (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-rabbitmq/rabbitmq/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,3 +1,9 @@ | ||
pscheduler-archiver-rabbitmq (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:18 -0700 | ||
|
||
pscheduler-archiver-rabbitmq (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-snmptrap/snmptrap/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,3 +1,9 @@ | ||
pscheduler-archiver-snmptrap (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:15 -0700 | ||
|
||
pscheduler-archiver-snmptrap (5.0.1-1) perfsonar-5.0; 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
6 changes: 6 additions & 0 deletions
6
pscheduler-archiver-syslog/syslog/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,3 +1,9 @@ | ||
pscheduler-archiver-syslog (5.0.2-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
||
-- perfSONAR developers <[email protected]> Fri, 02 Jun 2023 08:59:18 -0700 | ||
|
||
pscheduler-archiver-syslog (5.0.1-1) perfsonar-5.0; urgency=low | ||
|
||
* New upstream version. | ||
|
Oops, something went wrong.