* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e5eedea01de6e70c0440f0c97e418ca053382424
@ 2018-08-24 18:27 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2018-08-24 18:27 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 6700 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, master has been updated
via e5eedea01de6e70c0440f0c97e418ca053382424 (commit)
via 1ce35de5cc9c35a7deb95733e161b248a5cf0a64 (commit)
via a019c963a2bc232a381aefbafc260b3ea3bf4f2b (commit)
via 66c449c053c9e059f04e28d0ccad74840f1a528e (commit)
via b38239f90715974b7744499cb65c97b961fb6ff4 (commit)
via ee84b26a271139cd37fb361db9fbed21b894ffec (commit)
from b211357dae62b44f53c88ded9de6d601c6a8acb8 (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 e5eedea01de6e70c0440f0c97e418ca053382424
Merge: 1ce35de5c a019c963a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Aug 24 20:22:05 2018 +0200
Merge branch 'core123' of git.ipfire.org:/pub/git/ipfire-2.x into core123
commit 1ce35de5cc9c35a7deb95733e161b248a5cf0a64
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Aug 24 20:19:29 2018 +0200
intel-microcode: update to 20180807a
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit a019c963a2bc232a381aefbafc260b3ea3bf4f2b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Aug 20 16:23:49 2018 +0200
core123: ship libssp (was missing on x86_64)
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 66c449c053c9e059f04e28d0ccad74840f1a528e
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Aug 20 16:22:20 2018 +0200
gcc: x86_64 add libspp to rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b38239f90715974b7744499cb65c97b961fb6ff4
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Aug 17 20:30:17 2018 +0200
core123: ship xtables-addons.
xtables are build for installed iptables version so we need
to ship it even if it was not updated.
Also clean /lib/xtables because some modules are renamed.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit ee84b26a271139cd37fb361db9fbed21b894ffec
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Aug 17 07:06:45 2018 +0200
core123: ship openssl sse2 version on i586
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/x86_64/gcc | 4 ++--
config/rootfiles/core/123/filelists/files | 2 ++
.../rootfiles/{oldcore/100 => core/123}/filelists/i586/openssl-sse2 | 0
config/rootfiles/{oldcore/121 => core/123}/filelists/xtables-addons | 0
config/rootfiles/core/123/update.sh | 3 +++
lfs/intel-microcode | 6 +++---
6 files changed, 10 insertions(+), 5 deletions(-)
copy config/rootfiles/{oldcore/100 => core/123}/filelists/i586/openssl-sse2 (100%)
copy config/rootfiles/{oldcore/121 => core/123}/filelists/xtables-addons (100%)
Difference in files:
diff --git a/config/rootfiles/common/x86_64/gcc b/config/rootfiles/common/x86_64/gcc
index b461f6532..667ec9e49 100644
--- a/config/rootfiles/common/x86_64/gcc
+++ b/config/rootfiles/common/x86_64/gcc
@@ -1434,8 +1434,8 @@ usr/lib/libquadmath.so.0.0.0
#usr/lib/libssp.a
#usr/lib/libssp.la
#usr/lib/libssp.so
-#usr/lib/libssp.so.0
-#usr/lib/libssp.so.0.0.0
+usr/lib/libssp.so.0
+usr/lib/libssp.so.0.0.0
#usr/lib/libssp_nonshared.a
#usr/lib/libssp_nonshared.la
#usr/lib/libstdc++.a
diff --git a/config/rootfiles/core/123/filelists/files b/config/rootfiles/core/123/filelists/files
index 3ff006fe5..e2be472f6 100644
--- a/config/rootfiles/core/123/filelists/files
+++ b/config/rootfiles/core/123/filelists/files
@@ -13,6 +13,8 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
usr/local/bin/backupiso
+usr/lib/libssp.so.0
+usr/lib/libssp.so.0.0.0
usr/sbin/dhclient
usr/share/GeoIP/GeoIP.dat
var/ipfire/backup/bin/backup.pl
diff --git a/config/rootfiles/core/123/filelists/i586/openssl-sse2 b/config/rootfiles/core/123/filelists/i586/openssl-sse2
new file mode 120000
index 000000000..f424713d6
--- /dev/null
+++ b/config/rootfiles/core/123/filelists/i586/openssl-sse2
@@ -0,0 +1 @@
+../../../../common/i586/openssl-sse2
\ No newline at end of file
diff --git a/config/rootfiles/core/123/filelists/xtables-addons b/config/rootfiles/core/123/filelists/xtables-addons
new file mode 120000
index 000000000..2e24c4298
--- /dev/null
+++ b/config/rootfiles/core/123/filelists/xtables-addons
@@ -0,0 +1 @@
+../../../common/xtables-addons
\ No newline at end of file
diff --git a/config/rootfiles/core/123/update.sh b/config/rootfiles/core/123/update.sh
index 76eff74bb..964a23862 100644
--- a/config/rootfiles/core/123/update.sh
+++ b/config/rootfiles/core/123/update.sh
@@ -34,6 +34,9 @@ done
# Stop services
/etc/init.d/squid stop
+# remove old xtables modules / some are renamend
+rm -rf /lib/xtables
+
# Extract files
extract_files
diff --git a/lfs/intel-microcode b/lfs/intel-microcode
index 349f3667c..217bc9850 100644
--- a/lfs/intel-microcode
+++ b/lfs/intel-microcode
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2016 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2018 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 #
@@ -24,7 +24,7 @@
include Config
-VER = 20180807
+VER = 20180807a
THISAPP = microcode-$(VER)
DL_FILE = $(THISAPP).tgz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 49f534f1079d3c5bc178a150c1c105aa
+$(DL_FILE)_MD5 = b12f8680d87c81a302e8c85712ed1a80
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-24 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 18:27 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e5eedea01de6e70c0440f0c97e418ca053382424 Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox