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