mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
security/fakeroot: Update to 1.37.1.1
Changelog: https://salsa.debian.org/clint/fakeroot/-/blob/upstream/1.37.1.1/debian/changelog?ref_type=tags While here, update WWW [1] PR: 285979 [1] Reported by: Graham Perrin <grahamperrin@gmail.com> [1]
This commit is contained in:
parent
057ed4adb0
commit
e5c8aabb29
6 changed files with 131 additions and 81 deletions
|
@ -1,17 +1,16 @@
|
||||||
PORTNAME= fakeroot
|
PORTNAME= fakeroot
|
||||||
PORTVERSION= 1.23
|
PORTVERSION= 1.37.1.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= DEBIAN
|
MASTER_SITES= DEBIAN
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||||
|
|
||||||
MAINTAINER= martymac@FreeBSD.org
|
MAINTAINER= martymac@FreeBSD.org
|
||||||
COMMENT= Simulate the root user behaviour
|
COMMENT= Simulate the root user behaviour
|
||||||
WWW= http://freshmeat.net/projects/fakeroot
|
WWW= https://tracker.debian.org/pkg/fakeroot
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USES= tar:xz libtool
|
USES= libtool
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1538247316
|
TIMESTAMP = 1744921082
|
||||||
SHA256 (fakeroot_1.23.orig.tar.xz) = 009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6
|
SHA256 (fakeroot_1.37.1.1.orig.tar.gz) = 86b0b75bf319ca42e525c098675b6ed10a06b76e69ec9ccf20ef5e03883b3a14
|
||||||
SIZE (fakeroot_1.23.orig.tar.xz) = 298080
|
SIZE (fakeroot_1.37.1.1.orig.tar.gz) = 595265
|
||||||
|
|
11
security/fakeroot/files/patch-communicate.c
Normal file
11
security/fakeroot/files/patch-communicate.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- communicate.c.orig 2024-12-20 14:24:24 UTC
|
||||||
|
+++ communicate.c
|
||||||
|
@@ -482,7 +482,7 @@ static void open_comm_sd(void)
|
||||||
|
fail("fcntl(F_SETFD, FD_CLOEXEC)");
|
||||||
|
|
||||||
|
int val = 1;
|
||||||
|
- if (setsockopt(comm_sd, SOL_TCP, TCP_NODELAY, &val, sizeof (val)) < 0)
|
||||||
|
+ if (setsockopt(comm_sd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof (val)) < 0)
|
||||||
|
fail("setsockopt(TCP_NODELAY)");
|
||||||
|
|
||||||
|
while (1) {
|
|
@ -1,116 +1,154 @@
|
||||||
--- doc/de/faked.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/de/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/de/faked.1
|
+++ doc/de/faked.1
|
||||||
@@ -89,5 +89,4 @@ Timo Savola
|
@@ -90,5 +90,4 @@ und Ergänzungen von Joost und Clint.
|
||||||
größtenteils von J.H.M. Dassen <jdassen@debian.org>. Mods/Zusätze
|
größtenteils von J.H.M. Dassen <jdassen@debian.org> mit Anpassungen
|
||||||
von Joost und Clint.
|
und Ergänzungen von Joost und Clint.
|
||||||
.SH "SIEHE AUCH"
|
.SH "SIEHE AUCH"
|
||||||
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfakeroot\fP(1),
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfakeroot\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
+\fBfakeroot\fP(1)
|
+\fBfakeroot\fP(1)
|
||||||
--- doc/de/fakeroot.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/de/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/de/fakeroot.1
|
+++ doc/de/fakeroot.1
|
||||||
@@ -242,6 +242,4 @@ Timo Savola
|
@@ -241,5 +241,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
größtenteils von J.H.M. Dassen <jdassen@debian.org>. Ziemlich viele
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
Mods/Zusätze von Joost und Clint.
|
lot of modsifications and additions by joost and Clint.
|
||||||
.SH "SIEHE AUCH"
|
.SH "SIEHE AUCH"
|
||||||
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
-
|
|
||||||
+\fBfaked\fP(1)
|
+\fBfaked\fP(1)
|
||||||
--- doc/es/faked.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/es/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/es/faked.1
|
+++ doc/es/faked.1
|
||||||
@@ -86,5 +86,4 @@ Traducción de Rubén Porras Campo <debian
|
@@ -86,5 +86,4 @@ joost and Clint.
|
||||||
la mayor parte de J.H.M. Dassen <jdassen@debian.org> con muchas
|
mostly by J.H.M.\& Dassen <\fIjdassen@debian.org\fP> mods/additions by
|
||||||
modificaciones y añadiduras de joost y Clint.
|
joost and Clint.
|
||||||
.SH "VÉASE ADEMÁS"
|
.SH "VÉASE ADEMÁS"
|
||||||
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
+\fBfakeroot\fP(1)
|
+\fBfakeroot\fP(1)
|
||||||
--- doc/es/fakeroot.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/es/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/es/fakeroot.1
|
+++ doc/es/fakeroot.1
|
||||||
@@ -236,6 +236,4 @@ Traducción de Rubén Porras Campo <debian
|
@@ -233,5 +233,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
la mayor parte de J.H.M. Dassen <jdassen@debian.org> con muchas
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
modificaciones y añadiduras de joost y Clint.
|
lot of modsifications and additions by joost and Clint.
|
||||||
.SH "VÉASE ADEMÁS"
|
.SH "VÉASE ADEMÁS"
|
||||||
-\fBfaked\fP(1) \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
-
|
|
||||||
+\fBfaked\fP(1)
|
+\fBfaked\fP(1)
|
||||||
--- doc/faked.1.orig 2018-07-01 19:01:34 UTC
|
--- doc/faked.1.orig 2024-12-20 14:24:24 UTC
|
||||||
+++ doc/faked.1
|
+++ doc/faked.1
|
||||||
@@ -91,7 +91,4 @@ mostly by J.H.M. Dassen
|
@@ -97,7 +97,4 @@ mods/additions by joost and Clint.
|
||||||
.RI <jdassen@debian.org>
|
.RI < jdassen@debian.org >
|
||||||
mods/additions by joost and Clint.
|
mods/additions by joost and Clint.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
-.BR fakeroot (1),
|
-.BR fakeroot (1),
|
||||||
-.BR dpkg-buildpackage (1),
|
-.BR dpkg-buildpackage (1),
|
||||||
-.BR debuild (1)
|
-.BR debuild (1),
|
||||||
-.BR /usr/share/doc/fakeroot/DEBUG
|
-.B /usr/share/doc/fakeroot/DEBUG
|
||||||
+.BR fakeroot (1)
|
+.BR fakeroot (1)
|
||||||
--- doc/fakeroot.1.orig 2018-07-01 19:01:34 UTC
|
--- doc/fakeroot.1.orig 2025-01-23 19:18:54 UTC
|
||||||
+++ doc/fakeroot.1
|
+++ doc/fakeroot.1
|
||||||
@@ -298,7 +298,3 @@ mostly by J.H.M. Dassen
|
@@ -297,7 +297,4 @@ with rather a lot of modsifications and additions by j
|
||||||
Rather a lot mods/additions by joost and Clint.
|
.BI < jdassen@debian.org >
|
||||||
|
with rather a lot of modsifications and additions by joost and Clint.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR faked (1)
|
-.BR debuild (1),
|
||||||
-.BR dpkg\-buildpackage (1),
|
-.BR dpkg\-buildpackage (1),
|
||||||
-.BR debuild (1)
|
-.BR faked (1),
|
||||||
-.BR /usr/share/doc/fakeroot/DEBUG
|
-.BR /usr/share/doc/fakeroot/DEBUG
|
||||||
-
|
+.BR faked (1)
|
||||||
--- doc/fr/faked.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/fr/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/fr/faked.1
|
+++ doc/fr/faked.1
|
||||||
@@ -90,5 +90,4 @@ Sylvain Cherrier <sylvain.cherrier@free.
|
@@ -88,5 +88,4 @@ joost and Clint.
|
||||||
En majeure partie écrite par J.H.M. Dassen <jdassen@debian.org>. La
|
mostly by J.H.M.\& Dassen <\fIjdassen@debian.org\fP> mods/additions by
|
||||||
plupart des ajouts et des modifications par Joost et Clint.
|
joost and Clint.
|
||||||
.SH "VOIR AUSSI"
|
.SH "VOIR AUSSI"
|
||||||
-\fBfakeroot\fP(1) \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
+\fBfakeroot\fP(1)
|
+\fBfakeroot\fP(1)
|
||||||
--- doc/fr/fakeroot.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/fr/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/fr/fakeroot.1
|
+++ doc/fr/fakeroot.1
|
||||||
@@ -242,6 +242,4 @@ Sylvain Cherrier <sylvain.cherrier@free.
|
@@ -237,5 +237,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
En majeure partie écrite par J.H.M. Dassen <jdassen@debian.org>: La
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
plupart des ajouts et des modifications par Joost et Clint.
|
lot of modsifications and additions by joost and Clint.
|
||||||
.SH "VOIR AUSSI"
|
.SH "VOIR AUSSI"
|
||||||
-\fBfaked\fP(1) \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
-
|
|
||||||
+\fBfaked\fP(1)
|
+\fBfaked\fP(1)
|
||||||
--- doc/nl/faked.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/nl/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/nl/faked.1
|
+++ doc/nl/faked.1
|
||||||
@@ -90,5 +90,4 @@ Martijn Dekker
|
@@ -89,5 +89,4 @@ joost and Clint.
|
||||||
Vooral door J.H.M. Dassen <\fIjdassen@debian.org\fP>. Wijzigingen en
|
mostly by J.H.M.\& Dassen <\fIjdassen@debian.org\fP> mods/additions by
|
||||||
aanvullingen door joost en Clint.
|
joost and Clint.
|
||||||
.SH "ZIE OOK"
|
.SH "ZIE OOK"
|
||||||
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
+\fBfakeroot\fP(1)
|
+\fBfakeroot\fP(1)
|
||||||
--- doc/nl/fakeroot.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/nl/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/nl/fakeroot.1
|
+++ doc/nl/fakeroot.1
|
||||||
@@ -249,6 +249,4 @@ Martijn Dekker
|
@@ -240,5 +240,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
Vooral door J.H.M. Dassen <\fIjdassen@debian.org\fP>. Nogal wat
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
wijzigingen en aanvullingen door joost en Clint.
|
lot of modsifications and additions by joost and Clint.
|
||||||
.SH "ZIE OOK"
|
.SH "ZIE OOK"
|
||||||
-\fBfaked\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
-
|
|
||||||
+\fBfaked\fP(1)
|
+\fBfaked\fP(1)
|
||||||
--- doc/sv/faked.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/pt/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/sv/faked.1
|
+++ doc/pt/faked.1
|
||||||
@@ -88,5 +88,4 @@ David Weinehall
|
@@ -87,5 +87,4 @@ modificações/adições por joost e Clint.
|
||||||
till större delen skriven av J.H.M. Dassen
|
a maioria por J.H.M.\& Dassen <\fIjdassen@debian.org\fP>
|
||||||
<\fIjdassen@wi.LeidenUniv.nl\fP> ändringar/tillägg av joost och Clint.
|
modificações/adições por joost e Clint.
|
||||||
.SH "SE ÄVEN"
|
.SH "VEJA TAMBÉM"
|
||||||
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
+\fBfakeroot\fP(1)
|
+\fBfakeroot\fP(1)
|
||||||
--- doc/sv/fakeroot.1.orig 2018-07-01 19:03:32 UTC
|
--- doc/pt/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
+++ doc/sv/fakeroot.1
|
+++ doc/pt/fakeroot.1
|
||||||
@@ -230,6 +230,4 @@ till större delen skriven av J.H.M. Das
|
@@ -235,5 +235,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
<jdassen@wi.LeidenUniv.nl> med ett flertal ändringar/tillägg av
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
joost och Clint.
|
lot of modsifications and additions by joost and Clint.
|
||||||
.SH "SE ÄVEN"
|
.SH "VEJA TAMBÉM"
|
||||||
-\fBfaked\fP(1) \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1)
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
|
+\fBfaked\fP(1)
|
||||||
|
--- doc/ro/faked.1.orig 2025-03-25 18:27:56 UTC
|
||||||
|
+++ doc/ro/faked.1
|
||||||
|
@@ -86,8 +86,7 @@ modificări/adăugiri făcute de joost și Clint.
|
||||||
|
în mare parte scrisă de J.H.M. Dassen <\fIjdassen@debian.org\fP> cu
|
||||||
|
modificări/adăugiri făcute de joost și Clint.
|
||||||
|
.SH "CONSULTAȚI ȘI"
|
||||||
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
|
+\fBfakeroot\fP(1)
|
||||||
|
.SH TRADUCERE
|
||||||
|
Această traducere a fost creată în 2023 de Remus-Gabriel Chelu. Ea este supusă
|
||||||
|
licenței GNU GPL versiunea 2 (sau ulterioară).
|
||||||
|
--- doc/ro/fakeroot.1.orig 2025-03-25 18:27:56 UTC
|
||||||
|
+++ doc/ro/fakeroot.1
|
||||||
|
@@ -241,8 +241,7 @@ lot of modsifications and additions by joost and Clint
|
||||||
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
|
lot of modsifications and additions by joost and Clint.
|
||||||
|
.SH "CONSULTAȚI ȘI"
|
||||||
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
|
+\fBfaked\fP(1)
|
||||||
|
.SH TRADUCERE
|
||||||
|
Această traducere a fost creată în 2023 de Remus-Gabriel Chelu. Ea este supusă
|
||||||
|
licenței GNU GPL versiunea 2 (sau ulterioară).
|
||||||
|
--- doc/sv/faked.1.orig 2025-03-25 18:27:57 UTC
|
||||||
|
+++ doc/sv/faked.1
|
||||||
|
@@ -88,5 +88,4 @@ joost and Clint.
|
||||||
|
mostly by J.H.M.\& Dassen <\fIjdassen@debian.org\fP> mods/additions by
|
||||||
|
joost and Clint.
|
||||||
|
.SH "SE ÄVEN"
|
||||||
|
-\fBfakeroot\fP(1), \fBdpkg\-buildpackage\fP(1), \fBdebuild\fP(1),
|
||||||
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
|
+\fBfakeroot\fP(1)
|
||||||
|
--- doc/sv/fakeroot.1.orig 2025-03-25 18:27:57 UTC
|
||||||
|
+++ doc/sv/fakeroot.1
|
||||||
|
@@ -233,5 +233,4 @@ lot of modsifications and additions by joost and Clint
|
||||||
|
mostly by J.H.M. Dassen \fB<\fP\fIjdassen@debian.org\fP\fB>\fP with rather a
|
||||||
|
lot of modsifications and additions by joost and Clint.
|
||||||
|
.SH "SE ÄVEN"
|
||||||
|
-\fBdebuild\fP(1), \fBdpkg\-buildpackage\fP(1), \fBfaked\fP(1),
|
||||||
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
-\fB/usr/share/doc/fakeroot/DEBUG\fP
|
||||||
-
|
|
||||||
+\fBfaked\fP(1)
|
+\fBfaked\fP(1)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
--- scripts/Makefile.in.orig 2011-08-31 18:39:27.694276219 +0200
|
--- scripts/Makefile.in.orig 2025-04-18 13:18:48 UTC
|
||||||
+++ scripts/Makefile.in 2011-08-31 18:41:18.339392009 +0200
|
+++ scripts/Makefile.in
|
||||||
@@ -443,12 +443,8 @@
|
@@ -542,12 +542,8 @@ uninstall-am: uninstall-binSCRIPTS
|
||||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
||||||
uninstall uninstall-am uninstall-binSCRIPTS
|
.PRECIOUS: Makefile
|
||||||
|
|
||||||
-@MACOSX_TRUE@define macosx_false
|
-@MACOSX_TRUE@define macosx_false
|
||||||
-#
|
-#
|
||||||
|
|
|
@ -16,5 +16,7 @@ share/man/nl/man1/faked.1.gz
|
||||||
share/man/nl/man1/fakeroot.1.gz
|
share/man/nl/man1/fakeroot.1.gz
|
||||||
share/man/pt/man1/faked.1.gz
|
share/man/pt/man1/faked.1.gz
|
||||||
share/man/pt/man1/fakeroot.1.gz
|
share/man/pt/man1/fakeroot.1.gz
|
||||||
|
share/man/ro/man1/faked.1.gz
|
||||||
|
share/man/ro/man1/fakeroot.1.gz
|
||||||
share/man/sv/man1/faked.1.gz
|
share/man/sv/man1/faked.1.gz
|
||||||
share/man/sv/man1/fakeroot.1.gz
|
share/man/sv/man1/fakeroot.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue