aboutsummaryrefslogtreecommitdiff
path: root/net/samba412
Commit message (Collapse)AuthorAgeFilesLines
* net/samba412: enable libunwind on all supported architecturesPiotr Kubaj2021-06-281-2/+2
|
* PR: 255415Timur I. Bakeyev2021-05-045-357/+425
| | | | | | | | | | | | | 254033 252385 Security: CVE-2021-20254 Updated net/samba412 and net/samba413 to fix CVE-2021-20254. Also fixed: * Incorrect include line for the bind backend(255415) * Broken pkg-plist with NO_PYTHON(254033) * Broken URL parsing in LDAP client(252385)
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Some hiccup in the Samba release management:Timur I. Bakeyev2021-03-252-4/+4
| | | | | | | | | | | | > Please ignore the 4.14.1, 4.13.6 and 4.12.13 releases and only use 4.14.2, 4.13.7 and 4.12.14. Bump samba412 to 4.12.14. Security: CVE-2020-27840 CVE-2021-20277 Notes: svn path=/head/; revision=569182
* Security update for net/samba4* ports to 4.13.6 and 4.12.13 respectively.Timur I. Bakeyev2021-03-256-55/+93
| | | | | | | | | | Mark net/samba411 s deprecated. Relnotes: CVE-2020-27840 CVE-2021-20277 Notes: svn path=/head/; revision=569181
* net/samba411 net/samba412 net/samba413: Fix zero-sized VLAsDimitry Andric2021-01-302-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | With recent versions of clang, samba could dump core shortly after startup, terminating with either SIGILL or SIGSEGV. Investigation showed that samba is using C99 variable length arrays (VLAs), and in some cases the length of these arrays would become zero. Since this is undefined behavior, various interesting things would happen, often ending in segfaults. Fix this by avoiding to use zero as the length for these VLA declarations. A similar patch was also sent upstream, and was accepted and included in subsequent samba releases. See also: https://bugzilla.samba.org/show_bug.cgi?id=14605 Reported by: Dries Michiels <driesm.michiels@gmail.com> PR: 252157 MFH: 2021Q1 Notes: svn path=/head/; revision=563405
* net/samba41[1-3]: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-78/+78
| | | | Notes: svn path=/head/; revision=559087
* net/samba412: don't use libunwind on architectures that it's not available atPiotr Kubaj2020-11-291-2/+5
| | | | | | | Reported by: jhibbits (for powerpcspe) Notes: svn path=/head/; revision=556601
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Security update for samba411, samba412 and samba413:Timur I. Bakeyev2020-10-312-4/+4
| | | | | | | | | | | | | CVE-2020-14318 (Missing handle permissions check in SMB1/2/3 ChangeNotify) CVE-2020-14323 (Unprivileged user can crash winbind) CVE-2020-14383 (An authenticated user can crash the DCE/RPC DNS with easily crafted records) Security: CVE-2020-14318 CVE-2020-14323 CVE-2020-14383 Notes: svn path=/head/; revision=553733
* Routine upgrade Samba ports to 4.11.14 and 4.12.8 respectively.Timur I. Bakeyev2020-10-142-5/+5
| | | | Notes: svn path=/head/; revision=552357
* Add new samba412 port, version 4.12.7Timur I. Bakeyev2020-09-2646-468/+1106
| | | | Notes: svn path=/head/; revision=550234
* Repocopy to create a new samba412 portTimur I. Bakeyev2020-09-2690-0/+15153
Notes: svn path=/head/; revision=550233