After getting rid of cryptsetup's heavy openssl dependency, there is now
the problem of missing RIPEMD160 support. RIPEMD160 is used for True/Vera
crypt volumes as well as old LUKS1 ones.
Signed-off-by: Rosen Penev
---
package/kernel/linux/modules/crypto.mk | 12
1 file change
On Wed, Mar 27, 2019 at 12:08 PM Magnus Kroken wrote:
>
> Signed-off-by: Magnus Kroken
> ---
> package/network/services/openvpn/Makefile | 6
> +++---
> .../openvpn/patches/100-mbedtls-disable-runtime-version-check.patch | 2 +-
> .../openvpn/patches/210-build_always_u
more then a month without any comments, looked correct to me at
> the first sight, and harmless enough so I've just merged it. I'll try to be
> more careful next time.
Erm careful with what?
>
> @Rosen could you please next time include v2 in the subject and changelog in
> you
of=/dev/null bs=64k from
42.82s to 14.09s.
boot speed is also faster:
[ 66.884087] procd: - init - vs
[ 48.976049] procd: - init -
Since spi speed was requested:
[3.538884] spi-mt7621 1e000b00.spi: sys_freq: 2250
CPU is 900MHz:
[0.00] CPU Clock: 900MHz
Signed-off-by: Ro
permissive]
stable_sort(first, last, comp);
Signed-off-by: Rosen Penev
---
This is technically a v2. A more complete patch was made 3 months ago
but nobody looked at it.
package/libs/uclibc++/Makefile| 2 +-
...60-algorithm-Fix-decl-of-stable_sort.patch | 109 ++
2 fil
According to rules.mk, -mfloat-abi=soft is used. This is causing build
failures with the botan library:
https://downloads.openwrt.org/snapshots/faillogs/armeb_xscale/packages/botan/compile.txt
Is it sensical to change the default to softfp, as the error message suggests?
. 75843 vs. 75222 (gcc
in OpenWrt defaults to g++14).
Added --gc-sections to linker flags to reduce size: 72653 vs 75222.
Removed warn linker options. They have been upstreamed.
Tested on Archer C7v2 and GnuBee PC1.
Signed-off-by: Rosen Penev
---
package/libs/uclibc++/Makefile
ind a size increase as a result of enabling it:
Before:
1917495 Feb 19 16:15 linux-ramips_mt7621/gnubee_gb-pc1-kernel.bin
After:
1917495 Feb 19 16:27 linux-ramips_mt7621/gnubee_gb-pc1-kernel.bin
Signed-off-by: Rosen Penev
---
target/linux/generic/config-4.19 | 2 +-
1 file changed, 1 insertion(+),
On Mon, Apr 8, 2019 at 2:41 PM Hauke Mehrtens wrote:
>
> On 4/8/19 9:57 PM, Rosen Penev wrote:
> > CONFIG_IDE_TASK_IOCTL is used by hdparm when erasing drives. Without it,
> > it errors with:
> >
> > Issuing SECURITY_ERASE command, password="PasSWorD"
On Sat, Apr 13, 2019 at 7:07 AM Christian Lamparter wrote:
>
> Cc'd: BangLang Huang
>
> On Saturday, April 6, 2019 10:35:48 PM CEST Rosen Penev wrote:
> > According to rules.mk, -mfloat-abi=soft is used. This is causing build
> > failures with the
On Wed, Apr 17, 2019 at 6:56 PM W. Michael Petullo wrote:
>
> The OpenWrt build server seems to be unable to build my snort3 package. See
> https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt:
>
> [...]
> make[4]: Leaving directory
> '/data/bowl-builder/x86_64/buil
On Wed, Apr 17, 2019 at 9:49 PM Rosen Penev wrote:
>
> On Wed, Apr 17, 2019 at 6:56 PM W. Michael Petullo wrote:
> >
> > The OpenWrt build server seems to be unable to build my snort3 package. See
> > https://downloads.openwrt.org/snapshots/faillogs/x86_64/pac
On Fri, Apr 19, 2019 at 4:05 PM Josef Schlehofer
wrote:
>
> The driver is for the I2C mux.
> Schematic available at https://doc.turris.cz/doc/_media/rtrom01-schema.pdf
>
> Signed-off-by: Josef Schlehofer
Tested-by: Rosen Penev
> ---
> target/linux/mvebu/image/cortex-a
There are two patches in master that fix long range build failures:
https://github.com/openwrt/openwrt/commit/042d68a19593ac796098845366a235f5465816da#diff-41aaa89c68b8575d420435d3e892f369
https://github.com/openwrt/packages/commit/5c823596dd4f51969425b7a39f9b3c2730aa4e72
Can these be backported
enssl: build kmods only if engines are selected
> Add a conditional to the individual package's for the kmods in DEPENDS.
> This avoids the need to compile the kernel modules when the crypto
> engine packages are not selected. The final binares are not affected by
> this.
>
The 8 year old file does not have any ARC definitions.
Signed-off-by: Rosen Penev
---
package/libs/libbsd/Makefile | 2 +-
package/libs/libbsd/patches/010-fix-arc.patch | 15 +++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 package/libs
Probably glibc too. argp_help takes a char *. not const char *.
Signed-off-by: Rosen Penev
---
package/libs/elfutils/Makefile| 2 +-
.../libs/elfutils/patches/200-uclibc-ng-compat.patch | 11 +++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode
Missing header for va_list.
Signed-off-by: Rosen Penev
---
https://downloads.openwrt.org/snapshots/faillogs/arc_arc700/base/nftables/compile.txt
actually shows the exact same change.
package/network/utils/nftables/Makefile| 2 +-
.../network/utils/nftables/patches/010-uclibc
On Thu, May 2, 2019 at 10:53 AM Jeffery To wrote:
>
> This changes the default PKG_BUILD_DIR to take BUILD_VARIANT into
> account (if set), so that packages do not need to manually override
> PKG_BUILD_DIR just to handle variants.
I like this. Basic test with one of my packages(transmission) worke
On Thu, May 2, 2019 at 9:47 AM Jeffery To wrote:
>
> The default zlib.pc file generated by cmake contains absolute paths.
> This patches the file to use relative paths (relative to ${prefix} and
> ${exec_prefix}).
git grep with-zlib= | wc -l in the packages repo returns 12. I wonder
if this fixes
> On May 3, 2019, at 10:17, Petr Štetiar wrote:
>
> Rosen Penev [2019-05-01 10:04:45]:
>
> Hi,
>
>> The 8 year old file does not have any ARC definitions.
>
> I'm wondering if we need to cary another patch forever, thus if it wouldn't be
> better
On Fri, May 3, 2019 at 10:12 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-05-01 10:05:20]:
>
> Hi,
>
> > Probably glibc too. argp_help takes a char *. not const char *.
>
> I'm wondering if we need to cary another patch forever, thus if it wouldn't be
> be
On Fri, May 3, 2019 at 4:50 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-05-01 10:08:10]:
>
> Hi,
>
> > Missing header for va_list.
>
> shouldn't this go through upstream first? Thanks.
Sent
>
> -- ynezz
___
op
On Fri, May 3, 2019 at 11:55 AM, Petr Štetiar wrote:
Rosen Penev [2019-05-03 10:49:54]:
> On May 3, 2019, at 10:17, Petr Štetiar wrote:
>
> Rosen Penev [2019-05-01 10:04:45]:
>
>> The 8 year old file does not have any ARC definitions.
>
> I'm wonderi
On Fri, May 3, 2019 at 11:00 AM Rosen Penev wrote:
>
> On Fri, May 3, 2019 at 10:12 AM Petr Štetiar wrote:
> >
> > Rosen Penev [2019-05-01 10:05:20]:
> >
> > Hi,
> >
> > > Probably glibc too. argp_help takes a char *. not const char *.
> >
On Fri, May 3, 2019 at 11:49 AM, Rosen Penev wrote:
On Fri, May 3, 2019 at 4:50 AM Petr Štetiar wrote:
Rosen Penev [2019-05-01 10:08:10]:
Hi,
> Missing header for va_list.
shouldn't this go through upstream first? Thanks.
Sent
This was applied upstream.
Fixes compilation under uClibc-ng.
Signed-off-by: Rosen Penev
---
package/utils/xfsprogs/Makefile | 2 +-
...six_memalign-instead-of-deprecated-v.patch | 31 +++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644
package/utils/xfsprogs/patches
Now that kernel 3.18 is gone, we can safely add these features.
Tested on Turris Omnia.
Signed-off-by: Rosen Penev
---
package/kernel/linux/modules/crypto.mk | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux
On Fri, May 3, 2019 at 12:11 PM Rosen Penev wrote:
>
>
> On Fri, May 3, 2019 at 11:55 AM, Petr Štetiar wrote:
>
> Rosen Penev [2019-05-03 10:49:54]:
>
> > On May 3, 2019, at 10:17, Petr Štetiar wrote: > > Rosen
> > Penev [2019-05-01 10:04:45]: > >&g
Now that kernel 3.18 is gone, we can safely add these features.
Tested on Turris Omnia.
Signed-off-by: Rosen Penev
---
v2: Rebased against master
package/kernel/linux/modules/crypto.mk | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules
On Mon, May 27, 2019 at 2:30 PM Petr Štetiar wrote:
>
> Hi,
>
> this patch series fixes some of the current urandom-seed flaws and improves
> situation with low entropy in the kernel during the boot.
>
> First, simply writing to /dev/urandom does not increase the kernel's entropy
> count, this cas
On Thu, May 30, 2019 at 8:09 AM Christian Lamparter wrote:
>
> Hello,
>
> On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote:
> > Christian Lamparter [2019-05-29 21:58:29]:
> > > Upstream Linux's input gpio-keys driver supports
> > > specifying a external interrupt for a gpio via the
>
On Fri, May 31, 2019 at 7:16 PM Chuanhong Guo wrote:
>
> On Sat, Jun 1, 2019 at 12:26 AM Christian Lamparter
> wrote:
> >
> > On Friday, May 31, 2019 4:44:50 PM CEST Chuanhong Guo wrote:
> > > Hi!
> > >
> > > On Fri, May 31, 2019 at 9:34 PM Christian Lamparter
> > > wrote:
> > > >
> > > > Not
Normal GDB has supported ARC since 8.0
Signed-off-by: Rosen Penev
---
package/devel/gdb-arc/Makefile| 94 ---
.../patches/100-no_extern_inline.patch| 32 ---
.../gdb-arc/patches/110-no_testsuite.patch| 21 -
.../120-fix-compile-flag
Supported since 8.0.
Added uClibc-ng patch.
Signed-off-by: Rosen Penev
---
package/devel/gdb/Makefile | 6 +++---
package/devel/gdb/patches/130-uclibc-fix.patch | 11 +++
2 files changed, 14 insertions(+), 3 deletions(-)
create mode 100644 package/devel/gdb
They cause compilation failures.
Backportewd from upstream libiconv.
Signed-off-by: Rosen Penev
---
package/libs/libiconv/Makefile| 2 +-
package/libs/libiconv/src/include/iconv.h | 16 +---
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/package/libs
This prevents overriding it to use GCC9.
Signed-off-by: Rosen Penev
---
toolchain/gcc/Config.version | 1 -
1 file changed, 1 deletion(-)
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index ef9bbb82e2..e635244827 100644
--- a/toolchain/gcc/Config.version
+++ b
On Sat, Jun 22, 2019 at 7:37 AM Christian Lamparter wrote:
>
> On Thursday, June 20, 2019 9:33:04 PM CEST Rosen Penev wrote:
> > This prevents overriding it to use GCC9.
> >
> > Signed-off-by: Rosen Penev
> > ---
> > toolchain/gcc/Config.version |
strlen returns size_t, not int.
Signed-off-by: Rosen Penev
---
nmea.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nmea.c b/nmea.c
index 42be71e..7d75ab8 100644
--- a/nmea.c
+++ b/nmea.c
@@ -118,7 +118,7 @@ nmea_rmc_cb(void)
}
if (strlen(nmea_params[3
On Mon, Jun 24, 2019 at 1:00 PM Christian Lamparter wrote:
>
> On Saturday, June 22, 2019 8:57:32 PM CEST Rosen Penev wrote:
> > On Sat, Jun 22, 2019 at 7:37 AM Christian Lamparter
> > wrote:
> > >
> > > On Thursday, June 20, 2019 9:33:04 PM CEST Rose
When selecting GCC9 under Advanced options, GCC8 still gets selected.
Signed-off-by: Rosen Penev
---
v2: Allow selecting GCC9 but not 7 and below
toolchain/gcc/Config.version | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc
On 7/5/2019 1:08 PM, Christian Lamparter wrote:
On Wednesday, July 3, 2019 10:16:51 PM CEST Rosen Penev wrote:
When selecting GCC9 under Advanced options, GCC8 still gets selected.
Signed-off-by: Rosen Penev
Looks like we came to the same conclusion (see date).
https://git.openwrt.org/?p
Fixes undefined reference to strtoul
Signed-off-by: Rosen Penev
---
package/utils/usbreset/Makefile | 2 +-
package/utils/usbreset/src/usbreset.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/utils/usbreset/Makefile b/package/utils/usbreset/Makefile
index
Starting with version 1.1.15, musl supports powerpc64.
There are no known users of powerpc64 yet.
Signed-off-by: Rosen Penev
---
toolchain/Config.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 95087b7078..9ca711e29a
Patch is an upstream backport.
Fixes compilation when -Werror=implicit-function-declaration is passed.
Signed-off-by: Rosen Penev
---
package/utils/util-linux/Makefile | 2 +-
.../util-linux/patches/010-stdlib.h.patch | 26 +++
2 files changed, 27 insertions
Fixes compilation with -Werror=implicit-function-declaration.
Patch submitted upstream: https://github.com/paulusmack/ppp/pull/124
Signed-off-by: Rosen Penev
---
package/network/services/ppp/Makefile | 2 +-
.../services/ppp/patches/700-musl.patch | 22 +++
2
This fixes compilation with -Werror=implicit-function-declaration.
Signed-off-by: Rosen Penev
---
package/network/utils/linux-atm/Makefile | 2 +-
.../linux-atm/patches/700-musl-include.patch | 30 +++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644
Starting with version 1.1.15, musl supports powerpc64.
There are no known users of powerpc64 yet.
This is effectively a revert of 0de93311e1575ab6f8e9e90b5023b6fb2cedcf1f
Signed-off-by: Rosen Penev
---
v2: Add missing entries
toolchain/Config.in | 6 ++
1 file changed, 2 insertions(+), 4
On Thu, Jul 18, 2019 at 12:54 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-07-17 18:30:00]:
>
> > Patch is an upstream backport.
>
> Can't we simply wait tillnext util-linux bump?
Makes no difference to me.
>
> > Fixes compilation when -Werror=implicit-function
usleep has been deprecated by POSIX.1-2001 and removed in POSIX.1-2008.
Fixes compilation when libc does not include usleep (optional with
uClibc-ng).
nanosleep also has the advantage of being more accurate.
Signed-off-by: Rosen Penev
---
initd/init.c | 3 ++-
1 file changed, 2 insertions
usleep has been deprecated by POSIX.1-2001 and removed in POSIX.1-2008.
Fixes compilation when libc does not include usleep (optional with
uClibc-ng).
nanosleep also has the advantage of being more accurate.
Signed-off-by: Rosen Penev
---
sys.c | 3 ++-
1 file changed, 2 insertions(+), 1
From: Maxim Gorbachyov
mktemp is unsafe to use as well as deprecated by POSIX.1-2008. uClibc-ng
optionally does not include it when SuSv3 legacy functions are disabled.
Signed-off-by: Maxim Gorbachyov
Signed-off-by: Rosen Penev
---
file.c | 19 +++
1 file changed, 11
From: Eneas U de Queiroz
Don't use cpu_to_be32 outside of a function.
Signed-off-by: Eneas U de Queiroz
---
Please backport to 18.06
https://downloads.openwrt.org/releases/faillogs-18.06/arm_cortex-a9_vfpv3/base/omcproxy/compile.txt
package/network/services/omcproxy/Makefile| 2 +-
...
On Wed, Jul 24, 2019 at 6:34 AM Adrian Schmutzler
wrote:
>
> Signed-off-by: Adrian Schmutzler
> ---
> target/linux/mvebu/base-files/lib/upgrade/linksys.sh | 2 +-
> target/linux/mvebu/base-files/sbin/fan_ctrl.sh | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git
Warnings fixed:
SC2004: $/${} is unnecessary on arithmetic variables.
SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Signed-off-by: Rosen Penev
---
package/system/ubox/Makefile | 2 +-
package/system/ubox/files/log.init | 6 +++---
2 files changed, 4 insertio
On Wed, Jul 24, 2019 at 10:50 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-07-24 10:32:31]:
>
> > SC2004: $/${} is unnecessary on arithmetic variables.
> > SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
>
> Can you please provide some det
Warnings fixed:
SC2004: $/${} is unnecessary on arithmetic variables.
SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Signed-off-by: Rosen Penev
---
v2: Fixed mistake with executing PIDCOUNT.
package/system/ubox/Makefile | 2 +-
package/system/ubox/files/log.
On Wed, Jul 24, 2019 at 10:48 AM Adrian Schmutzler
wrote:
>
> Hi,
>
> > -Original Message-
> > From: Rosen Penev [mailto:ros...@gmail.com]
> > Sent: Mittwoch, 24. Juli 2019 18:54
> > To: Adrian Schmutzler
> > Cc: OpenWrt Development List
> &g
Needed with musl version 1.1.23 as it no longer includes this header
internally. From changelog:
- sys/types.h no longer pollutes namespace with sys/sysmacros.h in any profile
Signed-off-by: Rosen Penev
---
package/utils/mdadm/patches/102-sysmacros.patch | 11 +++
1 file changed, 11
ration file.
Incremented PKG_RELEASE from 1 to 2
Signed-off-by: Joseph Tingiris
(rebased and ran through shellcheck)
Signed-off-by: Rosen Penev
---
package/utils/mdadm/Makefile | 2 +-
package/utils/mdadm/files/mdadm.config | 162 ++-
package/utils/mdadm/files/mdadm.init | 557 +
On Fri, Aug 2, 2019 at 5:55 PM Joan Moreau via openwrt-devel
wrote:
>
> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
>
> To mitigate this problem, the original message has been wrapped
> automatically by th
deprecated utime function and switches it to
utimensat.
Signed-off-by: Rosen Penev
---
package/utils/bzip2/Makefile | 15 +--
.../bzip2/patches/010-CVE-2016-3189.patch | 11
.../utils/bzip2/patches/020-no-utime.patch| 27 +++
3 files changed
uses svn in the tree.
Signed-off-by: Rosen Penev
---
tools/upslug2/Makefile| 25 +-
.../patches/110-wrt350nv2_support.patch | 279 --
2 files changed, 7 insertions(+), 297 deletions(-)
delete mode 100644 tools/upslug2/patches/110
On Mon, May 6, 2019 at 2:57 PM Rosen Penev wrote:
>
> Fixes compilation under uClibc-ng.
>
> Signed-off-by: Rosen Penev
Can this also be backported to 18.06? It's failing there as well:
https://downloads.openwrt.org/releases/faillogs-18.06/arc_arc700/base/xfsprogs/compile.txt
On Fri, May 17, 2019 at 12:34 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-05-16 18:47:07]:
>
> > Added merge request here:
> > https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/6
>
> thanks, I've merged it https://git.openwrt.org/4ffa38e15ca9
Can this
On Mon, May 6, 2019 at 12:44 AM Petr Štetiar wrote:
>
> Rosen Penev [2019-05-05 15:24:19]:
>
> > On Fri, May 3, 2019 at 11:49 AM, Rosen Penev wrote:
> > > On Fri, May 3, 2019 at 4:50 AM Petr Štetiar wrote:
> > > >
> > > > Rosen P
ration file.
Incremented PKG_RELEASE from 1 to 2
Signed-off-by: Joseph Tingiris
(rebased and ran through shellcheck)
Signed-off-by: Rosen Penev
---
v2: Rebased after sysmacro patches
package/utils/mdadm/Makefile | 2 +-
package/utils/mdadm/files/mdadm.config | 162 ++-
package/utils/mdadm
Fixes compilation problem:
error: implicit declaration of function 'asprintf'; did you mean 'vsprintf'?
[-Werror=implicit-function-declaration]
57 | if (asprintf(&name, "%s%s", prefix, blobmsg_name(option)) <= 0)
| ^~~~
|
Instead, instruct the configure script to use $(FPIC) only.
Mixing -fPIC and -fpic can cause issues on some platforms like PPC.
Signed-off-by: Rosen Penev
---
package/libs/libnfnetlink/Makefile | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/libs/libnfnetlink
The configure scripts matches Linux with -fPIC, which is not exactly what
is desired. Since we are already passing $(FPIC), added a CONFIGURE_VAR to
avoid passing -fPIC.
Removed PKG_BUILD_DIR as it is already the default value.
Signed-off-by: Rosen Penev
---
package/libs/ncurses/Makefile | 6
On Sun, Sep 1, 2019 at 11:34 AM Josef Schlehofer
wrote:
>
> More details about this CVE:
> https://nvd.nist.gov/vuln/detail/CVE-2019-12900
>
> Signed-off-by: Josef Schlehofer
> ---
This is for 18.06. Usually notes like that are placed here below the --- line.
> package/utils/bzip2/Makefile
usleep has been deprecated by POSIX.1-2001 and removed in POSIX.1-2008.
Fixes compilation when libc does not include usleep (optional with
uClibc-ng).
nanosleep also has the advantage of being more accurate.
Signed-off-by: Rosen Penev
---
v2: Add missing semicolon
initd/init.c | 3 ++-
1 file
On Mon, Sep 2, 2019 at 1:29 PM Hauke Mehrtens wrote:
>
> This fixes some resources leaks mostly in error patches.
>
> Coverity: #1330236, #1330237, #1330238
> Signed-off-by: Hauke Mehrtens
> ---
> main.c | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/main.
Should fix uscan. Also switched the download URL to HTTPS.
Signed-off-by: Rosen Penev
---
package/boot/apex/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile
index d90df8e..64c2426 100644
--- a/package/boot
Should fix uscan.
Signed-off-by: Rosen Penev
---
package/boot/fconfig/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/fconfig/Makefile b/package/boot/fconfig/Makefile
index 3c33d73..d82fa8d 100644
--- a/package/boot/fconfig/Makefile
+++ b/package/boot
Signed-off-by: Rosen Penev
---
package/boot/yamonenv/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/yamonenv/Makefile b/package/boot/yamonenv/Makefile
index 011d39a..ef1f36d 100644
--- a/package/boot/yamonenv/Makefile
+++ b/package/boot/yamonenv
On Mon, Aug 13, 2018 at 2:45 AM Jo-Philipp Wich wrote:
>
> Hi,
>
> personally I'm opposed to the entire code load thing.
>
> First of all I was unable to reproduce the tarballs offered by Github.
>
> Github seems to use an extended tar (pax) format while we pack our SCM
> clones using the more tra
Allows discovery without having to use NetBIOS. Useful for mobile devices.
Could eventually throw nbmd away. But that requires Windows 10...
Tested on Fedora 28 with avahi-discover.
Signed-off-by: Rosen Penev
---
package/network/services/samba36/Makefile | 2 +-
package/network
uscan errors on the URL as it is no longer available.
Signed-off-by: Rosen Penev
---
package/boot/fconfig/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/fconfig/Makefile b/package/boot/fconfig/Makefile
index 3c33d73..d82fa8d 100644
--- a/package/boot
uscan errors on the URL as it is no longer available.
Also switched the download URL to HTTPS.
Signed-off-by: Rosen Penev
---
package/boot/apex/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile
index d90df8e
uscan errors on the URL as it is no longer available.
Signed-off-by: Rosen Penev
---
package/boot/yamonenv/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/boot/yamonenv/Makefile b/package/boot/yamonenv/Makefile
index 011d39a..ef1f36d 100644
--- a/package
Discovered through make check FIXUP=1
Signed-off-by: Rosen Penev
---
package/libs/libevent2/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile
index 1b1690b..9593259 100644
--- a/package/libs/libevent2/Makefile
+++ b
On Fri, Aug 17, 2018 at 12:40 PM Rosen Penev wrote:
>
> Discovered through make check FIXUP=1
The Makefile is a mess. I found a better solution.
>
> Signed-off-by: Rosen Penev
> ---
> package/libs/libevent2/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --g
Starting with version 2.1.8, a release tarball is available.
Simplifies the Makefile slightly.
Updated the project URL. HTTPS is broken. Issue has been reported upstream
Adjusted patches. CMake support is not present in the tarball. It's made
for Windows anyway.
Signed-off-by: Rosen
Taken from Fedora.
Signed-off-by: Rosen Penev
---
Please backport to 18.06 and/or 17.01
package/utils/bzip2/Makefile| 2 +-
package/utils/bzip2/patches/010-CVE-2016-3189.patch | 11 +++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 package
Taken from Fedora.
Signed-off-by: Rosen Penev
---
Please backport to 18.06 and/or 17.01
package/boot/grub2/Makefile| 2 +-
package/boot/grub2/patches/300-CVE-2015-8370.patch | 44 ++
2 files changed, 45 insertions(+), 1 deletion(-)
create mode
On Sat, Aug 18, 2018 at 5:04 AM David Bauer wrote:
>
> Sysupgrading to ath79 from ar71xx currently fails because of mismatching
> supported_devices. ar71xx is expecting "tl-mr3020" which is missing in
> the ath79 image. Upgrading from ath79 is unaffected, as the image
> contains the old string for
Issue causes a crash with specially crafted bzip2 files.
More info: https://nvd.nist.gov/vuln/detail/CVE-2016-3189
Taken from Fedora.
Signed-off-by: Rosen Penev
---
Please backport to 18.06 and/or 17.05
package/utils/bzip2/Makefile| 2 +-
package/utils/bzip2/patches
This CVE is a culmination of multiple integer overflow issues that cause
multiple issues like Denial of Service and authentication bypass.
More info: https://nvd.nist.gov/vuln/detail/CVE-2015-8370
Taken from Fedora.
Signed-off-by: Rosen Penev
---
Please backport to 18.06 and/or 17.05
package
Patch was accepted upsteam:
https://w1.fi/cgit/hostap/commit/?id=373c796948599a509bad71695b5b72eef003f661
Signed-off-by: Rosen Penev
---
Renamed to 700 instead of 500.
.../hostapd/patches/700-fix-openssl11.patch| 40 ++
1 file changed, 40 insertions(+)
create mode
These are both miniPCIe cards that show up as Generic MAC80211. This fixes
that.
Signed-off-by: Rosen Penev
---
hardware.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hardware.txt b/hardware.txt
index 67b19c6..f646d6a 100644
--- a/hardware.txt
+++ b/hardware.txt
@@ -54,7 +54,9
While we're at it, rename the patches to their proper git format-patch
name.
Tested on a Turris Omnia.
Signed-off-by: Rosen Penev
---
From IRC, it is my understanding that the old patch 421 breaks the Linksys
WRT series. The new one may make patch 423 invalid. Although functionally,
it
/etc/config/dropbear is used by the init script which only runs as root.
Small whitespace change.
Signed-off-by: Rosen Penev
---
package/network/services/dropbear/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/dropbear/Makefile
b
/etc/config/mdadm is only used by the init script which is ran as root.
There is no need for it to be readable by anything else.
Added PKG_CPE_ID for proper CVE tracking.
Small reorganization for consistency between Makefiles.
Signed-off-by: Rosen Penev
---
package/utils/mdadm/Makefile | 9
/etc/config/lldpd is only used by the init script, which only runs as root
Adjusted homepage and download URLs to use HTTPS.
-std=c99 is useful for GCC versions less than 6. Current OpenWrt uses 7.
Signed-off-by: Rosen Penev
---
package/network/services/lldpd/Makefile | 10 --
1 file
The hotplug file is ran by procd, which runs as root. The config file is
used by the init script, which also runs as root.
Signed-off-by: Rosen Penev
---
package/kernel/trelay/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/trelay/Makefile b
Changed hotplug file to 600 as it is only read by procd, which runs as
root.
Signed-off-by: Rosen Penev
---
package/utils/usbmode/Makefile | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/utils/usbmode/Makefile b/package/utils/usbmode/Makefile
index
Both of these are used by programs that run as root and nothing else.
Signed-off-by: Rosen Penev
---
package/system/fstools/Makefile | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 440f187394
None of the files in firewall are used by non-root.
Signed-off-by: Rosen Penev
---
package/network/config/firewall/Makefile | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/network/config/firewall/Makefile
b/package/network/config/firewall/Makefile
index
Hotplug is managed by procd, which runs as root.
Signed-off-by: Rosen Penev
---
package/network/config/soloscli/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/soloscli/Makefile
b/package/network/config/soloscli/Makefile
index a27173aa85
201 - 300 of 972 matches
Mail list logo