Rosen Penev
f91af9d77b
mpc: update to 0.33
...
Small Makefile cleanups.
Ran script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 4fba03d6d1 )
2020-04-17 14:57:55 -07:00
Rosen Penev
a39c4e8e04
libupnpp: link against libm under glibc
...
Fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 4ba3e9cd8d )
2020-04-17 14:52:28 -07:00
Rosen Penev
b3a09f0397
libupnpp: update to 0.17.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit e76f23715e )
2020-04-17 14:52:18 -07:00
Rosen Penev
fc2203bb73
libupnpp: Update to 0.17.1
...
Fixed up license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit f6033cf841 )
2020-04-17 14:52:11 -07:00
Rosen Penev
caf43f42a1
libupnp: update to 1.8.7
...
remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7ad02ef9e0 )
2020-04-17 14:49:43 -07:00
Rosen Penev and GitHub
b32a40afea
Merge pull request #11843 from neheb/py3
...
[19.07]meson: use python3
2020-04-15 14:56:27 -07:00
Rosen Penev
125f6ff9ec
meson: use python3
...
meson supports python 3.5.3 and up only.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-04-14 03:44:34 -07:00
Rosen Penev
7a2b9425da
ninja: updated to 1.10.0
...
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 1c4e99cc4e )
2020-04-12 19:46:41 -07:00
Rosen Penev
66f4186547
libmpdclient: update to 2.18
...
Fix URLs and other small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit a5a69057a1 )
2020-04-12 19:45:38 -07:00
Rosen Penev
2a5a89bcc2
mpd: update to 0.21.22
...
Removed upstreamed patches. Only the first was really needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 5e0264be7d )
2020-04-12 19:29:10 -07:00
Rosen Penev
5f7f5a205f
mpd: allow AAC decoding with mini variant
...
This is possible as libfaad no longer has patented functionality based on
BUILD_PATENTED.
AAC is a very popular format, so it makes sense to have some kind of
version included.
The ffmpeg package does not provide and cannot provide AAC decoding
without BUILD_PATENTED, therefore enabled FAAD for all variants.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit c7d98c3626 )
2020-04-12 19:29:01 -07:00
Rosen Penev
eda73f9279
mpd: link against libpthread under glibc
...
Fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 2b0b0ab7f5 )
2020-04-12 19:28:49 -07:00
Rosen Penev
10ddb21781
mpd: update to 0.21.20
...
Updated patches to latest patchset and removed upstreamed ones.
Ran init script through shellcheck. Restart using SIGHUP.
Added logging from stderr as any kind of logging is missing in --no-daemon
mode.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 3be4778840 )
2020-04-12 19:28:32 -07:00
Rosen Penev
debe4d4d9c
mpd: fix ffmpeg AIFF and AMR support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 96521b6a8d )
2020-04-12 19:28:25 -07:00
Rosen Penev
ab7ae0a657
mpd: replace mpg123 with libmad
...
libmad is almost half the size of libmpg123. The docoding is done with
integers instead of floats.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 5bd4ef4035 )
2020-04-12 19:28:16 -07:00
Rosen Penev
8346ace9a6
mpd: fix compilation with uClibc-ng
...
With mpd's build system, it requires either an iconv built into the libc
or icu. Since uClibc-ng as configured by OpenWrt currently has no iconv,
use icu for it to work around the problem. This is the simplest solution.
Added a patch to use boost's rounding functions. They are more appropriate
and work with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit c00f83241b )
2020-04-12 19:27:25 -07:00
Rosen Penev
b061fc6bee
mpd: update to 0.21.19
...
Changed URLs to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 41834a33ac )
2020-04-12 19:27:17 -07:00
Rosen Penev
3c59551d85
nsd: Update to 4.2.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 6ba95fdac4 )
2020-04-12 19:19:43 -07:00
Rosen Penev
048937c407
xmlrpc-c: Update to 1.51.03
...
Small Makefile reorganization.
Switch BUILD_PARALLEL to 1. Seems to work now.
Added nanosleep patch that replaces usleep usage.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 473356a562 )
2020-04-12 19:18:10 -07:00
Rosen Penev
6199615960
mosh: use mips16 and remove configure patch
...
MIPS16 is not needed here.
Removed configure patch and replaced with a configure var.
Removed autoreconf as configure is no longer being patched.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 1ead64489b )
2020-04-08 01:39:06 -07:00
Rosen Penev
376d0b76fd
mosh: Fix compilation with libcxx
...
Partial backport of upstream patch.``
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 3bfbb7d1db )
2020-04-08 01:38:59 -07:00
Rosen Penev
913f95a4bd
mosh: Add protobuf host build dependency
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 2fcdd1fb57 )
2020-04-08 01:38:50 -07:00
Rosen Penev and GitHub
f207f2bf3b
Merge pull request #11802 from stangri/19.07-simple-adblock
...
[19.07] simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
2020-04-07 18:39:30 -07:00
Rosen Penev and GitHub
574a5af56c
Merge pull request #11772 from micmac1/19.07-apache-2443
...
[19.07] apache: security bump to 2.4.43
2020-04-06 14:08:34 -07:00
Rosen Penev and Josef Schlehofer
fa572d1358
meson: update to 0.53.2
...
Switched to PyPI.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit ccb70a3407 )
2020-04-06 22:03:06 +02:00
Rosen Penev and Josef Schlehofer
75c1baa9fd
meson: update to 0.53.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 66bf801f3a )
2020-04-06 22:03:01 +02:00
Rosen Penev
7fba38e3f6
avahi: update to 0.8
...
Clean up Makefile slightly.
Update configure options for the new version.
Remove first patch and update the other one.
Use a different solution for the stack protector on certain platforms.
Run script through shellcheck. Small quote fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 9290d41077 )
2020-03-27 19:48:53 -07:00
Rosen Penev
0da04e56db
avahi: convert to procd
...
Add license information.
Small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit f41612bc9c )
2020-03-27 19:48:47 -07:00
Rosen Penev
97a0abf467
avahi: Fix pkgconfig files to be cross compile friendly
...
libdir should not point to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 736ebb16b6 )
2020-03-27 19:48:40 -07:00
Rosen Penev
ca7da040e7
flac: Update to 1.33
...
Some adjustments to the configure flags.
Removed upstreamed patches.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit b82bdd3f0e )
2020-03-27 19:47:49 -07:00
Rosen Penev
4bd47a5eb6
msmtp: remove myself as maintainer
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 842b9f0f4d )
2020-03-27 19:41:35 -07:00
Rosen Penev
7ccf6f2356
msmtp: Update to 1.8.7
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 9a67d3bfb3 )
2020-03-27 19:41:10 -07:00
Rosen Penev
efab88dc3a
msmtp: Update to 1.8.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 04b9f209a0 )
2020-03-27 19:40:19 -07:00
Rosen Penev
97fcfe9554
mpg123: Update to 1.25.13
...
Fixed license information.
Small Makefile rearrangements for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit aaca589342 )
2020-03-27 19:37:51 -07:00
Rosen Penev
2dbdb7de3f
screen: update to 4.8.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 318d2dd74b )
2020-03-27 19:36:13 -07:00
Rosen Penev
c133dc75de
screen: Update to 4.7.0
...
Remove all patches. They have all been merged upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 29b39264d6 )
2020-03-27 19:36:13 -07:00
Rosen Penev
a677166dd9
zstd: Fix compilation with uClibc-ng
...
Upstream backports.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 54266c99b2 )
2020-03-27 19:33:20 -07:00
Rosen Penev
6c5b9424e3
zstd: Update to 1.4.4
...
More speed improvements.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit aaccad695e )
2020-03-27 19:33:13 -07:00
Rosen Penev
d8c836f6a5
fish: update to 3.1.0
...
Remove upstreamed patches.
Added missing libatomic dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit bee0bfe862 )
2020-03-25 21:08:46 -07:00
Rosen Penev
aae54e90ca
fish: Fix compilation with libcxx
...
cxxabi.h is a useless header that libcxx does not include.
Remove indent on postint script. It should be on the same as the above
section.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit a135cbb9f1 )
2020-03-25 21:08:38 -07:00
Rosen Penev
2ea76a6767
fish: Convert to CMake
...
CMake is faster and allows to simplify the Makefile slightly. It also
creates a slightly smaller package for some reason.
Fixed license information.
Ran postinst through shellcheck. It was using bashisms.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from faa8962178 )
2020-03-25 21:08:13 -07:00
Rosen Penev and GitHub
fc16e964c0
Merge pull request #11617 from nxhack/19_07_icu_66_1
...
[openwrt-19.07] icu: update to 66.1 & fix CVE-2020-10531
2020-03-20 16:01:09 -07:00
Rosen Penev and Josef Schlehofer
2085b990ff
libarchive: update to 3.4.2
...
Switch to normal tarballs. Remove autoreconf as a result.
Several Makefile cleanups for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit c22dd1bf74 )
2020-03-16 22:20:43 +01:00
Rosen Penev
5746e4a2b3
nfs-kernel-server: Fix compile with uClibc-ng
...
NS_MAXMSG is not defined.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 732b1c4c0e )
2020-03-14 17:36:20 -07:00
Rosen Penev and GitHub
55176058f5
Merge pull request #11540 from neheb/softee
...
[19.07]softethervpn: Update to rtm version 4.29-9680
2020-03-10 20:29:30 -07:00
Rosen Penev
dc524aa2aa
softethervpn: disable PIC
...
Compilation is broken on AArch64.
Reordered some things for consistency between packages.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit b8b4e7e269 )
2020-03-09 13:57:45 -07:00
Rosen Penev
381153d597
softethervpn: Fix openssl header patch
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 41fe5a8335 )
2020-03-09 13:57:32 -07:00
Rosen Penev
aba0dd8729
softethervpn: Add missing OpenSSL header
...
Fixes compilation without OpenSSL deprecated APIs as well as
-Werror=implicit-function-declaration.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit b80b614f8f )
2020-03-09 13:57:12 -07:00
Rosen Penev
b546ff127c
stubby: fix init script
...
The configuration file was not being generated.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit b95699c647 )
2020-03-09 13:55:24 -07:00
Rosen Penev
c5219c8af3
stubby: makefile and init script cleanup
...
Reordered Makefile according to
https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 .
Added PKG_BUILD_PARALLEL for faster compilation.
Remove duplicated conffiles section.
Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere
Run init script through shellcheck and clean it up.
Added chmod for the stubby config file, to fix a LuCI issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit eaf5225323 )
2020-03-09 13:55:23 -07:00
Rosen Penev and GitHub
43c5aba9e6
Merge pull request #11524 from micmac1/1907arc_aio2
...
[19.07] mariadb: add dependency on libaio for arc as well
2020-03-07 02:18:23 -08:00
Rosen Penev and GitHub
ca93667c8f
Merge pull request #11482 from BKPepe/libaio_update
...
[OpenWrt 19.07] libaio: Update to 0.3.112
2020-03-02 12:02:01 -08:00
Rosen Penev and Josef Schlehofer
61b732e62f
libaio: Update to 0.3.112
...
Replace inactive maintainer with myself.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7cd204e99e )
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
[compile tested on powerpc_8540]
2020-03-02 16:24:08 +01:00
Rosen Penev and GitHub
0b9578a1de
Merge pull request #11472 from fantom-x/syncthing-19.07
...
syncthing: backport to 19.07
2020-03-01 16:26:17 -08:00
Rosen Penev and GitHub
e29cc586f2
Merge pull request #11381 from wvdakker/openwrt-19.07
...
[Openwrt 19.07] Shorewall: Bump to 5.2.3.6
2020-02-18 14:50:45 -08:00
Rosen Penev and GitHub
3cf36f1458
Merge pull request #11375 from jefferyto/golang-1.13.8-openwrt-19.07
...
[openwrt-19.07] golang: Update to 1.13.8
2020-02-18 02:18:48 -08:00
Rosen Penev and GitHub
156dd4ad0f
Merge pull request #11360 from gladiac1337/haproxy-2.0.13-openwrt-19.07
...
[openwrt-19.07] haproxy: Update HAProxy to v2.0.13
2020-02-17 18:28:59 -08:00
Rosen Penev
bd24f9bb34
ffmpeg: disable x86 asm for old CPU types
...
This is a workaround for NASM being totally broken.
I have two patches, one for master and another for 19.07 that upstream is
not merging.
https://patchwork.ozlabs.org/patch/1221696/
https://patchwork.ozlabs.org/patch/1221697/
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 013162d079 )
2020-02-16 19:51:45 -08:00
Rosen Penev
c53055aa1e
ffmpeg: Fix fdkaac patches
...
The patch created patch files in the ffmpeg build directory, which did
absolutely nothing. Properly backported them.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 9af78c5498 )
2020-02-16 19:51:22 -08:00
Rosen Penev
9d6855be1f
ffmpeg: Fix pkgconfig files to be more cross compile friendly
...
Before:
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include
After:
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Numbered the other patch file.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7477663489 )
2020-02-16 19:50:47 -08:00
Rosen Penev
1e97faf115
zabbix: remove configure patch
...
Allows removing autoreconf.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit f846ced1c8 )
2020-02-16 19:47:33 -08:00
Rosen Penev
2058e86fad
zabbix: Fix compilation with uClibc-ng
...
This is similar to a patch that was previously carried.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 8bc32479ea )
2020-02-16 19:47:25 -08:00
Rosen Penev and GitHub
403c981699
Merge pull request #11356 from neheb/boostkkk
...
[19.07]boost: reintroduce uClibc-ng patch
2020-02-16 07:36:34 -08:00
Rosen Penev
76947a8be5
boost: reintroduce uClibc-ng patch
...
It's all fixed upstream. Backported a combination of three patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-02-16 00:19:30 -08:00
Rosen Penev
78d7c8aef5
knot: Do not try to build under ARC
...
liburcu does not support ARC.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 5ec47ca837 )
2020-02-15 22:07:30 -08:00
Rosen Penev
b4febf32c5
liburcu: Don't build under ARC, not even InstallDev
...
This should finally get rid of buildbot failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 13810e0980 )
2020-02-15 22:07:11 -08:00
Rosen Penev
5c856ff558
perl: Don't build InstallDev under ARC
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 2628584ffd )
2020-02-15 22:05:20 -08:00
Rosen Penev
c7e1106d18
nss: Fix compilation with uClibc-ng
...
_GNU_SOURCE is needed for fdopen, sigaction, and probably more.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7940093fd0 )
2020-02-15 22:04:23 -08:00
Rosen Penev
bdca0e7bf8
measurement-kit: Fix compilation with uClibc-ng
...
The define in the codebase is wrong. Fixed in the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit a5b7a461d3 )
2020-02-15 22:03:09 -08:00
Rosen Penev
659b1b8074
boost: Fix embarassing ARC typo
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-02-15 21:55:30 -08:00
Rosen Penev and GitHub
8640d243ee
Merge pull request #11296 from Andy2244/samba4-update-4.11.6-(19.07)
...
[19.07] samba4: update to 4.11.6, add new UCI option
2020-02-10 13:29:10 -08:00
Rosen Penev and GitHub
a0c00a2139
Merge pull request #11297 from Andy2244/ksmbd-update-3.1.3-(19.07)
...
[19.07] ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support, add avahi support package
2020-02-10 13:28:43 -08:00
Rosen Penev
4906850936
dnsdist: fix compilation on PIE ARM64
...
$(FPIC) evaluates to -fpic on ARM64, breaking compilation:
The dnsdist build system handles it properly anyway. Added --with-pic to
make it explicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7ddb2ddc45158669990374968da87a62a2e9e2e2)
2020-02-09 18:51:09 -08:00
Rosen Penev and GitHub
f815a74160
Merge pull request #11281 from micmac1/apache-19.07-up
...
[19.07] apr/apr-util/apache/subversion: sync with master
2020-02-09 14:51:27 -08:00
Rosen Penev and GitHub
9be5706a7c
Merge pull request #11245 from Robby-/openwrt-19.07-rlmpython_and_fixproxycfgconflict
...
[19.07] freeradius3: Fix proxy.conf file conflict and enable the rlm_python and rlm_python3 modules
2020-02-08 17:43:52 -08:00
Rosen Penev and Josef Schlehofer
90e596693d
shadow: update to 4.8.1
...
Fixed license information.
Removed patch requiring autoreconf and replaced with a configure variable.
Removed faulty patch that broke systems without a disabled crypt size hack.
Replaced with using a SED command as well as bcrypt, which works in musl.
Removed su patch and converted it to a SED command in the Makefile.
Added new shadow utilities.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 87e5ded04c )
2020-02-04 15:46:20 +01:00
Rosen Penev and GitHub
4332642902
Merge pull request #11213 from adde88/openwrt-19.07
...
[19.07] hcxtools: update to latest version
2020-02-03 17:06:07 -08:00
Rosen Penev and GitHub
f8999d9634
Merge pull request #11229 from jefferyto/golang-env-fixes-openwrt-19.07
...
[openwrt-19.07] golang: Improve build isolation from user environment
2020-02-03 14:05:06 -08:00
Rosen Penev and GitHub
3c95786ac8
Merge pull request #11219 from jefferyto/golang-1.13.7-openwrt-19.07
...
[openwrt-19.07] golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
2020-02-02 14:06:19 -08:00
Rosen Penev and GitHub
f7b3d00620
Merge pull request #11184 from micmac1/19.07-maria-10.2.31
...
[19.07] mariadb: security bump to 10.2.31
2020-01-30 16:30:01 -08:00
Rosen Penev and GitHub
cff7a04a6a
Merge pull request #11176 from jefferyto/python-fix-float-byte-order-openwrt-19.07
...
[openwrt-19.07] python,python3: Fix float byte order detection
2020-01-30 16:27:49 -08:00
Rosen Penev and Jeffery To
30d0c2ee0f
python: Replace utime with utimes
...
Optionally fixes compilation with uClibc-ng.
Based on the surrounding code, this looks like an oversight.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from 608df65a62 )
Adjusted PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2020-01-30 19:04:39 +08:00
Rosen Penev and GitHub
4d2cbcadc5
Merge pull request #11149 from nickberry17/add_mm_to_19
...
backport ModemManager and dependencies to 19.07
2020-01-28 01:57:06 -08:00
Rosen Penev and GitHub
cd81e4f06f
Merge pull request #11143 from Andy2244/smbd-rename_ksmbd-update-3.1.1-(19.07)
...
[19.07] smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"
2020-01-27 15:48:22 -08:00
Rosen Penev and GitHub
f5f35a72a1
Merge pull request #11144 from Andy2244/wsdd2-rename_ksmbd-(19.07)
...
[19.07] wsdd2: update for renamed smbd->ksmbd
2020-01-27 15:48:09 -08:00
Rosen Penev
ef940752d2
glib2: Disable Werror
...
On GCC9, it throws a Wformat-nonliteral error. Unfortunately, there's no
easy was to fix it as it is fortify-headers where the warning ultimately
comes from.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from abdec8939e )
2020-01-27 15:45:32 -08:00
Rosen Penev and GitHub
045e54e6b6
Merge pull request #11129 from Robby-/openwrt-19.07-freeradius3_update_3_0_20
...
[19.07] freeradius3: Update to 3.0.20
2020-01-26 10:48:13 -08:00
Rosen Penev
eab36f8a67
avrdude: Fix GPIO path building
...
%ud is a GNU extension. It's not really supported elsewhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 536c6b8be7 )
2020-01-23 21:33:46 -08:00
Rosen Penev and GitHub
9cb0c7f4a0
Merge pull request #10990 from BKPepe/django-19.07
...
[OpenWrt 19.07] django: update to version 1.11.27
2020-01-22 18:41:20 -08:00
Rosen Penev and GitHub
5afe3fd1df
Merge pull request #11078 from ddast/radicale_add_urllib_dep
...
radicale-py3: Add python3-urllib dependency
2020-01-20 14:55:29 -08:00
Rosen Penev and GitHub
895200940a
Merge pull request #11061 from cotequeiroz/afalg_1.1.0-19.07
...
[19.07] afalg_engine: bump to v1.1.0
2020-01-19 12:17:06 -08:00
Rosen Penev and GitHub
d0bdd32524
Merge pull request #11021 from jefferyto/golang-updates-openwrt-19.07
...
[openwrt-19.07] golang: Updates
2020-01-14 12:11:06 -08:00
Rosen Penev
3dfabe79f3
smbd: Update to 3.0.2
...
Fixes a nasty stack corruption issue and a big endian fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 232a271f40 )
2020-01-10 19:05:10 -08:00
Rosen Penev
670f336d79
transmission: Sync with master
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-01-10 18:07:42 -08:00
Rosen Penev and GitHub
d974cd3673
Merge pull request #10920 from Rixerx/openwrt-19.07
...
[19.07] zabbix: update to 4.0.16
2020-01-05 17:15:37 -08:00
Rosen Penev and GitHub
26c23f3b9e
Merge pull request #10881 from mstorchak/stubby-19.07
...
[19.07] stubby: switch to ca-bundle
2020-01-05 15:38:13 -08:00
Rosen Penev and GitHub
9ec8652533
Merge pull request #10940 from Andy2244/samba-4.11.4-(19.07)
...
[19.07] samba4: update to 4.11.4 (python3 version), add rpcsvc-proto, add libasn1 host build
2020-01-03 16:32:02 -08:00
Rosen Penev and GitHub
7472cc7427
Merge pull request #10938 from Andy2244/smbd-rename-3.0.1-(19.07)
...
[19.07] smbd: rename from cifsd, update to 3.0.1
2020-01-03 16:15:54 -08:00
Rosen Penev and GitHub
396c5fc9bf
Merge pull request #10939 from Andy2244/wsdd2-init-update-(19.07)
...
[19.07] wsdd2: update to git (2019-12-15), bind to 'lan' only, update init for smbd
2020-01-03 16:09:13 -08:00
Rosen Penev and GitHub
bff3204973
Merge pull request #10937 from Andy2244/libtirpc-1.2.5-(19.07)
...
[19.07] libtirpc: update to 1.2.5
2020-01-03 16:08:32 -08:00