samba: update to 3.6.5.
This commit is contained in:
parent
a31100b786
commit
404a9394fb
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,6 @@ long_desc="
|
||||||
This package provides development files: headers, static libraries, etc."
|
This package provides development files: headers, static libraries, etc."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
revision=1
|
|
||||||
Add_dependency run libsmbclient ">=${version}"
|
Add_dependency run libsmbclient ">=${version}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.4
|
version=3.6.5
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
|
homepage="http://www.samba.org"
|
||||||
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
|
||||||
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
|
@ -14,7 +15,8 @@ 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=590ac2fc7f6dd70e947b3aded5fcb4431a5abba4dc3cc1bec566627e132b5914
|
license="GPL-3"
|
||||||
|
checksum=8af65ff3b8c1155e7897c89a895e3155534ec3c5b97877ee2f05fc9d8bab80c4
|
||||||
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