]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
samba: security update to 3.5.15. (CVE-2012-2111).
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 2 May 2012 08:10:07 +0000 (10:10 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 2 May 2012 08:10:07 +0000 (10:10 +0200)
This security release addresses CVE-2012-2111 (incorrect permission checks when
granting/removing privileges could compromise file server security).

html/cgi-bin/samba.cgi
lfs/samba

index 57970db08cdab08b7b2eb52e9c87fc9fecc93ba9..27856cab9ba00f6d14c886e9104c35ec82d0c018 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2005-2010  IPFire Team                                        #
+# Copyright (C) 2005-2012  IPFire Team  <info@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        #
@@ -77,7 +77,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
 
 $sambasettings{'WORKGRP'} = 'homeip.net';
 $sambasettings{'NETBIOSNAME'} = 'IPFire';
-$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.9';
+$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x';
 $sambasettings{'INTERFACES'} = '';
 $sambasettings{'SECURITY'} = 'share';
 $sambasettings{'OSLEVEL'} = '33';
index 9708a9abe2d32945ad7687ed4443f1ae80ff4e99..e27ee08da7410bc2790dfdf09265e3a3e0964362 100644 (file)
--- a/lfs/samba
+++ b/lfs/samba
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2012  IPFire Team  <info@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        = 3.5.14
+VER        = 3.5.15
 
 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    = 39
+PAK_VER    = 40
 
 DEPS       = "cups"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a97f5647face6e9214d5c42903412474
+$(DL_FILE)_MD5 = 2d72c044bdfd854ee2ab736326da3afd
 
 install : $(TARGET)