Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2024 16:38:25 GMT
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1eee84c93d6 - main - sysutils/rest-server: update to 0.12.1
Message-ID:  <202401041638.404GcPUn034838@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1eee84c93d6ae39b244fded4fcf6fb97985a451

commit e1eee84c93d6ae39b244fded4fcf6fb97985a451
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-01-04 16:38:19 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-01-04 16:38:19 +0000

    sysutils/rest-server: update to 0.12.1
    
    * pet portclippy
    
    ChangeLog: https://github.com/restic/rest-server/blob/v0.12.1/CHANGELOG.md
    
    PR:             275541
    Reported by:    Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
    Sponsored by:   SkunkWerks, GmbH
---
 sysutils/rest-server/Makefile      |  6 ++--
 sysutils/rest-server/Makefile.deps | 41 +++++++++++----------
 sysutils/rest-server/distinfo      | 74 +++++++++++++++++++-------------------
 3 files changed, 59 insertions(+), 62 deletions(-)

diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile
index cb427cc39cd7..df9d1e557e7e 100644
--- a/sysutils/rest-server/Makefile
+++ b/sysutils/rest-server/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	rest-server
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.11.0
-PORTREVISION=	16
+DISTVERSION=	0.12.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dch@FreeBSD.org
@@ -14,14 +13,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	restic
+USE_RC_SUBR=	restserver
 
 .include "${.CURDIR}/Makefile.deps"
 
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 GO_TARGET=	${GO_PKGNAME}/cmd/${PORTNAME}
 
-USE_RC_SUBR=	restserver
-
 USERS=		restserver
 GROUPS=		restserver
 
diff --git a/sysutils/rest-server/Makefile.deps b/sysutils/rest-server/Makefile.deps
index 7853c1035f86..31f5b2361770 100644
--- a/sysutils/rest-server/Makefile.deps
+++ b/sysutils/rest-server/Makefile.deps
@@ -1,21 +1,20 @@
-GH_TUPLE=       \
-                beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
-                cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
-                coreos:go-systemd:d3cd4ed1dbcf:coreos_go_systemd/vendor/github.com/coreos/go-systemd \
-                felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \
-                golang:crypto:20e1d8d225ab:golang_crypto/vendor/golang.org/x/crypto \
-                golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
-                golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \
-                gorilla:handlers:v1.5.1:gorilla_handlers/vendor/github.com/gorilla/handlers \
-                inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
-                klauspost:cpuid:v2.0.4:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
-                matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
-                minio:sha256-simd:v1.0.0:minio_sha256_simd/vendor/github.com/minio/sha256-simd \
-                miolini:datacounter:v1.0.2:miolini_datacounter/vendor/github.com/miolini/datacounter \
-                prometheus:client_golang:v1.12.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
-                prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
-                prometheus:common:v0.32.1:prometheus_common/vendor/github.com/prometheus/common \
-                prometheus:procfs:v0.7.3:prometheus_procfs/vendor/github.com/prometheus/procfs \
-                protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
-                spf13:cobra:v1.3.0:spf13_cobra/vendor/github.com/spf13/cobra \
-                spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag
+GH_TUPLE=	beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
+		cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
+		coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \
+		felixge:httpsnoop:v1.0.3:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \
+		golang:crypto:v0.11.0:golang_crypto/vendor/golang.org/x/crypto \
+		golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \
+		golang:sys:v0.10.0:golang_sys/vendor/golang.org/x/sys \
+		gorilla:handlers:v1.5.1:gorilla_handlers/vendor/github.com/gorilla/handlers \
+		inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
+		klauspost:cpuid:v2.2.5:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
+		matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
+		minio:sha256-simd:v1.0.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \
+		miolini:datacounter:v1.0.3:miolini_datacounter/vendor/github.com/miolini/datacounter \
+		prometheus:client_golang:v1.16.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
+		prometheus:client_model:v0.4.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
+		prometheus:common:v0.44.0:prometheus_common/vendor/github.com/prometheus/common \
+		prometheus:procfs:v0.11.0:prometheus_procfs/vendor/github.com/prometheus/procfs \
+		protocolbuffers:protobuf-go:v1.31.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
+		spf13:cobra:v1.7.0:spf13_cobra/vendor/github.com/spf13/cobra \
+		spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag
diff --git a/sysutils/rest-server/distinfo b/sysutils/rest-server/distinfo
index c408a1fa0374..c80feef4f2ba 100644
--- a/sysutils/rest-server/distinfo
+++ b/sysutils/rest-server/distinfo
@@ -1,43 +1,43 @@
-TIMESTAMP = 1679672530
-SHA256 (restic-rest-server-v0.11.0_GH0.tar.gz) = cd9b35ad2224244207a967ebbc78d84f4298d725e95c1fa9341ed95a350ea68f
-SIZE (restic-rest-server-v0.11.0_GH0.tar.gz) = 280158
+TIMESTAMP = 1701726603
+SHA256 (restic-rest-server-v0.12.1_GH0.tar.gz) = cfbeb4a66cac6fc36b1cb11256f06c6e4fcc7a28c2ef590550adf1c199b9aa4b
+SIZE (restic-rest-server-v0.12.1_GH0.tar.gz) = 281233
 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
