From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 1f99566dd268515c18a8d8ae2e8ab526c490b99b Date: Fri, 12 Jun 2015 17:55:32 +0200 Message-ID: <20150612155532.A8719221D0@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8387248080659294682==" List-Id: --===============8387248080659294682== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 1f99566dd268515c18a8d8ae2e8ab526c490b99b (commit) via 5cba4356690f1282b506844505d81bc8b050d32e (commit) from c3e195433152f91a3f14d59d6ea10e8963e6308d (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 1f99566dd268515c18a8d8ae2e8ab526c490b99b Author: Arne Fitzenreiter Date: Fri Jun 12 17:54:38 2015 +0200 openssl: update to 1.0.2c =20 fix ABI problems. commit 5cba4356690f1282b506844505d81bc8b050d32e Author: Arne Fitzenreiter Date: Fri Jun 12 17:54:03 2015 +0200 core91: rebuild grub.cfg to display new core version. ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/91/update.sh | 5 +++++ lfs/openssl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) Difference in files: diff --git a/config/rootfiles/core/91/update.sh b/config/rootfiles/core/91/up= date.sh index 1e55e8b..1104c9f 100644 --- a/config/rootfiles/core/91/update.sh +++ b/config/rootfiles/core/91/update.sh @@ -54,6 +54,11 @@ if [ `grep "ENABLED=3Don" /var/ipfire/vpn/settings` ]; then /etc/init.d/ipsec start fi =20 +# Update grub config to display new core version +if [ -e /boot/grub/grub.cfg ]; then + grub-mkconfig > /boot/grub/grub.cfg +fi + # This update need a reboot... touch /var/run/need_reboot =20 diff --git a/lfs/openssl b/lfs/openssl index 3b9f3e1..1abc92c 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.0.2b +VER =3D 1.0.2c =20 THISAPP =3D openssl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -82,7 +82,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 7729b259e2dea7d60b32fc3934d6984b +$(DL_FILE)_MD5 =3D 8c8d81a9ae7005276e486702edbcd4b6 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============8387248080659294682==--