Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go: update to v1.21.6 #5981

Merged
merged 8 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cross/jdupes/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jdupes-1.27.3.tar.gz SHA1 5d15790075ab39cf6ab19152de75941dd443ac50
jdupes-1.27.3.tar.gz SHA256 13bbe43d7386d76c2aff4fdff105e7545977789b9eea64e7c2f36b8d426c262e
jdupes-1.27.3.tar.gz MD5 aa5df5d44c838b3d8c66594294647800
jdupes-1.27.3.tar.gz SHA1 65bc047c08b83a8fd650a0a856152449053c0f3e
jdupes-1.27.3.tar.gz SHA256 1c75ed30dc95b3b5024019ab2ba3f78a14835c11d5b71249aa94374fde650c16
jdupes-1.27.3.tar.gz MD5 b6eff10eb70604f77e8de98c59d2e8bb
3 changes: 1 addition & 2 deletions cross/libewf/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = libewf
PKG_VERS = 20201230
PKG_VERS = 20231119
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-experimental-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/libyal/libewf/releases/download/$(PKG_VERS)
Expand All @@ -13,5 +13,4 @@ LICENSE = LGPLv3

GNU_CONFIGURE = 1


include ../../mk/spksrc.cross-cc.mk
6 changes: 3 additions & 3 deletions cross/libewf/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libewf-experimental-20201230.tar.gz SHA1 b97acf4abdd470178027807d7b97b8d0e71b5b98
libewf-experimental-20201230.tar.gz SHA256 d74af88cfcec037d271d0ce3760fd59304c6d4fc0eb24c2ff01adadf864f3207
libewf-experimental-20201230.tar.gz MD5 5a170c2aae3a060233a2b25bfcb5b231
libewf-experimental-20231119.tar.gz SHA1 ffbd86f0792d3e72eb773590db8b8448ee06592c
libewf-experimental-20231119.tar.gz SHA256 ec08d411a5dab0ecc957d12b64ad9ae073136aa85c05b2ca77c33e03949b2ab7
libewf-experimental-20231119.tar.gz MD5 9a8a2dc9fa7023e3c7144dcf3cdb256f
10 changes: 10 additions & 0 deletions cross/ripgrep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@ LICENSE = public domain/Unlicense
ENV += PCRE2_SYS_STATIC=1
CARGO_BUILD_ARGS += --features 'pcre2'

include ../../mk/spksrc.common.mk
ifeq ($(call version_le, $(TC_GCC), 5.0),1)
# upstream/src/pcre2_script_run.c - error: .... only allowed in C99 or C11 mode
ifeq ($(findstring $(ARCH),$(ARMv5_ARCHS)),$(ARCH))
ADDITIONAL_CFLAGS = -std=c99
else
ADDITIONAL_CFLAGS = -std=c11
endif
endif

include ../../mk/spksrc.cross-rust.mk
2 changes: 1 addition & 1 deletion cross/syncthing/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = syncthing
PKG_VERS = 1.23.4
PKG_VERS = 1.27.2
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-source-v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/syncthing/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
syncthing-source-v1.23.4.tar.gz SHA1 e4aead28fa927acc618d69d702a75703faa37bc0
syncthing-source-v1.23.4.tar.gz SHA256 06a2882f8ac49e15faf96025b01d0edcd4cc190a419d5de98fbe8271695329fa
syncthing-source-v1.23.4.tar.gz MD5 59280b2e551a8001ce84867c27398aa3
syncthing-source-v1.27.2.tar.gz SHA1 2c7f46b51657e21b6d6d962bb7c125914699afc5
syncthing-source-v1.27.2.tar.gz SHA256 2a621655e09fdce8a5784ea0f65c5e9773b844ad966686916e68468cbd44813c
syncthing-source-v1.27.2.tar.gz MD5 e0fc0ad6ecf51da56b48f19a7afa23f0
2 changes: 1 addition & 1 deletion cross/tree/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = tree
PKG_VERS = 2.1.1
PKG_EXT = tgz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://mama.indstate.edu/users/ice/tree/src
PKG_DIST_SITE = https://fossies.org/linux/misc
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =
Expand Down
2 changes: 1 addition & 1 deletion native/go/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = go
PKG_VERS = 1.20.7
PKG_VERS = 1.21.6
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)$(PKG_VERS).linux-amd64.$(PKG_EXT)
PKG_DIST_SITE = https://go.dev/dl
Expand Down
6 changes: 3 additions & 3 deletions native/go/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go1.20.7.linux-amd64.tar.gz SHA1 3abc6accf764ae9f31376ee5c9f39e124b546b90
go1.20.7.linux-amd64.tar.gz SHA256 f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44
go1.20.7.linux-amd64.tar.gz MD5 d31ba705aeeb9248d675fe4e21ea6bf9
go1.21.6.linux-amd64.tar.gz SHA1 86b00641d1b4431bce79236db0160065179c4fc4
go1.21.6.linux-amd64.tar.gz SHA256 3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
go1.21.6.linux-amd64.tar.gz MD5 21bbd4a2700e58f04f080d8858191b7c
6 changes: 3 additions & 3 deletions spk/syncthing/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = syncthing
SPK_VERS = 1.23.4
SPK_REV = 29
SPK_VERS = 1.27.2
SPK_REV = 30
SPK_ICON = src/syncthing.png
DSM_UI_DIR = app

Expand All @@ -14,7 +14,7 @@ MAINTAINER = acolomb
DESCRIPTION = Automatically sync files via secure, distributed technology.
DESCRIPTION_FRE = Synchronisation automatique de fichiers via une technologie sécurisée et distribuée.
DISPLAY_NAME = Syncthing
CHANGELOG = "1. Update syncthing to v1.23.4.<br/>2. Include next gen gui (path: /tech-ui)."
CHANGELOG = "Update syncthing to v1.27.2."
HOMEPAGE = https://www.syncthing.net
LICENSE = MPLv2.0
STARTABLE = yes
Expand Down
Loading