summaryrefslogtreecommitdiff
path: root/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-05 19:03:01 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-05 19:03:01 -0500
commit8ee3b7b24e34c76ae5c360413fb0477f25ff27d3 (patch)
treea45e2cd29701a806df0b20242680c91a0fcebc2c /libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
parentb610ca858b5bcc7b8ca5cf48bbcbaf8745b77e48 (diff)
downloadabslibre-8ee3b7b24e34c76ae5c360413fb0477f25ff27d3.tar.gz
abslibre-8ee3b7b24e34c76ae5c360413fb0477f25ff27d3.tar.bz2
abslibre-8ee3b7b24e34c76ae5c360413fb0477f25ff27d3.zip
pacman-5.0.2-2.parabola1: enable full RELRO and BIND_NOW
Diffstat (limited to 'libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch')
-rw-r--r--libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch b/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
index 7a926dc16..2e8a8f310 100644
--- a/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
+++ b/libre/pacman/0002-Revert-close-stdin-before-running-install-scripts.patch
@@ -1,7 +1,7 @@
-From 4a773b741fd6aca6e6f7183e40d40a06e9c65ee3 Mon Sep 17 00:00:00 2001
-From: Kevin Mihelich <kevin@archlinuxarm.org>
+From 60baf4136355d00ce141b8dc4a90637eb0245245 Mon Sep 17 00:00:00 2001
+From: Kevin Mihelich
Date: Sat, 30 Jan 2016 17:19:03 -0700
-Subject: [PATCH 2/2] Revert "close stdin before running install scripts"
+Subject: [PATCH 2/3] Revert "close stdin before running install scripts"
This reverts commit e374e6829cea3512f0b4a4069c5a6168f0f8d8a0.
@@ -10,16 +10,16 @@ prompting the user to flash a new kernel to a bare partition. Removing
this feature will undoubtedly cause more problems than it intends to
solve.
-Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
+Signed-off-by: Kevin Mihelich
---
lib/libalpm/util.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c
-index 001c042..f2d43ee 100644
+index 1e554632..41cca4a7 100644
--- a/lib/libalpm/util.c
+++ b/lib/libalpm/util.c
-@@ -602,7 +602,6 @@ int _alpm_run_chroot(alpm_handle_t *handle, const char *cmd, char *const argv[],
+@@ -612,7 +612,6 @@ int _alpm_run_chroot(alpm_handle_t *handle, const char *cmd, char *const argv[],
if(pid == 0) {
/* this code runs for the child only (the actual chroot/exec) */
@@ -28,5 +28,4 @@ index 001c042..f2d43ee 100644
close(2);
while(dup2(child2parent_pipefd[1], 1) == -1 && errno == EINTR);
--
-2.7.0
-
+2.13.1