From e445d9623ea9ddc5490a84c287c0414f8a969303 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 22 Jan 2013 15:06:52 +0100 Subject: [PATCH] samba: update to samba-3.6.11 Signed-off-by: Stephan Raue --- packages/network/samba/meta | 2 +- packages/network/samba/patches/rename.sh | 26 ------------------- ...patch => samba-010_crosscompile-0.1.patch} | 0 ...ticall.patch => samba-110-multicall.patch} | 0 ...atch => samba-120-add_missing_ifdef.patch} | 0 ...=> samba-200-remove_printer_support.patch} | 0 ...atch => samba-210-remove_ad_support.patch} | 0 ....patch => samba-220-remove_services.patch} | 0 ... => samba-230-remove_winreg_support.patch} | 0 ...i.patch => samba-240-remove_dfs_api.patch} | 0 ...ch => samba-250-remove_domain_logon.patch} | 0 ...samr.patch => samba-260-remove_samr.patch} | 0 ...> samba-270-remove_registry_backend.patch} | 0 ...svc.patch => samba-280-strip_srvsvc.patch} | 0 ...e_lsa.patch => samba-290-remove_lsa.patch} | 0 ...tch => samba-300-assert_debug_level.patch} | 0 ...h => samba-310-remove_error_strings.patch} | 0 ...tch => samba-320-debug_level_checks.patch} | 0 ...h => samba-330-librpc_default_print.patch} | 0 19 files changed, 1 insertion(+), 27 deletions(-) delete mode 100755 packages/network/samba/patches/rename.sh rename packages/network/samba/patches/{samba-3.6.10-010_crosscompile-0.1.patch => samba-010_crosscompile-0.1.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-110-multicall.patch => samba-110-multicall.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-120-add_missing_ifdef.patch => samba-120-add_missing_ifdef.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-200-remove_printer_support.patch => samba-200-remove_printer_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-210-remove_ad_support.patch => samba-210-remove_ad_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-220-remove_services.patch => samba-220-remove_services.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-230-remove_winreg_support.patch => samba-230-remove_winreg_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-240-remove_dfs_api.patch => samba-240-remove_dfs_api.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-250-remove_domain_logon.patch => samba-250-remove_domain_logon.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-260-remove_samr.patch => samba-260-remove_samr.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-270-remove_registry_backend.patch => samba-270-remove_registry_backend.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-280-strip_srvsvc.patch => samba-280-strip_srvsvc.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-290-remove_lsa.patch => samba-290-remove_lsa.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-300-assert_debug_level.patch => samba-300-assert_debug_level.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-310-remove_error_strings.patch => samba-310-remove_error_strings.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-320-debug_level_checks.patch => samba-320-debug_level_checks.patch} (100%) rename packages/network/samba/patches/{samba-3.6.10-330-librpc_default_print.patch => samba-330-librpc_default_print.patch} (100%) diff --git a/packages/network/samba/meta b/packages/network/samba/meta index 0048628ba8..02ce613ccb 100644 --- a/packages/network/samba/meta +++ b/packages/network/samba/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="samba" -PKG_VERSION="3.6.10" +PKG_VERSION="3.6.11" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/network/samba/patches/rename.sh b/packages/network/samba/patches/rename.sh deleted file mode 100755 index 4c34ed5770..0000000000 --- a/packages/network/samba/patches/rename.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -#      Copyright (C) 2010-2011 Roman Weber (roman@openelec.tv) -# -# 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 -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - - -for i in `ls samba-$1-*.patch`; do - mv $i `echo $i | sed "s,$1,$2,g"` -done diff --git a/packages/network/samba/patches/samba-3.6.10-010_crosscompile-0.1.patch b/packages/network/samba/patches/samba-010_crosscompile-0.1.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-010_crosscompile-0.1.patch rename to packages/network/samba/patches/samba-010_crosscompile-0.1.patch diff --git a/packages/network/samba/patches/samba-3.6.10-110-multicall.patch b/packages/network/samba/patches/samba-110-multicall.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-110-multicall.patch rename to packages/network/samba/patches/samba-110-multicall.patch diff --git a/packages/network/samba/patches/samba-3.6.10-120-add_missing_ifdef.patch b/packages/network/samba/patches/samba-120-add_missing_ifdef.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-120-add_missing_ifdef.patch rename to packages/network/samba/patches/samba-120-add_missing_ifdef.patch diff --git a/packages/network/samba/patches/samba-3.6.10-200-remove_printer_support.patch b/packages/network/samba/patches/samba-200-remove_printer_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-200-remove_printer_support.patch rename to packages/network/samba/patches/samba-200-remove_printer_support.patch diff --git a/packages/network/samba/patches/samba-3.6.10-210-remove_ad_support.patch b/packages/network/samba/patches/samba-210-remove_ad_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-210-remove_ad_support.patch rename to packages/network/samba/patches/samba-210-remove_ad_support.patch diff --git a/packages/network/samba/patches/samba-3.6.10-220-remove_services.patch b/packages/network/samba/patches/samba-220-remove_services.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-220-remove_services.patch rename to packages/network/samba/patches/samba-220-remove_services.patch diff --git a/packages/network/samba/patches/samba-3.6.10-230-remove_winreg_support.patch b/packages/network/samba/patches/samba-230-remove_winreg_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-230-remove_winreg_support.patch rename to packages/network/samba/patches/samba-230-remove_winreg_support.patch diff --git a/packages/network/samba/patches/samba-3.6.10-240-remove_dfs_api.patch b/packages/network/samba/patches/samba-240-remove_dfs_api.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-240-remove_dfs_api.patch rename to packages/network/samba/patches/samba-240-remove_dfs_api.patch diff --git a/packages/network/samba/patches/samba-3.6.10-250-remove_domain_logon.patch b/packages/network/samba/patches/samba-250-remove_domain_logon.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-250-remove_domain_logon.patch rename to packages/network/samba/patches/samba-250-remove_domain_logon.patch diff --git a/packages/network/samba/patches/samba-3.6.10-260-remove_samr.patch b/packages/network/samba/patches/samba-260-remove_samr.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-260-remove_samr.patch rename to packages/network/samba/patches/samba-260-remove_samr.patch diff --git a/packages/network/samba/patches/samba-3.6.10-270-remove_registry_backend.patch b/packages/network/samba/patches/samba-270-remove_registry_backend.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-270-remove_registry_backend.patch rename to packages/network/samba/patches/samba-270-remove_registry_backend.patch diff --git a/packages/network/samba/patches/samba-3.6.10-280-strip_srvsvc.patch b/packages/network/samba/patches/samba-280-strip_srvsvc.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-280-strip_srvsvc.patch rename to packages/network/samba/patches/samba-280-strip_srvsvc.patch diff --git a/packages/network/samba/patches/samba-3.6.10-290-remove_lsa.patch b/packages/network/samba/patches/samba-290-remove_lsa.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-290-remove_lsa.patch rename to packages/network/samba/patches/samba-290-remove_lsa.patch diff --git a/packages/network/samba/patches/samba-3.6.10-300-assert_debug_level.patch b/packages/network/samba/patches/samba-300-assert_debug_level.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-300-assert_debug_level.patch rename to packages/network/samba/patches/samba-300-assert_debug_level.patch diff --git a/packages/network/samba/patches/samba-3.6.10-310-remove_error_strings.patch b/packages/network/samba/patches/samba-310-remove_error_strings.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-310-remove_error_strings.patch rename to packages/network/samba/patches/samba-310-remove_error_strings.patch diff --git a/packages/network/samba/patches/samba-3.6.10-320-debug_level_checks.patch b/packages/network/samba/patches/samba-320-debug_level_checks.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-320-debug_level_checks.patch rename to packages/network/samba/patches/samba-320-debug_level_checks.patch diff --git a/packages/network/samba/patches/samba-3.6.10-330-librpc_default_print.patch b/packages/network/samba/patches/samba-330-librpc_default_print.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.10-330-librpc_default_print.patch rename to packages/network/samba/patches/samba-330-librpc_default_print.patch