summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-fs/samba: fix redefinition of uintptr_t in bundled cmocka libraryDennis Camera10 days1-0/+23
| | | | | | | | | | | | | | | | | | | Build failed with musl libc: In file included from ../../third_party/cmocka/cmocka.c:61: ../../third_party/cmocka/cmocka.h:127:28: error: conflicting types for 'uintptr_t'; have 'unsigned int' 127 | typedef unsigned int uintptr_t; | ^~~~~~~~~ In file included from /usr/include/stdint.h:20, from /usr/include/inttypes.h:9, from ../../third_party/cmocka/cmocka.c:27: /usr/include/bits/alltypes.h:47:24: note: previous declaration of 'uintptr_t' with type 'uintptr_t' {aka 'long unsigned int'} 47 | typedef unsigned _Addr uintptr_t; | ^~~~~~~~~ Signed-off-by: Dennis Camera <dennis.camera+gentoo@riiengineering.ch> Closes: https://github.com/gentoo/gentoo/pull/35945 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: remove unused patchMichael Mair-Keimberger2024-02-171-56/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* net-fs/samba: drop 4.16.8David Seifert2023-08-035-314/+0
| | | | | | Bug: https://bugs.gentoo.org/910306 Bug: https://bugs.gentoo.org/910334 Signed-off-by: David Seifert <soap@gentoo.org>
* net-fs/samba: add 4.18.4David Seifert2023-07-162-0/+85
| | | | | | Bug: https://bugs.gentoo.org/910306 Bug: https://bugs.gentoo.org/910334 Signed-off-by: David Seifert <soap@gentoo.org>
* net-fs/samba: update upstream references for netdb-defines.patchSam James2023-02-011-0/+2
| | | | | | Bug: https://bugs.gentoo.org/832629 Bug: https://bugs.gentoo.org/835017 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: move more keepdirs to tmpfilesMike Gilbert2023-01-271-3/+8
| | | | | | Closes: https://bugs.gentoo.org/602352 Closes: https://bugs.gentoo.org/520612 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-fs/samba: add link to upstream commit for musl patchSam James2023-01-271-0/+2
| | | | | Bug: https://bugs.gentoo.org/855047 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: fix miscompile w/ clang 16Sam James2022-11-221-0/+117
| | | | | Closes: https://bugs.gentoo.org/870043 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: drop 4.16.4-r1Sam James2022-10-271-51/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: Make libunwind optional (fix automagic dep)Fco Javier Felix2022-09-301-0/+118
| | | | | | | | | | | | | | | | It's only for debug and backtraces. Backport from samba-4.17, Look at the bugs in: https://gitlab.com/samba-team/samba/-/merge_requests/2401?commit_id=ac8064cb0d79db377df75a22a240632dbc37f99f https://gitlab.com/samba-team/samba/-/commit/14feb93d481011765f62614ab49b304e17e4f6fd See: https://github.com/gentoo/gentoo/pull/24280 Closes: https://bugs.gentoo.org/791349 Closes: https://github.com/gentoo/gentoo/pull/27422 Package-Manager: Portage-3.0.36, pkgcheck-0.10.14 Signed-off-by: Fco Javier Felix <web@inode64.com> Signed-off-by: Fco Javier Felix <ffelix@inode64.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: fix build w/ glibc 2.36Sam James2022-08-241-0/+51
| | | | | Closes: https://bugs.gentoo.org/863830 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: add tevent detection patchBen Kohler2022-07-291-0/+12
| | | | | | Closes: https://bugs.gentoo.org/590026 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-fs/samba: Fix undefined innetgr on muslbrahmajit das2022-07-181-0/+23
| | | | | | | | | | Currently samba fails to build on musl with error message saying undefined reference to `innetgr'. This patch fixes that issue. Closes: https://bugs.gentoo.org/855047 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26151 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: add upstream link for musl patchSam James2022-06-241-0/+2
| | | | | | | Bug: https://bugs.gentoo.org/835017 Bug: https://bugs.gentoo.org/832629 Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: Apply the netdb defines patchbrahmajit das2022-06-241-0/+21
| | | | | | | | | | | | NETDB_INTERNAL and NETDB_INTERNAL are not defined in musl as a result the build is failing. Acked-by: David Seifert <soap@gentoo.org> Closes: https://bugs.gentoo.org/835017 Closes: https://bugs.gentoo.org/832629 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26016 Signed-off-by: Sam James <sam@gentoo.org>
* net-fs/samba: remove unused patchesMichael Mair-Keimberger2022-03-282-84/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24528 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-fs/samba: Attempt to fix winbindd regressionLars Wendler2021-12-032-0/+84
| | | | | Bug: https://bugs.gentoo.org/828063 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: pre-4.13.7 security cleanupAndreas Sturmlechner2021-05-223-144/+0
| | | | | | | Bug: https://bugs.gentoo.org/778026 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: drop net dependency from rc scriptBen Kohler2020-11-161-2/+1
| | | | | | Closes: https://bugs.gentoo.org/754915 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-fs/samba: Revbumps to introduce "snapper" USE flagLars Wendler2020-05-251-0/+56
| | | | | | | | | which helps to make sys-apps/dbus optional. Thanks-to: Matt Taylor <liverbugg@rinux.org> Closes: https://bugs.gentoo.org/721320 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: Don't build winexe if a mingw compiler has been foundLars Wendler2020-05-061-0/+67
| | | | | | Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: Security cleanupLars Wendler2020-03-2611-194/+0
| | | | | | Bug: https://bugs.gentoo.org/693558 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: don't keepdir paths handled by tmpfilesdBen Kohler2020-02-091-0/+1
| | | | | | | Closes: https://bugs.gentoo.org/602352 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-fs/samba: Removed old.Lars Wendler2019-08-231-40/+0
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: Bump to versions 4.9.6 and 4.10.2Lars Wendler2019-04-091-0/+32
| | | | | | | | apply patch to v4.10.2 fixing builds with USE="-gnutls" Bug: https://bugs.gentoo.org/675694 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: pam+winbind authenticationVieri2019-01-231-0/+18
| | | | | | | | | | | | PAM winbind authentication configuration. Closes: https://bugs.gentoo.org/590374 Tested-by: Vieri <rentorbuy@yahoo.com> Signed-off-by: Vieri <rentorbuy@yahoo.com> Fixes: 0eef165 (net-fs/samba: pam+winbind authentication) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10578 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: Fix compatibility issues with the timespec structCraig Andrews2018-11-161-0/+21
| | | | | | | | Closes: https://bugs.gentoo.org/666548 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10396 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: do not install python DSDB bits when USE=-addcIan Stakenvicius2018-11-081-0/+36
| | | | | | | | | | | | If ADDC is disabled, samba-4.8.6 was still installing python module smbd_dns.so , which links to libdnsserver-common-samba4.so but the latter is NOT installed. This causes infinite revdep-rebuild errors. This commit patches the build system to prevent said file from being installed. Bumped directly to stable by maintainers. Signed-off-by: Ian Stakenvicius <axs@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* net-fs/samba: Removed old.Lars Wendler2018-09-255-188/+0
| | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11
* net-fs/samba: Fixed name of pidfile.Lars Wendler2018-07-181-1/+1
| | | | | Closes: https://bugs.gentoo.org/652896 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* net-fs/samba: remove unused patchMichael Mair-Keimberger2018-07-161-49/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/9225
* net-fs/samba: Init script improvements.Lars Wendler2018-06-112-10/+17
| | | | | Bug: https://bugs.gentoo.org/652896 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-fs/samba: Fixed build with USE="-ldap python".Lars Wendler2018-05-241-0/+49
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9
* net-fs/samba: Replaced no_ads patch with official upstream version.Lars Wendler2018-04-172-22/+37
| | | | Package-Manager: Portage-2.3.29, Repoman-2.3.9
* net-fs/samba: add upstream fix for cross-compilingMike Frysinger2018-01-231-0/+40
|
* net-fs/samba: Bump to version 4.7.4Lars Wendler2017-12-251-0/+22
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-fs/samba: Fixed build with rpc-less glibc.Lars Wendler2017-11-131-0/+14
| | | | | | Closes: https://bugs.gentoo.org/606542 Closes: https://bugs.gentoo.org/637320 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-fs/samba: add 4.7.0_rc3Ian Stakenvicius2017-08-111-0/+34
| | | | | | | | | | Adding a first draft of samba-4.7 There may be patches available upstream or already included that will allow Active Directory flag to be enabled while retaining system-mitkrb5; future revisions will make the necessary adjustments if it can be made to work. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* net-fs/samba: Removed old.Lars Wendler2017-01-302-94/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-fs/samba: Bump to versions 4.5.4 and 4.6.0_rc1Lars Wendler2017-01-191-0/+16
| | | | | | | | Added possibility to build AD Domain Controller against bundled heimdal. Thanks to Denis Kaganovich and David Williams for providing patches in Gentoo bug #594130. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-fs/samba: Security cleanup (bug #578004).Lars Wendler2016-12-1913-352/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-fs/samba: Remove <3.6, bonsaikitten approvedMichał Górny2016-06-2613-618/+0
|
* net-fs/samba: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* net-fs/samba: Fixed openrc init script shebang.Lars Wendler2016-05-033-6/+6
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: stop using /var/run in ebuild and conf files tooSergey Popov2016-04-131-2/+2
| | | | | | Gentoo-Bug: 454676 Package-Manager: portage-2.2.28
* net-fs/samba: use /run instead of /var/runSergey Popov2016-04-133-3/+3
| | | | | | Gentoo-Bug: 454676 Package-Manager: portage-2.2.28
* net-fs/samba: Bump to versions 4.3.5 and 4.4.0_rc3Lars Wendler2016-02-242-4/+4
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-fs/samba: commit samba-4.4rc2 with proper ManifestIan Stakenvicius2016-02-103-0/+123
| | | | | | Recommit bedb32a1fbb6675 but with proper Manifest Package-Manager: portage-2.2.26
* Revert "net-fs/samba: add ebuild for 4.4.0rc2"Robin H. Johnson2016-02-093-123/+0
| | | | | | | | This commit is missing the DIST entry for samba-disable-python-patches-4.4.0.tar.xz, and the distfile is not available. This reverts commit bedb32a1fbb6675c639446b39d25d4f13e2d4b67.