MilhouseVH
92ccff3e5d
samba: stop using compile_et installed by e2fsprogs
...
Install the Heimdal version of compile_et (and asn1_compile for completeness)
using a heimdal_ prefix to avoid a name clash with e2fsprogs which installs a
similar but different (and older) compile_et shell script.
Then, tell Samba where to find the new Heimdal binaries.
Ref: https://bugzilla.samba.org/show_bug.cgi?id=13856
2019-10-29 12:19:07 +00:00
MilhouseVH
97f87d8e9c
packages: switch from Python2 to Python3
2019-10-29 12:19:07 +00:00
MilhouseVH
b165eea5cc
samba: update to samba-4.9.14
2019-10-22 17:49:46 +01:00
MilhouseVH
962ac30e40
samba: enable nmblookup, for kodi
2019-10-15 03:32:23 +01:00
MilhouseVH
7850345b1b
samba: update to samba-4.9.13
2019-09-03 20:09:49 +01:00
MilhouseVH
3e7f519a44
samba: update to samba-4.9.12
2019-08-27 15:42:59 +01:00
MilhouseVH
2e36eb91a2
samba: update to samba-4.9.11
2019-07-03 20:26:21 +01:00
MilhouseVH
70ba2af40a
samba: update to samba-4.9.10
2019-07-02 20:16:43 +01:00
MilhouseVH
57b3ed9fcb
samba: update to samba-4.9.9
2019-06-19 18:25:22 +01:00
MilhouseVH
24337ab279
samba: update to samba-4.9.8
2019-05-14 23:51:38 +01:00
MilhouseVH
4e0e1fd670
samba: update to samba-4.9.7
2019-05-02 00:28:24 +01:00
MilhouseVH
8123a9278e
samba: update to samba-4.9.6
2019-04-08 13:16:47 +01:00
MilhouseVH
283a9554c6
samba: update to samba-4.9.5
2019-03-12 12:36:50 +00:00
MilhouseVH
0bed73d3c0
samba: don't unintentionally exit with failure when SAMBA_SERVER is disabled
2019-01-24 19:22:15 +00:00
CvH
a98586ba33
Merge pull request #3171 from MilhouseVH/le90_buildsystem_source_packages-with-drop
...
buildsystem: centralise package sourcing
2018-12-29 18:18:15 +01:00
MilhouseVH
dd4d00cd3a
samba: update to samba-4.9.4
2018-12-20 12:31:16 +00:00
MilhouseVH
b518bbf4e7
packages: implement late variable binding
...
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
MilhouseVH
8e9bc1b5bb
samba: update to samba-4.9.3
2018-11-27 12:46:27 +00:00
MilhouseVH
a4fde412bf
samba: update to samba-4.9.2
2018-11-08 12:46:55 +00:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00
CvH
4317bc5002
cleanup: remove PKG_SECTION
2018-10-22 15:06:11 +02:00
MilhouseVH
684f91cd87
samba: update to samba-4.9.1
2018-09-24 12:14:38 +01:00
MilhouseVH
210465b1d4
samba: update to samba-4.9.0
2018-09-13 23:31:56 +01:00
MilhouseVH
c2c24ecb23
samba: update to samba-4.8.5
2018-08-24 20:08:55 +01:00
MilhouseVH
d946f3b516
samba: update to samba-4.8.4
2018-08-14 16:56:02 +01:00
Sascha Kuehndel (InuSasha)
9c29a83d46
samba: needs attr
2018-08-01 21:48:27 +02:00
CvH
f668a67654
spdx: packages/network
2018-07-18 20:45:17 +02:00
MilhouseVH
c5b941105c
samba: update to samba-4.8.3
2018-06-26 19:27:48 +01:00
MilhouseVH
ac31b021af
samba: update to samba-4.8.2
2018-05-16 22:44:36 +01:00
MilhouseVH
c84b1771e7
Merge pull request #2666 from HiassofT/le9-retire-devtools
...
retire DEVTOOLS
2018-04-29 12:55:04 +01:00
Christian Hewitt
ad4571486c
Merge pull request #2673 from MilhouseVH/le90_samba_4.8.1
...
samba: update to samba-4.8.1
2018-04-26 20:29:21 +05:30
MilhouseVH
51aee5c855
samba: update to samba-4.8.1
2018-04-26 15:54:56 +01:00
Matthias Reichl
a5d4c9926a
samba: always build smbclient, smbtree and testparm
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-25 16:19:33 +02:00
MilhouseVH
c8809e92b9
samba: call smbd-config from samba-config
2018-04-19 00:33:40 +01:00
MilhouseVH
7abb247d83
samba: update to samba-4.8.0
2018-03-14 03:55:30 +00:00
MilhouseVH
e32906ae10
samba: update to samba-4.7.6
2018-03-13 16:13:25 +00:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
...
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)
All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk
Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Christian Hewitt
161ae076c9
Merge pull request #2459 from MilhouseVH/le90_package_bumps_2018v1
...
Package Updates: various
2018-02-10 10:54:32 +04:00
MilhouseVH
8e617dd09f
samba: update to samba-4.7.5
2018-02-07 13:38:01 +00:00
MilhouseVH
d7bcf2b75c
Merge pull request #2472 from eluancm/eluan
...
Fixes for building Generic/x86_64 under Gentoo/amd64
2018-02-07 08:45:00 +00:00
eluancm
4f0753a542
Reworked the last commit
2018-02-01 23:56:27 -05:00
eluancm
f4bbb99cf0
Fixes for building Generic/x86_64 under Gentoo/amd64
2018-02-01 22:11:19 -05:00
MilhouseVH
28f0289dc9
samba: use helper function
2018-02-01 05:21:36 +00:00
MilhouseVH
bc33dcd0e7
samba: update to samba-4.7.4
2017-12-27 13:57:32 +00:00
MilhouseVH
b99c10d777
samba: fix link issues when rebuilding
2017-12-19 16:15:29 +00:00
MilhouseVH
3192ddf3b1
Merge pull request #2151 from InuSasha/feature/rewrite-build
...
buildsystem: rework build script
2017-11-22 12:14:57 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
MilhouseVH
e3397c2a81
samba: update to samba-4.7.3
2017-11-21 18:47:01 +00:00
MilhouseVH
d24271f47a
samba: update to samba-4.7.2
2017-11-15 20:17:45 +00:00