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
Rosen Penev and GitHub
10a7a87638
Merge pull request #10897 from jefferyto/golang-format-ldflags-openwrt-19.07
...
[openwrt-19.07] golang: Format TARGET_LDFLAGS for gcc
2019-12-29 04:36:16 -08:00
Rosen Penev and GitHub
9f39817c73
Merge pull request #10888 from mwarning/zerotier
...
zerotier: backport from master
2019-12-28 11:39:29 -08:00
Rosen Penev and GitHub
73a965aea0
Merge pull request #10875 from jefferyto/golang-ldflags-fix-openwrt-19.07
...
[openwrt-19.07] golang: Fix ldflags when GO_PKG_LDFLAGS is set
2019-12-26 13:53:13 -08:00
Rosen Penev and GitHub
a258499976
Merge pull request #10865 from nxhack/libuv_1_32_0
...
[openwrt-19.07] libuv: update to 1.32.0
2019-12-23 17:57:39 -08:00
Rosen Penev and GitHub
b710855ef1
Merge pull request #10762 from leonghui/wiki-link-update-19.07
...
[19.07] treewide: replace old wiki links
2019-12-22 21:43:53 -08:00
Rosen Penev and GitHub
198d01f78e
Merge pull request #10852 from gekmihesg/19.07-restic-rest-server
...
[19.07] restic-rest-server: add package
2019-12-21 07:03:10 -08:00
Rosen Penev and GitHub
0f18984d4e
Merge pull request #10853 from gekmihesg/19.07-restic
...
[19.07] restic: add package
2019-12-21 07:02:43 -08:00
Rosen Penev
9fffb2b688
icu: Backport C++11 math patch
...
Fixes compilation with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 93d049951d )
2019-12-19 20:34:21 -08:00
Rosen Penev and GitHub
fff198e7ff
Merge pull request #10753 from stangri/19.07-https-dns-proxy
...
[19.07] https-dns-proxy: switch to https-dns-proxy package name
2019-12-18 16:14:44 -08:00
Rosen Penev and GitHub
e3de8dd087
Merge pull request #10822 from cshoredaniel/pr-19.07-remove-msmtp-scripts
...
msmtp-scripts: [19.07] Remove as abandoning upstream; msmtp-queue works
2019-12-18 15:56:21 -08:00
Rosen Penev and Josef Schlehofer
0b2a73d15b
nss: Replace usleep with nanosleep
...
usleep is deprecated and is optionally not available with uClibc-ng.
Added PKG_LICENSE_FILES.
Added PKG_CPE_ID for proper CVE tracking.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 1f1cec28b7 )
2019-12-18 23:46:54 +01:00
Rosen Penev and GitHub
2c434727b7
Merge pull request #10801 from gladiac1337/haproxy-2.0.11-openwrt-19.07
...
[openwrt-19.07] haproxy: Update HAProxy to v2.0.11
2019-12-16 07:53:20 -08:00
Rosen Penev and GitHub
10d2e63dd3
Merge pull request #10776 from rs/nextdns-1.3.1_19.07
...
[OpenWRT 19.07] nextdns: update to version 1.3.1
2019-12-13 07:20:57 -08:00
Rosen Penev
8acf58bf6b
geth: Update to 1.9.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from cbcfc7a3e2 )
2019-12-08 14:35:21 -08:00
Rosen Penev
54cbc535da
geth: Update to 1.9.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from c5b7a6958b )
2019-12-08 14:34:51 -08:00
Rosen Penev
b1b53e61c6
motion: Update to 4.2.2
...
Removed webp support. motion picks it up now that it's in the tree.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 1236cab60d )
2019-12-05 10:09:14 -08:00
Rosen Penev and GitHub
12be725fa6
Merge pull request #10697 from jefferyto/byobu-1.130-openwrt-19.07
...
[openwrt-19.07] byobu: Update to 5.130
2019-12-02 13:29:42 -08:00
Rosen Penev and GitHub
7c1c00735c
Merge pull request #10646 from Andy2244/softethervpn5-9672_19.07
...
[19.07] softethervpn5: update to 5.01.9672
2019-11-26 14:23:50 -08:00
Rosen Penev and GitHub
21c52897bd
Merge pull request #10638 from Andy2244/cifsd-tools_update-2019-11-25_19.07
...
cifsd-tools: update to git (2019-11-25) [19.07]
2019-11-25 20:15:21 -08:00
Rosen Penev and GitHub
d0e97caca6
Merge pull request #10631 from jefferyto/python-pyopenssl-19.1.0-openwrt-19.07
...
[openwrt-19.07] python-pyopenssl: Update to 19.1.0
2019-11-25 11:14:29 -08:00
Rosen Penev
88c37cb6fe
transmission: Disable webseeding
...
It causes 100% CPU usage in certain situations. Just disable it.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 6d9ee2ec86 )
2019-11-24 19:09:01 -08:00
Rosen Penev
e8438eb67a
transmission: Fix tracker issue with some firewalls
...
Some firewalls mandate a minimum size of 4k for SYN packets, which
transmission does not do by default. Upstream issue here:
https://github.com/transmission/transmission/issues/964
Cleanup:
Fixed license info.
Removed two unnecessary patches.
Ran shell script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from 730a1697fe )
2019-11-24 19:08:20 -08:00
Rosen Penev and GitHub
d4aa51b246
Merge pull request #10619 from Andy2244/samba4_19.07_22-11-2019
...
samba4: add UCI option 'disable_async_io' [19.07]
2019-11-22 08:34:04 -08:00
Rosen Penev and GitHub
d74673aeb2
Merge pull request #10617 from Andy2244/cifsd_22-11-2019_19.07
...
cifsd: update to git (2019-11-22) [19.07]
2019-11-22 08:27:33 -08:00
Rosen Penev and GitHub
89d4f92b89
Merge pull request #10606 from rs/nextdns-1.1.5_19.07
...
[OpenWRT 19.07] nextdns: Update version 1.1.5 + add per host config option
2019-11-21 09:35:50 -08:00
Rosen Penev and GitHub
b79cb96dc1
Merge pull request #10603 from Andy2244/cifsd-19.07
...
cifsd: add package cifsd [backport]
2019-11-20 16:45:32 -08:00