mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Updated samba to current stable
This commit is contained in:
@@ -138,6 +138,7 @@ usr/sbin/winbindd
|
|||||||
#usr/share/man/man8/mount.cifs.8
|
#usr/share/man/man8/mount.cifs.8
|
||||||
#usr/share/man/man8/net.8
|
#usr/share/man/man8/net.8
|
||||||
#usr/share/man/man8/nmbd.8
|
#usr/share/man/man8/nmbd.8
|
||||||
|
#usr/share/man/man8/pam_winbind.8
|
||||||
#usr/share/man/man8/pdbedit.8
|
#usr/share/man/man8/pdbedit.8
|
||||||
#usr/share/man/man8/smbd.8
|
#usr/share/man/man8/smbd.8
|
||||||
#usr/share/man/man8/smbpasswd.8
|
#usr/share/man/man8/smbpasswd.8
|
||||||
@@ -199,4 +200,4 @@ etc/rc.d/init.d/winbind
|
|||||||
srv/web/ipfire/cgi-bin/samba.cgi
|
srv/web/ipfire/cgi-bin/samba.cgi
|
||||||
srv/web/ipfire/cgi-bin/sambahlp.cgi
|
srv/web/ipfire/cgi-bin/sambahlp.cgi
|
||||||
var/ipfire/menu.d/EX-samba.menu
|
var/ipfire/menu.d/EX-samba.menu
|
||||||
usr/local/bin/sambactrl
|
usr/local/bin/sambactrl
|
||||||
|
|||||||
@@ -259,7 +259,7 @@
|
|||||||
* pkg-config-0.20
|
* pkg-config-0.20
|
||||||
* popt-1.10.4
|
* popt-1.10.4
|
||||||
* portmap_6.0
|
* portmap_6.0
|
||||||
* postfix-2.5.6
|
* postfix-2.6.2
|
||||||
* ppp-2.4.4
|
* ppp-2.4.4
|
||||||
* pptp-1.7.2
|
* pptp-1.7.2
|
||||||
* procps-3.2.6
|
* procps-3.2.6
|
||||||
@@ -271,9 +271,9 @@
|
|||||||
* rp-pppoe-3.8
|
* rp-pppoe-3.8
|
||||||
* rrdtool-1.2.15
|
* rrdtool-1.2.15
|
||||||
* rssdler-0.4.0a
|
* rssdler-0.4.0a
|
||||||
* rsync-3.0.4
|
* rsync-3.0.6
|
||||||
* rtorrent-0.8.4
|
* rtorrent-0.8.4
|
||||||
* samba-3.3.4
|
* samba-3.3.5
|
||||||
* sane-1.0.19
|
* sane-1.0.19
|
||||||
* screen-4.0.3
|
* screen-4.0.3
|
||||||
* sdparm-1.01
|
* sdparm-1.01
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
* squidGuard-1.4
|
* squidGuard-1.4
|
||||||
* squidclamav-4.0
|
* squidclamav-4.0
|
||||||
* sshfs-fuse-2.2
|
* sshfs-fuse-2.2
|
||||||
* sslh-1.6g
|
* sslh-1.6i
|
||||||
* streamripper-1.63.5
|
* streamripper-1.63.5
|
||||||
* sudo-1.6.8p12
|
* sudo-1.6.8p12
|
||||||
* sysfsutils-1.3.0
|
* sysfsutils-1.3.0
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
* vlc-0.8.6i
|
* vlc-0.8.6i
|
||||||
* vnstat-1.6
|
* vnstat-1.6
|
||||||
* vnstati-beta3
|
* vnstati-beta3
|
||||||
* vsftpd-2.1.0
|
* vsftpd-2.1.2
|
||||||
* w_scan-20080105
|
* w_scan-20080105
|
||||||
* wget-1.10.2
|
* wget-1.10.2
|
||||||
* whatmask-1.2
|
* whatmask-1.2
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 3.3.4
|
VER = 3.3.5
|
||||||
|
|
||||||
THISAPP = samba-$(VER)
|
THISAPP = samba-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = samba
|
PROG = samba
|
||||||
PAK_VER = 15
|
PAK_VER = 16
|
||||||
|
|
||||||
DEPS = "cups cyrus-sasl"
|
DEPS = "cups cyrus-sasl"
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 1443165edb7cb3f56f1e77aec1ee3266
|
$(DL_FILE)_MD5 = 8fa0e3c5daaba4c2ce2fb871a5f3157a
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user