From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be03f1035337e6a43c6fa8527ed342f7f614174c
Date: Wed, 22 Jul 2020 18:47:30 +0000 [thread overview]
Message-ID: <4BBkwf71Nrz2xrM@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4024 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via be03f1035337e6a43c6fa8527ed342f7f614174c (commit)
from d9c1908f64e6d3e1adcd2c400f7c2b939f1393aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit be03f1035337e6a43c6fa8527ed342f7f614174c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Jul 22 20:46:13 2020 +0200
libloc: use regular stack-protector on i586
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/libloc | 7 ++++---
...ector.patch => libloc-0.9.3-perl-regular-stack-protector.patch} | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
rename src/patches/{libloc-0.9.3-perl-no-stack-protector.patch => libloc-0.9.3-perl-regular-stack-protector.patch} (89%)
Difference in files:
diff --git a/lfs/libloc b/lfs/libloc
index 4f392baca..df86ff19d 100644
--- a/lfs/libloc
+++ b/lfs/libloc
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -81,8 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Apply upstream patches
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc-0.9.3-country-terminate-buffer-when-reading-from-database.patch
- # Add patch for i585 to disable the stack protector.
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc-0.9.3-perl-no-stack-protector.patch
+ # Add patch for i586 to disable strong stack protector.
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
cd $(DIR_APP) && ./autogen.sh
cd $(DIR_APP) && ./configure \
@@ -97,6 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && cp -avf $(DIR_DL)/location-$(DB_DATE).db.xz /var/lib/location/database.db.xz
# Uncompress database.
+ cd $(DIR_APP) && rm -f /var/lib/location/database.db
cd $(DIR_APP) && xz -d /var/lib/location/database.db.xz
# Launch location util and export all locations in xt_geoip format.
diff --git a/src/patches/libloc-0.9.3-perl-no-stack-protector.patch b/src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
similarity index 89%
rename from src/patches/libloc-0.9.3-perl-no-stack-protector.patch
rename to src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
index b615ed902..2ee807a50 100644
--- a/src/patches/libloc-0.9.3-perl-no-stack-protector.patch
+++ b/src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
@@ -6,7 +6,7 @@ index 38d5390..62016ca 100644
LIBS => ['-lloc'],
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
INC => '-I. -I../../',
-+ CCFLAGS => '-fno-stack-protector',
++ CCFLAGS => '-fstack-protector',
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too
);
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2020-07-22 18:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BBkwf71Nrz2xrM@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox