samba: update to 3.6.4.
This commit is contained in:
parent
639684026d
commit
77f07f2624
3 changed files with 2 additions and 6 deletions
|
@ -5,7 +5,6 @@ long_desc="
|
||||||
This package provides a shared library that enables client applications to
|
This package provides a shared library that enables client applications to
|
||||||
talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol."
|
talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol."
|
||||||
|
|
||||||
revision=1
|
|
||||||
shlib_depends="mit-krb5-libs>=1.10.1"
|
shlib_depends="mit-krb5-libs>=1.10.1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -6,8 +6,6 @@ long_desc="
|
||||||
Windows and Samba servers, including smbclient, smbtar, and smbspool.
|
Windows and Samba servers, including smbclient, smbtar, and smbspool.
|
||||||
Utilities for mounting shares locally are found in the package cifs-utils."
|
Utilities for mounting shares locally are found in the package cifs-utils."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
vmove usr/share/man/man1 usr/share/man
|
vmove usr/share/man/man1 usr/share/man
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.3
|
version=3.6.4
|
||||||
revision=1
|
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -15,7 +14,7 @@ configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2"
|
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2"
|
||||||
short_desc="SMB/CIFS file, print, and login server for Unix"
|
short_desc="SMB/CIFS file, print, and login server for Unix"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=67e2409f2d5e4d5cb947c95f583498105038857b84cc73c08dacd4e2cbc66074
|
checksum=590ac2fc7f6dd70e947b3aded5fcb4431a5abba4dc3cc1bec566627e132b5914
|
||||||
long_desc="
|
long_desc="
|
||||||
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
|
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
|
||||||
providing support for cross-platform file and printer sharing with Microsoft
|
providing support for cross-platform file and printer sharing with Microsoft
|
||||||
|
|
Loading…
Reference in a new issue