Skip to content

Commit

Permalink
samba: Fix smb.conf.README help center URL
Browse files Browse the repository at this point in the history
**Summary**

Security release.

Release notes can be found [here](https://www.samba.org/samba/history/samba-4.17.12.html).

**Security**

Includes fixes for:
- CVE-2023-3961
- CVE-2023-4091
- CVE-2023-4154
- CVE-2023-42669
- CVE-2023-42670

Signed-off-by: Rune Morling <ermo@serpentos.com>
  • Loading branch information
ermo committed Oct 29, 2023
1 parent 1e2d4d5 commit 0675d2a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
2 changes: 0 additions & 2 deletions packages/s/samba/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -12893,8 +12893,6 @@ libreplace-samba4.so:rep_openat2
libreplace-samba4.so:rep_setproctitle
libreplace-samba4.so:rep_setproctitle_init
libreplace-samba4.so:rep_strerror_r
libreplace-samba4.so:rep_strlcat
libreplace-samba4.so:rep_strlcpy
libreplace-samba4.so:replace_dummy
libsamba-cluster-support-samba4.so:SAMBA_4.17.12_SAMBA4
libsamba-cluster-support-samba4.so:cluster_support_available
Expand Down
16 changes: 9 additions & 7 deletions packages/s/samba/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,13 @@ libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__getdelim
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoll
libc.so.6:__isoc23_strtoul
libc.so.6:__isoc23_strtoull
libc.so.6:__isoc23_strtoumax
libc.so.6:__libc_current_sigrtmin
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
Expand Down Expand Up @@ -386,6 +391,8 @@ libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strerror_r
libc.so.6:strftime
libc.so.6:strlcat
libc.so.6:strlcpy
libc.so.6:strlen
libc.so.6:strncasecmp
libc.so.6:strncat
Expand All @@ -403,11 +410,6 @@ libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:strtoll
libc.so.6:strtoul
libc.so.6:strtoull
libc.so.6:strtoumax
libc.so.6:swab
libc.so.6:symlinkat
libc.so.6:syscall
Expand Down
3 changes: 2 additions & 1 deletion packages/s/samba/files/smb.conf.README
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# The default configuration includes /etc/samba/smb.conf if it exists.
#
# To learn more about the Solus Samba default configuration, visit:
# - https://getsol.us/articles/software/samba/en/
#
# - https://help.getsol.us/docs/user/software/networking/samba
#
#==============================================================================
2 changes: 1 addition & 1 deletion packages/s/samba/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : samba
version : 4.17.12
release : 99
release : 100
source :
- https://download.samba.org/pub/samba/stable/samba-4.17.12.tar.gz : 6129a7f967b822b308c57152326e7302711c2d0b9830a82d0c21832b648741f4
homepage : https://samba.org
Expand Down
6 changes: 3 additions & 3 deletions packages/s/samba/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ For more information, see the Solus Help Center [Samba file sharing guide](https
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="99">samba</Dependency>
<Dependency release="100">samba</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/samba-4.0/charset.h</Path>
Expand Down Expand Up @@ -515,8 +515,8 @@ For more information, see the Solus Help Center [Samba file sharing guide](https
</Files>
</Package>
<History>
<Update release="99">
<Date>2023-10-14</Date>
<Update release="100">
<Date>2023-10-29</Date>
<Version>4.17.12</Version>
<Comment>Packaging update</Comment>
<Name>Rune Morling</Name>
Expand Down

0 comments on commit 0675d2a

Please sign in to comment.