Skip to content

Commit

Permalink
bump subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Dec 17, 2024
1 parent ba8b273 commit c836c61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Latest changes
* SQLite 3.40.1/3.47.1
* strace 4.9/5.0/6.12
* Stunnel 5.74
* Subversion 1.9.12/1.14.3
* Subversion 1.9.12/1.14.5
* tmux 3.5a
* Tor 0.4.8.13
* Unbound 1.22.0
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/subversion/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ config FREETZ_PACKAGE_SUBVERSION_LIBRARIES
bool

config FREETZ_PACKAGE_SUBVERSION
bool "Subversion 1.9.12/1.14.4"
bool "Subversion 1.9.12/1.14.5"
select FREETZ_PACKAGE_SUBVERSION_REMOVE_WEBIF if !FREETZ_PACKAGE_SUBVERSION_SVNSERVE
select FREETZ_PACKAGE_SUBVERSION_LIBRARIES if !FREETZ_PACKAGE_SUBVERSION_STATIC
select FREETZ_BUSYBOX_START_STOP_DAEMON
Expand Down Expand Up @@ -37,7 +37,7 @@ if FREETZ_PACKAGE_SUBVERSION
bool "1.9.12"

config FREETZ_PACKAGE_SUBVERSION_VERSION_CURRENT
bool "1.14.4"
bool "1.14.5"
endchoice

config FREETZ_PACKAGE_SUBVERSION_WITH_LIBDB
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/subversion/subversion.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$(call PKG_INIT_BIN,$(if $(FREETZ_PACKAGE_SUBVERSION_VERSION_ABANDON),1.9.12,1.14.4))
$(call PKG_INIT_BIN,$(if $(FREETZ_PACKAGE_SUBVERSION_VERSION_ABANDON),1.9.12,1.14.5))
$(PKG)_MAJOR_VERSION:=1
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.bz2
$(PKG)_HASH_ABANDON:=3c3a15fd73a21ab55556d7c291cf40e25ade1c070294504aa50b4767db1be397
$(PKG)_HASH_CURRENT:=44ead116e72e480f10f123c914bb6f9f8c041711c041ed7abff1b8634a199e3c
$(PKG)_HASH_CURRENT:=e78a29e7766b8b7b354497d08f71a55641abc53675ce1875584781aae35644a1
$(PKG)_HASH:=$($(PKG)_HASH_$(if $(FREETZ_PACKAGE_SUBVERSION_VERSION_ABANDON),ABANDON,CURRENT))
$(PKG)_SITE:=@APACHE/subversion
### WEBSITE:=https://subversion.apache.org/
Expand Down

1 comment on commit c836c61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about subversion and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/subversion

Please sign in to comment.