summary refs log tree commit diff
path: root/pkgs/servers/samba
Commit message (Collapse)AuthorAge
* samba: 4.19.1 -> 4.19.2Sergei Trofimovich2023-11-06
| | | | Changes: https://www.samba.org/samba/history/samba-4.19.2.html
* samba: 4.18.6 -> 4.19.1Yaya2023-10-21
| | | | | | | | | | https://lists.samba.org/archive/samba-announce/2023/000651.html Fixes CVE-2023-3961 Fixes CVE-2023-4091 Fixes CVE-2023-4154 Fixes CVE-2023-42669 Fixes CVE-2023-42670
* treewide: convert configureFlags to wafConfigureFlags when appropriateAnderson Torres2023-09-06
|
* treewide: waf.hook -> wafHookAnderson Torres2023-09-06
|
* treewide: change wafConfigureFlags to configureFlagsAnderson Torres2023-09-01
| | | | Because it makes no sense to treat it differently.
* Merge master into staging-nextgithub-actions[bot]2023-08-31
|\
| * samba: 4.18.5 -> 4.18.6R. Ryantm2023-08-22
| |
* | samba4: change wafHook to waf.hookAnderson Torres2023-08-26
|/
* samba: 4.17.7 -> 4.18.5Mats2023-07-20
|
* samba: 4.17.5 -> 4.17.7Thomas Gerbet2023-04-11
| | | | | | | | Fixes CVE-2023-0225, CVE-2023-0922 and CVE-2023-0614. Release notes: https://www.samba.org/samba/history/samba-4.17.7.html https://www.samba.org/samba/history/samba-4.17.6.html
* samba: unbreak on darwinWeijia Wang2023-03-17
|
* Merge pull request #208795 from wucke13/dev/wucke13/fix-sssdLassulus2023-02-09
|\
| * samba: etcWanja Zaeske2023-01-15
| | | | | | | | | | | | | | Makes samba use the nix vendored `talloc` instead of compiling its own, bundleded version. This fixes an issue where the library may be initialized with different magic numbers, resulting in segfaults. See in https://github.com/NixOS/nixpkgs/issues/205859 for further detail.
* | samba: 4.17.4 -> 4.17.5Sam Doshi2023-02-04
|/
* samba: add darwin support (#207465)Weijia Wang2023-01-03
|
* samba: 4.17.3 -> 4.17.4R. Ryantm2022-12-26
|
* samba: add notes for darwinMonson Shao2022-11-23
|
* samba: explicitly enable libunwind (#201875)Yureka2022-11-22
| | | fixes build of pkgsMusl.samba
* Merge pull request #201553 from NixOS/upd/samba4ajs1242022-11-17
|\ | | | | samba4: 4.17.2 -> 4.17.3
| * samba4: 4.17.2 -> 4.17.3Janne Heß2022-11-16
| |
* | samba: fix cross-compilationBen Wolsieffer2022-11-13
|/ | | | | | | | | | | | The last update mistakenly removed wafHook and the patch required to make cross- compilation work. In addition, the bundled version of heimdal is now too new to work with asn1_compile from the heimdal package in nixpkgs (it isn't out of date, there just hasn't been a release in years and samba uses an unreleased version). To fix the latter issue, the native build of samba saves asn1_compile and compile_et from the bundled heimdal into the dev output, allowing them to be available at build time when cross-compiling.
* samba4: 4.15.9 -> 4.17.2ajs1242022-11-10
| | | | | | | | | | - package uses the vendored heimdal kerberos now - does not call waf directly anymore, because it complained - a lot of upstream releases: - https://www.samba.org/samba/history/samba-4.16.0.html - https://www.samba.org/samba/history/samba-4.17.0.html - https://www.samba.org/samba/history/samba-4.17.1.html - https://www.samba.org/samba/history/samba-4.17.2.html
* treewide: optional -> optionals where the argument is a listArtturin2022-10-10
| | | | the argument to optional should not be list
* samba: 4.15.5 -> 4.15.9Robert Scott2022-09-11
|
* samba: don't depend on build python3Artturin2022-08-31
| | | | | | | | | | add disallowedReferences to prevent future regressions buildPackages.python3Packages.python.intepreter will be python3.10 while the one in shebang is python3 had to move the substituting to after wrapPythonPrograms because the wrapper contained build python so something weird is going on
* samba: 4.15.3 -> 4.15.5Martin Weinelt2022-02-01
| | | | | | | https://www.openwall.com/lists/oss-security/2022/02/01/1 Fixes: CVE-2021-44141, CVE-2021-44142, CEV-2022-0336 (cherry picked from commit da86fe2cd69c3b12b86040f349fe87a63e4f541c)
* samba: 4.15.2 -> 4.15.3R. Ryantm2022-02-01
| | | | (cherry picked from commit 886235de96e2bdd5d29bd1b7bff9f7358c7ff329)
* samba: 4.15.1 -> 4.15.2R. Ryantm2021-12-07
|
* Merge pull request #143544 from r-ryantm/auto-update/sambaMaximilian Bosch2021-11-12
|\ | | | | samba: 4.15.0 -> 4.15.1
| * samba: 4.15.0 -> 4.15.1R. Ryantm2021-10-29
| |
* | Merge pull request #144948 from helsinki-systems/feat/samba-patch-all-libsJanne Heß2021-11-09
|\ \ | | | | | | samba4: Fix all libraries
| * | samba4: Fix all librariesJanne Heß2021-11-07
| |/ | | | | | | This also fixes versioned so files that don't match *.so
* / samba: fix ceph library pathSean Buckley2021-11-07
|/
* samba: 4.14.7 -> 4.15.0Pascal Bach2021-09-22
|
* samba: 4.14.4 -> 4.14.7R. RyanTM2021-09-14
|
* samba: fix build hanging on armv7l configure phaseKranium Gikos Mendoza2021-08-17
|
* samba4: add wrapPythonPrograms (#132373)Artturi2021-08-03
|
* samba: fix cross-compilationBen Wolsieffer2021-06-28
|
* samba: add missing python dependencies for ldap and domain controllerMaxine Aubrey2021-06-03
|
* samba: 4.13.7 -> 4.14.4Robert Schütz2021-05-28
| | | | fixes https://www.samba.org/samba/security/CVE-2021-20254.html
* samba: 4.13.4 -> 4.13.7Pascal Bach2021-03-31
|
* samba: 4.13.3 -> 4.13.4R. RyanTM2021-03-09
|
* samba4: mark broken when enableGlusterFS is trueBernardo Meurer2021-02-07
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* samba: mark as broken on darwinPascal Bach2020-12-21
| | | | | | | | | smbclient does not properly link and when trying to run it it fails with messages like: dyld: Library not loaded: /private/tmp/nix-build-samba-4.7.12.drv-0/samba-4.7.12/bin/default/source3/libpopt-samba3-samba4.dylib Referenced from: result/bin/smbclient Reason: image not found
* samba: fix macOS buildPascal Bach2020-12-21
|
* samba: 4.13.0 -> 4.13.3Pascal Bach2020-12-21
|
* samba: 4.12.6 -> 4.13.0Aneesh Agrawal2020-12-21
| | | | | | | | | | | | | | | Previously, `vfs_snapper` was only built if `dbus` was found. Now, `vfs_snapper` is enabled by default (on Linux) and it requires dbus to be available: ``` Checking for dbus: not found vfs_snapper is enabled but prerequisite dbus-1 package not found. Use --with-shared-modules=!vfs_snapper to disable vfs_snapper support. ``` We could pass `--with-shared-modules=!vfs_snapper` to disable it, but currently pass `--with-shared-modules=ALL`, so add dbus as a dependency instead.