From f565c2d8eeed8199c1d48dd1d945c2989eef6204 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 13 Feb 2011 12:27:57 +0100 Subject: [PATCH] fakechroot: update to 2.14. --- .../patches/scandir_glibc_2.10.diff | 20 ------------------- srcpkgs/fakechroot/template | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/fakechroot/patches/scandir_glibc_2.10.diff diff --git a/srcpkgs/fakechroot/patches/scandir_glibc_2.10.diff b/srcpkgs/fakechroot/patches/scandir_glibc_2.10.diff deleted file mode 100644 index 3f54f4960c..0000000000 --- a/srcpkgs/fakechroot/patches/scandir_glibc_2.10.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/libfakechroot.c -+++ src/libfakechroot.c -@@ -2619,7 +2619,7 @@ - - #ifdef HAVE_SCANDIR - /* #include */ --int scandir (const char *dir, struct dirent ***namelist, SCANDIR_TYPE_ARG3, int(*compar)(const void *, const void *)) -+int scandir (const char *dir, struct dirent ***namelist, SCANDIR_TYPE_ARG3, int(*compar)(const struct dirent **, const struct dirent **)) - { - char *fakechroot_path, *fakechroot_ptr, fakechroot_buf[FAKECHROOT_MAXPATH]; - expand_chroot_path(dir, fakechroot_path, fakechroot_ptr, fakechroot_buf); -@@ -2631,7 +2631,7 @@ - - #ifdef HAVE_SCANDIR64 - /* #include */ --int scandir64 (const char *dir, struct dirent64 ***namelist, int(*filter)(const struct dirent64 *), int(*compar)(const void *, const void *)) -+int scandir64 (const char *dir, struct dirent64 ***namelist, int(*filter)(const struct dirent64 *), int(*compar)(const struct dirent64 **, const struct dirent64 **)) - { - char *fakechroot_path, *fakechroot_ptr, fakechroot_buf[FAKECHROOT_MAXPATH]; - expand_chroot_path(dir, fakechroot_path, fakechroot_ptr, fakechroot_buf); diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template index be200abeed..0af5f7d984 100644 --- a/srcpkgs/fakechroot/template +++ b/srcpkgs/fakechroot/template @@ -1,11 +1,11 @@ # Template file for 'fakechroot' pkgname=fakechroot -version=2.9 +version=2.14 distfiles="${DEBIAN_SITE}/main/f/$pkgname/${pkgname}_${version}.orig.tar.gz" build_style=gnu_configure short_desc="Gives a fake chroot environment" maintainer="Juan RP " -checksum=bfccb079d2d247b05d5f82473beca0043ddfc51a6ed595541575893fa3ab6c3e +checksum=da5d61f1c752e2e43400fc6c70cb8ad2f7177a3295534f8e0c6e3c208432d9f5 long_desc=" This package provides a library which overrides libc functions, so it is possible to use root-specific tools without root privileges."