Upgrading 11.2-U6 to 11.2-U7

uberiain

Cadet
Joined
Mar 3, 2015
Messages
7
Hello,

After upgrading 11.2-U6 to 11.2-U7, samba has 4.9.15 versión not 4.10.10 as 11.2-U7 document says. It is correct?

Regards.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
From my FreeNAS dev box which was upgraded to v 11.3 Beta:
Code:
root@freenas:~ # which smbd
/usr/local/sbin/smbd
root@freenas:~ # /usr/local/sbin/smbd --version
Version 4.10.8
root@freenas:~ # 


Strange that the latest stable would have a newer version even than the beta...

@anodos any comment?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
From my FreeNAS dev box which was upgraded to v 11.3 Beta:
Code:
root@freenas:~ # which smbd
/usr/local/sbin/smbd
root@freenas:~ # /usr/local/sbin/smbd --version
Version 4.10.8
root@freenas:~ # 


Strange that the latest stable would have a newer version even than the beta...

@anodos any comment?
You can see our samba port here:
master - https://github.com/freenas/ports/tree/freenas/master/net/samba410
11.2-stable - https://github.com/freenas/ports/tree/freenas/11.2-stable/net/samba49

Master (11.3) is on 4.10.10
11.3 BETA1 is on 4.10.8
11.2-STABLE is on 4.9.15
11.2-U7 is on 4.9.15
11.2-U6 is on 4.9.13

12-devel is on 4.11.2
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Top