From fb36915081bedcb9a68f4aa1947ee83ea20bebc2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 28 Jun 2012 09:56:05 +0200 Subject: [PATCH] samba: update to samba-3.6.6 Signed-off-by: Stephan Raue --- packages/network/samba/meta | 2 +- packages/network/samba/patches/rename.sh | 26 +++++++++++++++++++ ...=> samba-3.6.6-010_crosscompile-0.1.patch} | 0 ....patch => samba-3.6.6-110-multicall.patch} | 0 ...> samba-3.6.6-120-add_missing_ifdef.patch} | 0 ...ba-3.6.6-200-remove_printer_support.patch} | 0 ...> samba-3.6.6-210-remove_ad_support.patch} | 0 ... => samba-3.6.6-220-remove_services.patch} | 0 ...mba-3.6.6-230-remove_winreg_support.patch} | 0 ...h => samba-3.6.6-240-remove_dfs_api.patch} | 0 ...samba-3.6.6-250-remove_domain_logon.patch} | 0 ...atch => samba-3.6.6-260-remove_samr.patch} | 0 ...a-3.6.6-270-remove_registry_backend.patch} | 0 ...tch => samba-3.6.6-280-strip_srvsvc.patch} | 0 ...patch => samba-3.6.6-290-remove_lsa.patch} | 0 ... samba-3.6.6-300-assert_debug_level.patch} | 0 ...amba-3.6.6-310-remove_error_strings.patch} | 0 ... samba-3.6.6-320-debug_level_checks.patch} | 0 ...amba-3.6.6-330-librpc_default_print.patch} | 0 19 files changed, 27 insertions(+), 1 deletion(-) create mode 100755 packages/network/samba/patches/rename.sh rename packages/network/samba/patches/{samba-3.6.5-010_crosscompile-0.1.patch => samba-3.6.6-010_crosscompile-0.1.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-110-multicall.patch => samba-3.6.6-110-multicall.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-120-add_missing_ifdef.patch => samba-3.6.6-120-add_missing_ifdef.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-200-remove_printer_support.patch => samba-3.6.6-200-remove_printer_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-210-remove_ad_support.patch => samba-3.6.6-210-remove_ad_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-220-remove_services.patch => samba-3.6.6-220-remove_services.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-230-remove_winreg_support.patch => samba-3.6.6-230-remove_winreg_support.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-240-remove_dfs_api.patch => samba-3.6.6-240-remove_dfs_api.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-250-remove_domain_logon.patch => samba-3.6.6-250-remove_domain_logon.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-260-remove_samr.patch => samba-3.6.6-260-remove_samr.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-270-remove_registry_backend.patch => samba-3.6.6-270-remove_registry_backend.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-280-strip_srvsvc.patch => samba-3.6.6-280-strip_srvsvc.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-290-remove_lsa.patch => samba-3.6.6-290-remove_lsa.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-300-assert_debug_level.patch => samba-3.6.6-300-assert_debug_level.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-310-remove_error_strings.patch => samba-3.6.6-310-remove_error_strings.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-320-debug_level_checks.patch => samba-3.6.6-320-debug_level_checks.patch} (100%) rename packages/network/samba/patches/{samba-3.6.5-330-librpc_default_print.patch => samba-3.6.6-330-librpc_default_print.patch} (100%) diff --git a/packages/network/samba/meta b/packages/network/samba/meta index 44b13a3271..b7aba30ecb 100644 --- a/packages/network/samba/meta +++ b/packages/network/samba/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="samba" -PKG_VERSION="3.6.5" +PKG_VERSION="3.6.6" 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 new file mode 100755 index 0000000000..4c34ed5770 --- /dev/null +++ b/packages/network/samba/patches/rename.sh @@ -0,0 +1,26 @@ +#!/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.5-010_crosscompile-0.1.patch b/packages/network/samba/patches/samba-3.6.6-010_crosscompile-0.1.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-010_crosscompile-0.1.patch rename to packages/network/samba/patches/samba-3.6.6-010_crosscompile-0.1.patch diff --git a/packages/network/samba/patches/samba-3.6.5-110-multicall.patch b/packages/network/samba/patches/samba-3.6.6-110-multicall.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-110-multicall.patch rename to packages/network/samba/patches/samba-3.6.6-110-multicall.patch diff --git a/packages/network/samba/patches/samba-3.6.5-120-add_missing_ifdef.patch b/packages/network/samba/patches/samba-3.6.6-120-add_missing_ifdef.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-120-add_missing_ifdef.patch rename to packages/network/samba/patches/samba-3.6.6-120-add_missing_ifdef.patch diff --git a/packages/network/samba/patches/samba-3.6.5-200-remove_printer_support.patch b/packages/network/samba/patches/samba-3.6.6-200-remove_printer_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-200-remove_printer_support.patch rename to packages/network/samba/patches/samba-3.6.6-200-remove_printer_support.patch diff --git a/packages/network/samba/patches/samba-3.6.5-210-remove_ad_support.patch b/packages/network/samba/patches/samba-3.6.6-210-remove_ad_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-210-remove_ad_support.patch rename to packages/network/samba/patches/samba-3.6.6-210-remove_ad_support.patch diff --git a/packages/network/samba/patches/samba-3.6.5-220-remove_services.patch b/packages/network/samba/patches/samba-3.6.6-220-remove_services.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-220-remove_services.patch rename to packages/network/samba/patches/samba-3.6.6-220-remove_services.patch diff --git a/packages/network/samba/patches/samba-3.6.5-230-remove_winreg_support.patch b/packages/network/samba/patches/samba-3.6.6-230-remove_winreg_support.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-230-remove_winreg_support.patch rename to packages/network/samba/patches/samba-3.6.6-230-remove_winreg_support.patch diff --git a/packages/network/samba/patches/samba-3.6.5-240-remove_dfs_api.patch b/packages/network/samba/patches/samba-3.6.6-240-remove_dfs_api.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-240-remove_dfs_api.patch rename to packages/network/samba/patches/samba-3.6.6-240-remove_dfs_api.patch diff --git a/packages/network/samba/patches/samba-3.6.5-250-remove_domain_logon.patch b/packages/network/samba/patches/samba-3.6.6-250-remove_domain_logon.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-250-remove_domain_logon.patch rename to packages/network/samba/patches/samba-3.6.6-250-remove_domain_logon.patch diff --git a/packages/network/samba/patches/samba-3.6.5-260-remove_samr.patch b/packages/network/samba/patches/samba-3.6.6-260-remove_samr.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-260-remove_samr.patch rename to packages/network/samba/patches/samba-3.6.6-260-remove_samr.patch diff --git a/packages/network/samba/patches/samba-3.6.5-270-remove_registry_backend.patch b/packages/network/samba/patches/samba-3.6.6-270-remove_registry_backend.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-270-remove_registry_backend.patch rename to packages/network/samba/patches/samba-3.6.6-270-remove_registry_backend.patch diff --git a/packages/network/samba/patches/samba-3.6.5-280-strip_srvsvc.patch b/packages/network/samba/patches/samba-3.6.6-280-strip_srvsvc.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-280-strip_srvsvc.patch rename to packages/network/samba/patches/samba-3.6.6-280-strip_srvsvc.patch diff --git a/packages/network/samba/patches/samba-3.6.5-290-remove_lsa.patch b/packages/network/samba/patches/samba-3.6.6-290-remove_lsa.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-290-remove_lsa.patch rename to packages/network/samba/patches/samba-3.6.6-290-remove_lsa.patch diff --git a/packages/network/samba/patches/samba-3.6.5-300-assert_debug_level.patch b/packages/network/samba/patches/samba-3.6.6-300-assert_debug_level.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-300-assert_debug_level.patch rename to packages/network/samba/patches/samba-3.6.6-300-assert_debug_level.patch diff --git a/packages/network/samba/patches/samba-3.6.5-310-remove_error_strings.patch b/packages/network/samba/patches/samba-3.6.6-310-remove_error_strings.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-310-remove_error_strings.patch rename to packages/network/samba/patches/samba-3.6.6-310-remove_error_strings.patch diff --git a/packages/network/samba/patches/samba-3.6.5-320-debug_level_checks.patch b/packages/network/samba/patches/samba-3.6.6-320-debug_level_checks.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-320-debug_level_checks.patch rename to packages/network/samba/patches/samba-3.6.6-320-debug_level_checks.patch diff --git a/packages/network/samba/patches/samba-3.6.5-330-librpc_default_print.patch b/packages/network/samba/patches/samba-3.6.6-330-librpc_default_print.patch similarity index 100% rename from packages/network/samba/patches/samba-3.6.5-330-librpc_default_print.patch rename to packages/network/samba/patches/samba-3.6.6-330-librpc_default_print.patch