diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
commit | 4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch) | |
tree | 32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/samba/Makefile | |
parent | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff) |
update X11, kerberos, samba, bluez
- fix some ipkg issues with ubuntu
- use grub2 for alix1c, no grub1 dependency on host
- boots up on alix1c
- fix some bcm203x problems
Diffstat (limited to 'package/samba/Makefile')
-rw-r--r-- | package/samba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 5a915413a..c964c5e14 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -4,16 +4,16 @@ include ${TOPDIR}/rules.mk PKG_NAME:= samba -PKG_VERSION:= 3.3.4 +PKG_VERSION:= 3.4.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1443165edb7cb3f56f1e77aec1ee3266 +PKG_MD5SUM:= 322379680c12057f57685652a35a6b05 PKG_DESCR:= NetBIOS/SMB file and print server PKG_SECTION:= net PKG_URL:= http://www.samba.org PKG_SITES:= ftp://se.samba.org/pub/samba/stable/ \ ftp://ftp.easynet.be/samba/stable/ -WRKSRC= ${WRKDIST}/source +WRKSRC= ${WRKDIST}/source3 include ${TOPDIR}/mk/package.mk |