Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fortio for openSUSE:Factory checked in at 2023-01-20 17:39:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fortio (Old) and /work/SRC/openSUSE:Factory/.fortio.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fortio" Fri Jan 20 17:39:11 2023 rev:26 rq:1059927 version:1.39.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fortio/fortio.changes 2023-01-14 20:32:30.641493849 +0100 +++ /work/SRC/openSUSE:Factory/.fortio.new.32243/fortio.changes 2023-01-20 17:39:30.448795768 +0100 @@ -1,0 +2,8 @@ +Fri Jan 20 09:55:47 UTC 2023 - ka...@b1-systems.de + +- Update to version 1.39.1: + * switch build image to 1.19.5 (#684) + * Bump docker/build-push-action from 3.2.0 to 3.3.0 (#682) + * Bump github/codeql-action from 2.1.37 to 2.1.38 (#683) + +------------------------------------------------------------------- Old: ---- fortio-1.39.0.tar.gz New: ---- fortio-1.39.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fortio.spec ++++++ --- /var/tmp/diff_new_pack.yA7Ddb/_old 2023-01-20 17:39:30.968798645 +0100 +++ /var/tmp/diff_new_pack.yA7Ddb/_new 2023-01-20 17:39:30.972798667 +0100 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: fortio -Version: 1.39.0 +Version: 1.39.1 Release: 0 Summary: Load testing library, command line tool, advanced echo server and web UI License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yA7Ddb/_old 2023-01-20 17:39:31.012798888 +0100 +++ /var/tmp/diff_new_pack.yA7Ddb/_new 2023-01-20 17:39:31.016798910 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/fortio/fortio</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.39.0</param> + <param name="revision">v1.39.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -17,7 +17,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">fortio-1.39.0.tar.gz</param> + <param name="archive">fortio-1.39.1.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.yA7Ddb/_old 2023-01-20 17:39:31.040799043 +0100 +++ /var/tmp/diff_new_pack.yA7Ddb/_new 2023-01-20 17:39:31.044799065 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/fortio/fortio</param> - <param name="changesrevision">cc145c47d7829751bd0f7c9986d2ff432f57b8b2</param></service></servicedata> + <param name="changesrevision">d40d4b4a04025e12a96d9e75534a9e40c988c568</param></service></servicedata> (No newline at EOF) ++++++ fortio-1.39.0.tar.gz -> fortio-1.39.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/.circleci/config.yml new/fortio-1.39.1/.circleci/config.yml --- old/fortio-1.39.0/.circleci/config.yml 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/.circleci/config.yml 2023-01-17 19:22:12.000000000 +0100 @@ -8,7 +8,7 @@ &defaultEnv docker: # specify the version - - image: docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 + - image: docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 working_directory: /build/fortio jobs: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/.github/workflows/codeql-analysis.yml new/fortio-1.39.1/.github/workflows/codeql-analysis.yml --- old/fortio-1.39.0/.github/workflows/codeql-analysis.yml 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/.github/workflows/codeql-analysis.yml 2023-01-17 19:22:12.000000000 +0100 @@ -44,7 +44,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2 + uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # pin@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -55,7 +55,7 @@ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2 + uses: github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750 # pin@v2 # â¹ï¸ Command-line programs to run using the OS shell. # ð https://git.io/JvXDl @@ -66,4 +66,4 @@ # make bootstrap # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # pin@v2 + uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # pin@v2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/.github/workflows/main.yml new/fortio-1.39.1/.github/workflows/main.yml --- old/fortio-1.39.0/.github/workflows/main.yml 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/.github/workflows/main.yml 2023-01-17 19:22:12.000000000 +0100 @@ -51,7 +51,7 @@ echo "Version $VERSION, Package version $PACKAGE_VERSION" - name: Build and push Docker image - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # pin@v3 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # pin@v3 with: context: . platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Dockerfile new/fortio-1.39.1/Dockerfile --- old/fortio-1.39.0/Dockerfile 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Dockerfile 2023-01-17 19:22:12.000000000 +0100 @@ -1,5 +1,5 @@ # Build the binaries in larger image -FROM docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 as build +FROM docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 as build WORKDIR /build COPY . fortio ARG MODE=install diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Dockerfile.build new/fortio-1.39.1/Dockerfile.build --- old/fortio-1.39.0/Dockerfile.build 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Dockerfile.build 2023-01-17 19:22:12.000000000 +0100 @@ -1,5 +1,5 @@ # Dependencies and linters for build: -FROM golang:1.19.4 +FROM golang:1.19.5 # Need gcc for -race test (and some linters though those work with CGO_ENABLED=0) RUN apt-get -y update && \ apt-get --no-install-recommends -y upgrade && \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Dockerfile.echosrv new/fortio-1.39.1/Dockerfile.echosrv --- old/fortio-1.39.0/Dockerfile.echosrv 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Dockerfile.echosrv 2023-01-17 19:22:12.000000000 +0100 @@ -1,5 +1,5 @@ # Build the binaries in larger image -FROM docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 as build +FROM docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 as build WORKDIR /build COPY . fortio RUN make -C fortio official-build-version BUILD_DIR=/build OFFICIAL_TARGET=fortio.org/fortio/echosrv diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Dockerfile.fcurl new/fortio-1.39.1/Dockerfile.fcurl --- old/fortio-1.39.0/Dockerfile.fcurl 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Dockerfile.fcurl 2023-01-17 19:22:12.000000000 +0100 @@ -1,5 +1,5 @@ # Build the binaries in larger image -FROM docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 as build +FROM docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 as build WORKDIR /build COPY . fortio RUN make -C fortio official-build-version BUILD_DIR=/build OFFICIAL_TARGET=fortio.org/fortio/fcurl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Makefile new/fortio-1.39.1/Makefile --- old/fortio-1.39.0/Makefile 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Makefile 2023-01-17 19:22:12.000000000 +0100 @@ -7,7 +7,7 @@ IMAGES=echosrv fcurl # plus the combo image / Dockerfile without ext. DOCKER_PREFIX := docker.io/fortio/fortio -BUILD_IMAGE_TAG := v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 +BUILD_IMAGE_TAG := v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 BUILDX_PLATFORMS := linux/amd64,linux/arm64,linux/ppc64le,linux/s390x BUILDX_POSTFIX := ifeq '$(shell echo $(BUILDX_PLATFORMS) | awk -F "," "{print NF-1}")' '0' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/Webtest.sh new/fortio-1.39.1/Webtest.sh --- old/fortio-1.39.0/Webtest.sh 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/Webtest.sh 2023-01-17 19:22:12.000000000 +0100 @@ -141,7 +141,7 @@ PPROF_URL="$BASE_URL/debug/pprof/heap?debug=1" $CURL "$PPROF_URL" | grep -i TotalAlloc # should find this in memory profile # creating dummy container to hold a volume for test certs due to remote docker bind mount limitation. -DOCKERCURLID=$(docker run -d -v $TEST_CERT_VOL --net host --name $DOCKERSECVOLNAME docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 sleep 120) +DOCKERCURLID=$(docker run -d -v $TEST_CERT_VOL --net host --name $DOCKERSECVOLNAME docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 sleep 120) # while we have something with actual curl binary do # Test for h2c upgrade (#562) docker exec $DOCKERSECVOLNAME /usr/bin/curl -v --http2 -m 10 -d foo42 http://localhost:8080/debug | tee >(cat 1>&2) | grep foo42 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fortio-1.39.0/release/Dockerfile.in new/fortio-1.39.1/release/Dockerfile.in --- old/fortio-1.39.0/release/Dockerfile.in 2023-01-14 01:21:16.000000000 +0100 +++ new/fortio-1.39.1/release/Dockerfile.in 2023-01-17 19:22:12.000000000 +0100 @@ -1,5 +1,5 @@ # Concatenated after ../Dockerfile to create the tgz -FROM docker.io/fortio/fortio.build:v51@sha256:19c61def5203187354d7459781407c0d83895d20f100bfb6ff3a298c9f1cb2b6 as stage +FROM docker.io/fortio/fortio.build:v52@sha256:2a85bd3b97d7eaf1718a3fc7a376d52dbe78f01cd8cb3baee87228ad92adf710 as stage ARG archs="amd64 arm64 ppc64le s390x" ENV archs=${archs} # Build image defaults to build user, switch back to root for ++++++ vendor.tar.gz ++++++