-SHA256 (cespare-xxhash-v2.1.2_GH0.tar.gz) = 471399cfcf0b1bd188add8d34435b91e7011cedbfe76e29687803a9d74320352
-SIZE (cespare-xxhash-v2.1.2_GH0.tar.gz) = 11244
-SHA256 (coreos-go-systemd-d3cd4ed1dbcf_GH0.tar.gz) = 89fc7afa3593ee4d6f91087fa47d02ade4103882f0a33225faec7b922ce5ebc4
-SIZE (coreos-go-systemd-d3cd4ed1dbcf_GH0.tar.gz) = 67792
-SHA256 (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 02f506689067855a2afcbea692a63f60bcb50a3994722650339c82027d1cbe3e
-SIZE (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 10725
-SHA256 (golang-crypto-20e1d8d225ab_GH0.tar.gz) = b043b52febbc0410bfd9e2e9ee86c14c8634009a15fc3b1d1f4e0e21ce428860
-SIZE (golang-crypto-20e1d8d225ab_GH0.tar.gz) = 1629546
-SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3
-SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
+SHA256 (cespare-xxhash-v2.2.0_GH0.tar.gz) = b8c684b9e5e136510913727e6a845b28f8176e55db827b11f17769fba970fe13
+SIZE (cespare-xxhash-v2.2.0_GH0.tar.gz) = 12334
+SHA256 (coreos-go-systemd-v22.5.0_GH0.tar.gz) = b56f4a5aa5cd8a5a2e8b323fb8e76b4a45c6ea6a319a42d9bb2851c54e97a3a1
+SIZE (coreos-go-systemd-v22.5.0_GH0.tar.gz) = 75550
+SHA256 (felixge-httpsnoop-v1.0.3_GH0.tar.gz) = 6c8f1ff85d90b4af6e6158d33e9fb7a2fe86dcb2c61b1082e8d755a868d466dd
+SIZE (felixge-httpsnoop-v1.0.3_GH0.tar.gz) = 11662
+SHA256 (golang-crypto-v0.11.0_GH0.tar.gz) = 6fb82982c2c8217f0018fd10751b2695998321a82e18750d43bbbec69fc99f3b
+SIZE (golang-crypto-v0.11.0_GH0.tar.gz) = 1788988
+SHA256 (golang-protobuf-v1.5.3_GH0.tar.gz) = 48457a6a9e8c78a7556ff5ff4a4c77d7df9bf70e882491ee0f3f1ff06db2bfaa
+SIZE (golang-protobuf-v1.5.3_GH0.tar.gz) = 171822
+SHA256 (golang-sys-v0.10.0_GH0.tar.gz) = d8ab2cec3d87e5a0e9ecaab8a3aff10d58f0048c7308577eeab19f09411a3bf6
+SIZE (golang-sys-v0.10.0_GH0.tar.gz) = 1441416
 SHA256 (gorilla-handlers-v1.5.1_GH0.tar.gz) = be22eafc7020cba749c8638d0051c326f1b31b5a76a98d86beafc595079f6b09
 SIZE (gorilla-handlers-v1.5.1_GH0.tar.gz) = 20963
-SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
-SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
-SHA256 (klauspost-cpuid-v2.0.4_GH0.tar.gz) = 12cc5d89b732bcd884148909a10c506b1b93932ab6fc6f46f4b5de469ecec77b
-SIZE (klauspost-cpuid-v2.0.4_GH0.tar.gz) = 339132
-SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
-SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
-SHA256 (minio-sha256-simd-v1.0.0_GH0.tar.gz) = f992f67a47d16983f9bab99203aaab044618f13ca1de507c33a70a53de8331e0
-SIZE (minio-sha256-simd-v1.0.0_GH0.tar.gz) = 49020
-SHA256 (miolini-datacounter-v1.0.2_GH0.tar.gz) = df6bf8746c8751004b387fb39639fc02681fbab764ad03aa92de14449a3422d8
-SIZE (miolini-datacounter-v1.0.2_GH0.tar.gz) = 2827
-SHA256 (prometheus-client_golang-v1.12.1_GH0.tar.gz) = 3f7929ec4837932e68a0e7da9e0f1ff5aa19bc02de7a67823d0533a0d6852014
-SIZE (prometheus-client_golang-v1.12.1_GH0.tar.gz) = 194206
-SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12
-SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986
-SHA256 (prometheus-common-v0.32.1_GH0.tar.gz) = de06f354e24dec3bfeba9a3bd43bd3170b4231dfff3cd338b688a6e8c8050af6
-SIZE (prometheus-common-v0.32.1_GH0.tar.gz) = 146585
-SHA256 (prometheus-procfs-v0.7.3_GH0.tar.gz) = 5514e8b18c38b6376a84c623d59735d4eefb61fb3a14eb1f45e0a4c848f14a2b
-SIZE (prometheus-procfs-v0.7.3_GH0.tar.gz) = 178957
-SHA256 (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e72f85e0dc0c2c098cc14c3cb1ee8820996c8f46afca2d65609
-SIZE (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521
-SHA256 (spf13-cobra-v1.3.0_GH0.tar.gz) = 5b6a1d841561112a68a46dfa58f8fd86a06abb8838cf86d085738a306fe91357
-SIZE (spf13-cobra-v1.3.0_GH0.tar.gz) = 169515
+SHA256 (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = ab23e7c5cbf42564eb0190ee051b7217c04fd2599d2f26e9ebe205db75963141
+SIZE (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = 5338
+SHA256 (klauspost-cpuid-v2.2.5_GH0.tar.gz) = a5021d85a70184f098ebd7e704f8b2330404f4c760de09af6da61b9ce182a49a
+SIZE (klauspost-cpuid-v2.2.5_GH0.tar.gz) = 455976
+SHA256 (matttproud-golang_protobuf_extensions-v1.0.4_GH0.tar.gz) = b64cab9cb9ae8b9162c7197aeedc6ed617b4c93e4f5674c3ec6cd2e9b0d9d09c
+SIZE (matttproud-golang_protobuf_extensions-v1.0.4_GH0.tar.gz) = 37510
+SHA256 (minio-sha256-simd-v1.0.1_GH0.tar.gz) = 42220290d66f951e5b63745f3a3f3e05e98bc602cd5b0b817fce19f77716a40a
+SIZE (minio-sha256-simd-v1.0.1_GH0.tar.gz) = 53853
+SHA256 (miolini-datacounter-v1.0.3_GH0.tar.gz) = b8a545623db208d3c84557da842772bf8482d85bed37451df6c97ef6c53d6f73
+SIZE (miolini-datacounter-v1.0.3_GH0.tar.gz) = 2831
+SHA256 (prometheus-client_golang-v1.16.0_GH0.tar.gz) = bccccdd5fc17fb5722064d48b3c2e00e405620a5c5322c7d4508af28278b1456
+SIZE (prometheus-client_golang-v1.16.0_GH0.tar.gz) = 1102629
+SHA256 (prometheus-client_model-v0.4.0_GH0.tar.gz) = 82fc41d9481476a778b120d4553e9e4edf06cc4efd52ee09ba000933d3a2a53d
+SIZE (prometheus-client_model-v0.4.0_GH0.tar.gz) = 16638
+SHA256 (prometheus-common-v0.44.0_GH0.tar.gz) = 0cc74ab6d743fe83e28f11e2f9083686e6f57f3e7552611b80b7ca2a1cd1517d
+SIZE (prometheus-common-v0.44.0_GH0.tar.gz) = 133037
+SHA256 (prometheus-procfs-v0.11.0_GH0.tar.gz) = a7dfe3d0771f29a041a7da9dc9a355d8182c6a2ab98ed3a04089b2302722473f
+SIZE (prometheus-procfs-v0.11.0_GH0.tar.gz) = 228853
+SHA256 (protocolbuffers-protobuf-go-v1.31.0_GH0.tar.gz) = 96d670e9bae145ff2dd0f48a3693edb1f45ec3ee56d5f50a5f01cc7e060314bc
+SIZE (protocolbuffers-protobuf-go-v1.31.0_GH0.tar.gz) = 1311732
+SHA256 (spf13-cobra-v1.7.0_GH0.tar.gz) = efce686c813c787d8fc650f5bd1bbe903c168c8400003c3eafb8724a4a2d65c8
+SIZE (spf13-cobra-v1.7.0_GH0.tar.gz) = 187161
 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401041638.404GcPUn034838>