summaryrefslogtreecommitdiff
path: root/fakeroot
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-09-23 12:18:12 +0200
committerJuergen Daubert <jue@jue.li>2020-09-23 12:18:12 +0200
commit4e65862a44f521a8e510f9d2aa712ce525ab1c41 (patch)
tree25a607fc359b16ea323377fa8353c41a5c88de4c /fakeroot
parent86f87964647b2297cf3c40a4ce424555181564e6 (diff)
downloadopt-4e65862a44f521a8e510f9d2aa712ce525ab1c41.tar.gz
opt-4e65862a44f521a8e510f9d2aa712ce525ab1c41.tar.xz
fakeroot: update to 1.25.1
Diffstat (limited to 'fakeroot')
-rw-r--r--fakeroot/.signature6
-rw-r--r--fakeroot/Pkgfile2
-rw-r--r--fakeroot/silence-dlerror.patch17
3 files changed, 4 insertions, 21 deletions
diff --git a/fakeroot/.signature b/fakeroot/.signature
index f8811ffe3..b66f502a2 100644
--- a/fakeroot/.signature
+++ b/fakeroot/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Yxx41Pq7BwZHM1B1zgIJ9LSSdzukmWNDCLc8nfnYd6Ir8KqqpSLn7YCyWlwDz7VWYXHA8bFL5QeNAxC5g4ZVgE=
-SHA256 (Pkgfile) = 184fb94df6c516c269c676b32b91fc7ec61f8408036ced4824f42f90dffbf2d2
+RWSE3ohX2g5d/Rxi8QOK8JajtczOAaleS0QbgO4W5Y6U5P/3MUC4pYUqRfKpV+Vj4l7fOdsyHCz+Iza5MQSQwhIqpG2HXjJ96gI=
+SHA256 (Pkgfile) = 095380885bc6347d5207f4f04cee1cb0c052a72fb74c57b0cd4971f65531d142
SHA256 (.footprint) = b372fbdfe6daf9611f08a5152cfd9b73e68dddf464ddfcd88820ad00fe061043
-SHA256 (fakeroot_1.24.1.orig.tar.gz) = 703164d33c3da92f0551431a933acf47d57c9d80017b62926c48e69bade97189
+SHA256 (fakeroot_1.25.1.orig.tar.gz) = 95cd11cf057c1ae38905c1c6be29a1d1e402f15cde4707b5009cc9cb995256c5
diff --git a/fakeroot/Pkgfile b/fakeroot/Pkgfile
index 6a0794143..5539f27d3 100644
--- a/fakeroot/Pkgfile
+++ b/fakeroot/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=fakeroot
-version=1.24.1
+version=1.25.1
release=1
source=(https://deb.debian.org/debian/pool/main/f/$name/${name}_${version}.orig.tar.gz)
diff --git a/fakeroot/silence-dlerror.patch b/fakeroot/silence-dlerror.patch
deleted file mode 100644
index a4472d8f7..000000000
--- a/fakeroot/silence-dlerror.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/libfakeroot.c b/libfakeroot.c
-index f867758..7ef6e47 100644
---- a/libfakeroot.c
-+++ b/libfakeroot.c
-@@ -256,10 +256,12 @@ void load_library_symbols(void){
- /* clear dlerror() just in case dlsym() legitimately returns NULL */
- msg = dlerror();
- *(next_wrap[i].doit)=dlsym(get_libc(), next_wrap[i].name);
-+#ifdef LIBFAKEROOT_DEBUGGING
- if ( (msg = dlerror()) != NULL){
- fprintf (stderr, "dlsym(%s): %s\n", next_wrap[i].name, msg);
- /* abort ();*/
- }
-+#endif /* LIBFAKEROOT_DEBUGGING */
- }
- }
-

Generated by cgit