Skip to content

Commit

Permalink
bump fakeroot-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 26, 2025
1 parent 4f4282b commit f8d0e4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Latest changes
* ca-bundle 2024-12-31
* Ccache 4.10.2
* cmake 3.31.5
* fakeroot 1.36.2
* fakeroot 1.37
* kconfig 6.12
* lzma2 5.6.4
* meson 1.6.1
Expand Down
4 changes: 2 additions & 2 deletions make/host-tools/fakeroot-host/fakeroot-host.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call TOOLS_INIT, 1.36.2)
$(call TOOLS_INIT, 1.37)
$(PKG)_SOURCE:=fakeroot_$($(PKG)_VERSION).orig.tar.gz
$(PKG)_HASH:=92ee28cd75ef17a178bb06d9b9f57fb54b068b6a72d4710cccfe8453701c734f
$(PKG)_HASH:=9831cc912bc1da6dadac15699c5a07a82c00d6f0dd5c15ec02e20908dd527d3a
$(PKG)_SITE:=https://ftp.debian.org/debian/pool/main/f/fakeroot
### WEBSITE:=https://wiki.debian.org/FakeRoot
### MANPAGE:=https://man.archlinux.org/man/fakeroot.1.en
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Author: Adam Conrad <[email protected]>

--- libfakeroot.c
+++ libfakeroot.c
@@ -1730,7 +1730,7 @@
@@ -1732,7 +1732,7 @@
#endif /* HAVE_CAPSET */

#if defined(HAVE_SETXATTR) || defined(HAVE_LSETXATTR) || defined(HAVE_FSETXATTR)
Expand All @@ -12,7 +12,7 @@ Author: Adam Conrad <[email protected]>
{
xattr_args xattr;
xattr.name = name;
@@ -1785,7 +1785,7 @@
@@ -1787,7 +1787,7 @@
#endif /* defined(HAVE_LISTXATTR) || defined(HAVE_LLISTXATTR) || defined(HAVE_FLISTXATTR) */

#if defined(HAVE_REMOVEXATTR) || defined(HAVE_LREMOVEXATTR) || defined(HAVE_FREMOVEXATTR)
Expand All @@ -21,7 +21,7 @@ Author: Adam Conrad <[email protected]>
{
xattr_args xattr;
xattr.name = name;
@@ -1803,7 +1803,7 @@
@@ -1805,7 +1805,7 @@
#endif /* defined(HAVE_REMOVEXATTR) || defined(HAVE_LREMOVEXATTR) || defined(HAVE_FREMOVEXATTR) */

#ifdef HAVE_SETXATTR
Expand All @@ -30,7 +30,7 @@ Author: Adam Conrad <[email protected]>
{
INT_STRUCT_STAT st;
int r;
@@ -1824,7 +1824,7 @@
@@ -1826,7 +1826,7 @@
#endif /* HAVE_SETXATTR */

#ifdef HAVE_LSETXATTR
Expand All @@ -39,7 +39,7 @@ Author: Adam Conrad <[email protected]>
{
INT_STRUCT_STAT st;
int r;
@@ -1845,7 +1845,7 @@
@@ -1847,7 +1847,7 @@
#endif /* HAVE_LSETXATTR */

#ifdef HAVE_FSETXATTR
Expand All @@ -48,7 +48,7 @@ Author: Adam Conrad <[email protected]>
{
INT_STRUCT_STAT st;
int r;
@@ -1992,7 +1992,7 @@
@@ -1994,7 +1994,7 @@
#endif /* HAVE_FLISTXATTR */

#ifdef HAVE_REMOVEXATTR
Expand All @@ -57,7 +57,7 @@ Author: Adam Conrad <[email protected]>
{
INT_STRUCT_STAT st;
int r;
@@ -2013,7 +2013,7 @@
@@ -2015,7 +2015,7 @@
#endif /* HAVE_REMOVEXATTR */

#ifdef HAVE_LREMOVEXATTR
Expand All @@ -66,7 +66,7 @@ Author: Adam Conrad <[email protected]>
{
INT_STRUCT_STAT st;
int r;
@@ -2034,7 +2034,7 @@
@@ -2036,7 +2036,7 @@
#endif /* HAVE_LREMOVEXATTR */

#ifdef HAVE_FREMOVEXATTR
Expand Down

1 comment on commit f8d0e4a

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

Please sign in to comment.