summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
committerB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
commit831ddd811e131d937fe43aac7bd2e2e639fd04c8 (patch)
tree9eab6f7bc29acb210cbf1eb4c9ea261e496f8ed3 /librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentfix dsc to use libpulse-dev (diff)
downloadstackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.gz
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.bz2
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.zip
Merge branch 'librewolf-bump' into 'master'
Librewolf bump See merge request bgstack15/stackrpms!297
Diffstat (limited to 'librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch')
-rw-r--r--librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch b/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
index a543693..cb04ca2 100644
--- a/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
+++ b/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
@@ -47,7 +47,7 @@ index ad8f3b8..c33f2c9 100644
link_buf[ret] = 0;
link_file = mkoutput(input_file);
diff --git a/security/nss/lib/freebl/unix_rand.c b/security/nss/lib/freebl/unix_rand.c
-index 24381cb..f5520f0 100644
+index 24381cb2..f5520f0 100644
--- a/security/nss/lib/freebl/unix_rand.c
+++ b/security/nss/lib/freebl/unix_rand.c
@@ -843,6 +843,10 @@ RNG_FileForRNG(const char *fileName)
bgstack15