Skip to content

Commit

Permalink
bump libcap
Browse files Browse the repository at this point in the history
  • Loading branch information
harryboo committed Nov 27, 2024
1 parent 3b02977 commit dc7fdc0
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 @@ -121,7 +121,7 @@ Latest changes
* FreeType 2.13.3
* glib2 2.32.4/2.81.2
* harfbuzz 10.1.0
* libcap 2.49/2.70
* libcap 2.49/2.72
* libcap-ng 0.8.5
* libdeflate 1.22
* libmaxminddb 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion make/libs/libcap/external.files
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[ "FREETZ_TARGET_GCC_4_MAX" == "y" ] && ELIBVER="2.49" || ELIBVER="2.70"
[ "FREETZ_TARGET_GCC_4_MAX" == "y" ] && ELIBVER="2.49" || ELIBVER="2.72"

[ "$EXTERNAL_FREETZ_LIB_libcap" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libcap.so.$ELIBVER"
6 changes: 3 additions & 3 deletions make/libs/libcap/libcap.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$(call PKG_INIT_LIB, $(if $(FREETZ_TARGET_GCC_4_MAX),2.49,2.70))
$(call PKG_INIT_LIB, $(if $(FREETZ_TARGET_GCC_4_MAX),2.49,2.72))
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH_ABANDON:=e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181
$(PKG)_HASH_CURRENT:=23a6ef8aadaf1e3e875f633bb2d116cfef8952dba7bc7c569b13458e1952b30f
$(PKG)_HASH_CURRENT:=0274f5a15a5205f656d8f0169eef711dd29158ba8ad3b240618b342b2460175b
$(PKG)_HASH:=$($(PKG)_HASH_$(if $(FREETZ_TARGET_GCC_4_MAX),ABANDON,CURRENT))
$(PKG)_SITE:=@KERNEL/linux/libs/security/linux-privs/libcap2
### VERSION:=2.49/2.70
### VERSION:=2.49/2.72
### WEBSITE:=https://sites.google.com/site/fullycapable/
### MANPAGE:=https://pkg.go.dev/kernel.org/pub/linux/libs/security/libcap/cap
### CHANGES:=https://sites.google.com/site/fullycapable/release-notes-for-libcap
Expand Down

1 comment on commit dc7fdc0

@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 libcap and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/libs/libcap

Please sign in to comment.