diff -Nru atlasmns-trace-0.4.8/autogen.sh atlasmns-trace-0.4.9/autogen.sh --- atlasmns-trace-0.4.8/autogen.sh 2021-03-03 18:39:18.000000000 +0000 +++ atlasmns-trace-0.4.9/autogen.sh 2023-02-14 10:47:00.000000000 +0000 @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/build-rpm atlasmns-trace-0.4.9/build-rpm --- atlasmns-trace-0.4.8/build-rpm 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/build-rpm 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Packaging Scripts -# Copyright (C) 2017-2022 by Thomas Dreibholz +# Copyright (C) 2017-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/ChangeLog atlasmns-trace-0.4.9/ChangeLog --- atlasmns-trace-0.4.8/ChangeLog 2022-09-11 11:27:44.000000000 +0000 +++ atlasmns-trace-0.4.9/ChangeLog 2023-02-14 10:49:21.000000000 +0000 @@ -1,3 +1,33 @@ +commit b7da7cc571f15ab0f81ded0e1f172017eb8ffb9b +Author: Thomas Dreibholz +Date: Tue Feb 14 11:49:12 2023 +0100 + + Updated build scripts + +commit 624e3c9caab1c925ea1c3e8798ba5fbadb76c87f +Author: Thomas Dreibholz +Date: Tue Feb 14 11:46:55 2023 +0100 + + Updated CI scripts + +commit f4902bcc87ce0e195ff476d6946c1c3cd1d09c9f +Author: Thomas Dreibholz +Date: Tue Feb 14 11:46:53 2023 +0100 + + Updated build scripts + +commit 8e8536350f6a2bc74b4f1bbab06a77743c86e1b9 +Author: Thomas Dreibholz +Date: Mon Dec 12 13:29:58 2022 +0100 + + Minor CMakeLists.txt updates. + +commit 52bf200a6b504e78b63a0126521c31c32fd88ae9 +Author: Thomas Dreibholz +Date: Sun Sep 11 13:27:45 2022 +0200 + + New release atlasmns-trace-0.4.8. + commit 715bbfb4958bb2df08a80b4de3c8cff7fadef7b8 Author: Thomas Dreibholz Date: Sun Sep 11 13:27:31 2022 +0200 diff -Nru atlasmns-trace-0.4.8/ci/ci-build atlasmns-trace-0.4.9/ci/ci-build --- atlasmns-trace-0.4.8/ci/ci-build 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/ci/ci-build 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # GitHub Actions Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/ci/ci-install atlasmns-trace-0.4.9/ci/ci-install --- atlasmns-trace-0.4.8/ci/ci-install 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/ci/ci-install 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # GitHub Actions Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/ci/ci-setup atlasmns-trace-0.4.9/ci/ci-setup --- atlasmns-trace-0.4.8/ci/ci-setup 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/ci/ci-setup 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # GitHub Actions Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/ci/ci-test atlasmns-trace-0.4.9/ci/ci-test --- atlasmns-trace-0.4.8/ci/ci-test 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/ci/ci-test 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # GitHub Actions Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/ci/get-dependencies atlasmns-trace-0.4.9/ci/get-dependencies --- atlasmns-trace-0.4.8/ci/get-dependencies 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/ci/get-dependencies 2023-02-14 10:49:12.000000000 +0000 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Travis CI Scripts -# Copyright (C) 2018-2022 by Thomas Dreibholz +# Copyright (C) 2018-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com import glob diff -Nru atlasmns-trace-0.4.8/CMakeLists.txt atlasmns-trace-0.4.9/CMakeLists.txt --- atlasmns-trace-0.4.8/CMakeLists.txt 2022-09-11 11:27:43.000000000 +0000 +++ atlasmns-trace-0.4.9/CMakeLists.txt 2023-02-14 10:49:20.000000000 +0000 @@ -21,7 +21,7 @@ SET(BUILD_MAJOR "0") SET(BUILD_MINOR "4") -SET(BUILD_PATCH "8") +SET(BUILD_PATCH "9") SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH}) SET(CMAKE_CXX_STANDARD 14) @@ -30,7 +30,7 @@ ############################################################################# -# INSTALLATION_DIRECTORIES +#### INSTALLATION_DIRECTORIES #### #### ############################################################################# # See: https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html @@ -38,7 +38,7 @@ ############################################################################# -# PACKAGING +#### PACKAGING #### #### ############################################################################# SET(CPACK_SOURCE_GENERATOR "TXZ") @@ -56,7 +56,7 @@ ############################################################################# -# OS-DEPENDENT +#### OS-DEPENDENT #### #### ############################################################################# IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") @@ -87,7 +87,7 @@ ############################################################################# -# REQUIREMENTS +#### REQUIREMENTS #### #### ############################################################################# INCLUDE(FindPackageHandleStandardArgs) @@ -128,7 +128,7 @@ ############################################################################# -# SOURCE DIRECTORIES +#### SOURCE DIRECTORIES #### #### ############################################################################# ADD_SUBDIRECTORY(src) diff -Nru atlasmns-trace-0.4.8/debian/changelog atlasmns-trace-0.4.9/debian/changelog --- atlasmns-trace-0.4.8/debian/changelog 2022-09-11 11:27:43.000000000 +0000 +++ atlasmns-trace-0.4.9/debian/changelog 2023-02-14 10:49:20.000000000 +0000 @@ -1,4 +1,11 @@ -atlasmns-trace (0.4.8-1ubuntu~bionic1) bionic; urgency=medium +atlasmns-trace (0.4.9-1ubuntu~bionic1) bionic; urgency=medium + + * New upstream release. + * debian/control: Updated standards version to 4.6.2. + + -- Thomas Dreibholz Tue, 14 Feb 2023 11:49:20 +0100 + +atlasmns-trace (0.4.8-1ubuntu1) bionic; urgency=medium * New upstream release. * debian/control: Updated standards version to 4.6.1. diff -Nru atlasmns-trace-0.4.8/debian/control atlasmns-trace-0.4.9/debian/control --- atlasmns-trace-0.4.8/debian/control 2022-09-11 11:27:43.000000000 +0000 +++ atlasmns-trace-0.4.9/debian/control 2023-02-14 10:49:20.000000000 +0000 @@ -1,7 +1,7 @@ Source: atlasmns-trace Section: net Priority: optional -Maintainer: Thomas Dreibholz +Maintainer: Thomas Dreibholz Homepage: https://www.nntb.no/ Build-Depends: cmake (>= 3.0.2) | cmake3, debhelper (>= 9), @@ -20,7 +20,7 @@ python3-colorlog, python3-psycopg2, python3-pymongo -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Package: atlasmns-trace-common diff -Nru atlasmns-trace-0.4.8/fetch-debian-changelog atlasmns-trace-0.4.9/fetch-debian-changelog --- atlasmns-trace-0.4.8/fetch-debian-changelog 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/fetch-debian-changelog 2023-02-14 10:49:12.000000000 +0000 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Packaging Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru atlasmns-trace-0.4.8/filter-debian-changelog atlasmns-trace-0.4.9/filter-debian-changelog --- atlasmns-trace-0.4.8/filter-debian-changelog 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/filter-debian-changelog 2023-02-14 10:49:12.000000000 +0000 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Debian/Ubuntu Packaging Scripts -# Copyright (C) 2002-2022 by Thomas Dreibholz +# Copyright (C) 2002-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # This script filters debian/changelog entries: diff -Nru atlasmns-trace-0.4.8/freebsd/atlasmns-trace/test-packaging atlasmns-trace-0.4.9/freebsd/atlasmns-trace/test-packaging --- atlasmns-trace-0.4.8/freebsd/atlasmns-trace/test-packaging 2021-02-17 14:14:16.000000000 +0000 +++ atlasmns-trace-0.4.9/freebsd/atlasmns-trace/test-packaging 2023-02-14 10:46:59.000000000 +0000 @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com PACKAGE=`cat Makefile | grep PORTNAME= | sed -e "s/^PORTNAME=//g" | tr -d " \t"` UPSTREAM_VERSION=`cat Makefile | grep PORTVERSION= | sed -e "s/^PORTVERSION=//g" | tr -d " \t"` diff -Nru atlasmns-trace-0.4.8/make-srpm atlasmns-trace-0.4.9/make-srpm --- atlasmns-trace-0.4.8/make-srpm 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/make-srpm 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Packaging Scripts -# Copyright (C) 2017-2022 by Thomas Dreibholz +# Copyright (C) 2017-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/make-upstream-package atlasmns-trace-0.4.9/make-upstream-package --- atlasmns-trace-0.4.8/make-upstream-package 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/make-upstream-package 2023-02-14 10:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Packaging Scripts -# Copyright (C) 2017-2022 by Thomas Dreibholz +# Copyright (C) 2017-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact: dreibh@iem.uni-due.de +# Contact: thomas.dreibholz@gmail.com # Bash options: set -e diff -Nru atlasmns-trace-0.4.8/merge-debian-changelogs atlasmns-trace-0.4.9/merge-debian-changelogs --- atlasmns-trace-0.4.8/merge-debian-changelogs 2022-09-11 11:27:50.000000000 +0000 +++ atlasmns-trace-0.4.9/merge-debian-changelogs 2023-02-14 10:49:12.000000000 +0000 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Packaging Scripts -# Copyright (C) 2021-2022 by Thomas Dreibholz +# Copyright (C) 2021-2023 by Thomas Dreibholz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru atlasmns-trace-0.4.8/packaging.conf atlasmns-trace-0.4.9/packaging.conf --- atlasmns-trace-0.4.8/packaging.conf 2022-09-11 11:26:02.000000000 +0000 +++ atlasmns-trace-0.4.9/packaging.conf 2023-02-14 10:47:00.000000000 +0000 @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- MAKE_DIST="cmake -DCMAKE_INSTALL_PREFIX=/usr . && make dist" NOT_TARGET_DISTRIBUTIONS="unstable lucid precise trusty xenial" # <<-- Distrubutions which are *not* supported! -MAINTAINER="Thomas Dreibholz " +MAINTAINER="Thomas Dreibholz " MAINTAINER_KEY="21412672518D8B2D1862EFEF5CD5D12AA0877B49" DEBIAN_LAST_ENTRY="" UBUNTU_LAST_ENTRY="" diff -Nru atlasmns-trace-0.4.8/rpm/atlasmns-trace.spec atlasmns-trace-0.4.9/rpm/atlasmns-trace.spec --- atlasmns-trace-0.4.8/rpm/atlasmns-trace.spec 2022-09-11 11:27:43.000000000 +0000 +++ atlasmns-trace-0.4.9/rpm/atlasmns-trace.spec 2023-02-14 10:49:20.000000000 +0000 @@ -1,5 +1,5 @@ Name: atlasmns-trace -Version: 0.4.8 +Version: 0.4.9 Release: 1 Summary: AtlasMNS Trace Group: Applications/Internet @@ -127,6 +127,8 @@ %changelog +* Tue Feb 14 2023 Thomas Dreibholz - 0.4.9 +- New upstream release. * Sun Sep 11 2022 Thomas Dreibholz - 0.4.8 - New upstream release. * Fri Sep 10 2021 Thomas Dreibholz - 0.4.7 diff -Nru atlasmns-trace-0.4.8/src/atlasmns-trace-agent.1 atlasmns-trace-0.4.9/src/atlasmns-trace-agent.1 --- atlasmns-trace-0.4.8/src/atlasmns-trace-agent.1 2021-02-17 14:14:18.000000000 +0000 +++ atlasmns-trace-0.4.9/src/atlasmns-trace-agent.1 2023-02-14 10:46:59.000000000 +0000 @@ -14,7 +14,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" -.\" Contact: dreibh@iem.uni-due.de +.\" Contact: thomas.dreibholz@gmail.com .\" .\" ###### Setup ############################################################ .Dd July 31, 2019 @@ -99,5 +99,5 @@ .br http://www.iem.uni-due.de/~dreibh/atlasmns-trace .br -mailto://dreibh@iem.uni-due.de +mailto://thomas.dreibholz@gmail.com .br diff -Nru atlasmns-trace-0.4.8/src/atlasmns-trace-controller.1 atlasmns-trace-0.4.9/src/atlasmns-trace-controller.1 --- atlasmns-trace-0.4.8/src/atlasmns-trace-controller.1 2021-02-17 14:14:18.000000000 +0000 +++ atlasmns-trace-0.4.9/src/atlasmns-trace-controller.1 2023-02-14 10:46:59.000000000 +0000 @@ -14,7 +14,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" -.\" Contact: dreibh@iem.uni-due.de +.\" Contact: thomas.dreibholz@gmail.com .\" .\" ###### Setup ############################################################ .Dd June 14, 2019 @@ -52,5 +52,5 @@ .br http://www.iem.uni-due.de/~dreibh/atlasmns-trace .br -mailto://dreibh@iem.uni-due.de +mailto://thomas.dreibholz@gmail.com .br diff -Nru atlasmns-trace-0.4.8/src/atlasmns-trace-scheduler.1 atlasmns-trace-0.4.9/src/atlasmns-trace-scheduler.1 --- atlasmns-trace-0.4.8/src/atlasmns-trace-scheduler.1 2021-02-17 14:14:18.000000000 +0000 +++ atlasmns-trace-0.4.9/src/atlasmns-trace-scheduler.1 2023-02-14 10:46:59.000000000 +0000 @@ -14,7 +14,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" -.\" Contact: dreibh@iem.uni-due.de +.\" Contact: thomas.dreibholz@gmail.com .\" .\" ###### Setup ############################################################ .Dd June 14, 2019 @@ -52,5 +52,5 @@ .br http://www.iem.uni-due.de/~dreibh/atlasmns-trace .br -mailto://dreibh@iem.uni-due.de +mailto://thomas.dreibholz@gmail.com .br diff -Nru atlasmns-trace-0.4.8/src/CMakeLists.txt atlasmns-trace-0.4.9/src/CMakeLists.txt --- atlasmns-trace-0.4.8/src/CMakeLists.txt 2021-02-17 14:14:18.000000000 +0000 +++ atlasmns-trace-0.4.9/src/CMakeLists.txt 2023-02-14 10:47:00.000000000 +0000 @@ -1,5 +1,5 @@ ############################################################################# -# PYTHON LIBRARIES +#### PYTHON LIBRARIES #### #### ############################################################################# # Help: @@ -24,7 +24,7 @@ ############################################################################# -# PROGRAMS +#### PROGRAMS #### #### ############################################################################# INSTALL(PROGRAMS atlasmns-trace-controller DESTINATION ${CMAKE_INSTALL_BINDIR}) @@ -41,7 +41,7 @@ ############################################################################# -# EXAMPLES +#### EXAMPLES #### #### ############################################################################# INSTALL(FILES atlasmns-tracedataimporter DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/cron.d) @@ -51,7 +51,7 @@ ############################################################################# -# SUBDIRECTORIES +#### SUBDIRECTORIES #### #### ############################################################################# ADD_SUBDIRECTORY(SQL) diff -Nru atlasmns-trace-0.4.8/src/NoSQL/CMakeLists.txt atlasmns-trace-0.4.9/src/NoSQL/CMakeLists.txt --- atlasmns-trace-0.4.8/src/NoSQL/CMakeLists.txt 2021-02-17 14:14:17.000000000 +0000 +++ atlasmns-trace-0.4.9/src/NoSQL/CMakeLists.txt 2023-02-14 10:46:59.000000000 +0000 @@ -1,6 +1,6 @@ -################################################# -# EXAMPLES -################################################# +############################################################################# +#### EXAMPLES #### #### +############################################################################# INSTALL(FILES install-database-and-users admin.ms database.ms README schema.ms users.ms DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/atlasmns-trace/examples/NoSQL) diff -Nru atlasmns-trace-0.4.8/src/SQL/CMakeLists.txt atlasmns-trace-0.4.9/src/SQL/CMakeLists.txt --- atlasmns-trace-0.4.8/src/SQL/CMakeLists.txt 2021-02-17 14:14:18.000000000 +0000 +++ atlasmns-trace-0.4.9/src/SQL/CMakeLists.txt 2023-02-14 10:46:59.000000000 +0000 @@ -1,6 +1,6 @@ -################################################# -# EXAMPLES -################################################# +############################################################################# +#### EXAMPLES #### #### +############################################################################# INSTALL(FILES install-database-and-users database.sql README schema.sql users.sql DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/atlasmns-trace/examples/SQL)