From d48c456fa24545b6d9b06049fcef57850f1e02dc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 13 Nov 2013 13:39:35 +0100 Subject: [PATCH 1/2] samba: update to 3.6.20. These are security releases in order to address CVE-2013-4475 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4475 (ACLs are not checked on opening an alternate data stream on a file or directory) and CVE-2013-4476 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4476 (Private key in key.pem world readable). --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/samba b/lfs/samba index 0171627a4..aa635d150 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 3.6.18 +VER = 3.6.20 THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 52 +PAK_VER = 54 DEPS = "cups" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c7eec3e83fe4c4750240a8a0a214bbd4 +$(DL_FILE)_MD5 = 3f1b60c681845ce6828a1abe5aacf671 install : $(TARGET) From 303b81f19c37636402d2e5f850cb683e051bbe10 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 20 Nov 2013 21:28:05 +0100 Subject: [PATCH 2/2] Add openssh update to core update 73. --- config/rootfiles/core/73/filelists/openssh | 1 + config/rootfiles/core/73/update.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/73/filelists/openssh diff --git a/config/rootfiles/core/73/filelists/openssh b/config/rootfiles/core/73/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/73/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/73/update.sh b/config/rootfiles/core/73/update.sh index ee799adb6..a9fed1b4b 100644 --- a/config/rootfiles/core/73/update.sh +++ b/config/rootfiles/core/73/update.sh @@ -70,7 +70,7 @@ fi sync # This update need a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # #Finish