| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
This commit upgrades the mbedtls library to the recently released 2.16
LTS version.
https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.0-2.7.9-and-2.1.18-released
The depending packages don't need to be rebuild as the soname
doesn't change (libmbedcrypto.so.3, libmbedtls.so.12 and
libmbedx509.so.0)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://gogs.io/
A painless self-hosted Git service
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There were ARMv5TE boards with 512 MiB (as in RPi1), that is enough
for go.
Also remove go-bootstrap from makedepends. In a cross-build it ends
up with depending on itself which is safe (abuild handles this) but
ugly. In normal build it is duplicated which is safe but ugly too.
Do not bump pkgrel since
- no previous armel packages exist;
- makedepends change makes no difference for the created apks.
|
|
|
|
|
|
| |
This is a generic fix really, nothing specific to mips*. It just makes
the bundled lua-torch aware of architectures besides x86/power/arm so
it might be reasonable to try s390x as well.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- build against system libnghttp2.so (which upstream bundles/uses
since 8.x);
- switch to bundled http_parser due to build failure and make the
experimental bundled llhttp (claimed to be 2x faster) default.
- remove binutils-gold from makedepends, it is not needed;
- remove ca-certificates from makedepends, it seems the run-time
dependency is enough.
|
|
|
|
| |
FAIL: legacy-protocol.test
|
|
|
|
|
|
|
|
|
|
|
|
| |
- no wxPython GUI anymore in upstream so remove the -gui package.
- no more ping.test in upstream so just drop the corresponding
patch; ns-ping.test is still here but the test driver will skip
it properly in non-root environment anyway.
- sync configure feature flags with makedepends even if they just
confirm the default.
On mipseln8hf this upgrade fixes exactly the same tests failure as
described in commit 4a50fb4c...
|
|
|
|
|
|
|
|
|
|
|
| |
go-1.4.3 supports only 386, amd64, arm (32-bit) so:
- remove mips*, the specs are incomplete even for later mips-aware
versions of go;
- pass correct option for 386 FPU, otherwise it is autodetected at
build time (to sse2);
- pass ARM architecture version explicitly for arm*;
This change affects the x86 package so bump pkgrel.
|
| |
|
|
|
|
| |
This reverts commit 896c0f13c2b0480650d2b50a79888ebe86c9b21f.
|
|
|
|
| |
This reverts commit abee3f81754531e7343e6ee78bef0da15b0b70f2.
|
| |
|
|
|
|
|
|
| |
https://www.rodsbooks.com/refind
A fork of the rEFIt boot manager for computers based on the
Extensible Firmware Interface (EFI) and Unified EFI (UEFI).
|
|
|
|
|
|
|
| |
build static version of libzip in two pass because upstream made
switch which allows build only shared or static in single
compile/build invocation
add static libzip.a to libzip-dev with hackish cp/mv
|
| |
|
| |
|
|
|
|
| |
This also modernizes the APKBUILD and fixes the useradd default shell.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CVE-2018-20363, CVE-2018-20364, CVE-2018-20365
|
| |
|
|
|
|
| |
While at it also modernize it a bit.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CVE-2018-3136
- CVE-2018-3139
- CVE-2018-3149
- CVE-2018-3169
- CVE-2018-3180
- CVE-2018-3214
- CVE-2018-13785
This commit upgrades OpenJDK7 to the latest release, 7u201. This
contains many security fixes, additional information can be found at: http://blog.fuseyism.com/index.php/2019/01/03/security-icedtea-2-6-16-for-openjdk-7-released/
|
| |
|
| |
|
| |
|
|
|
|
| |
https://firejail.wordpress.com/download-2/release-notes/
|
| |
|
|
|
|
| |
fixes #9891
|
|
|
|
| |
fixes #9937
|
| |
|
|
|
|
| |
https://github.com/rfc1036/whois/blob/next/debian/changelog
|
|
|
|
| |
This reverts commit 59d0b45e95ec7c1e3b7259c3dc017e941a110232.
|
|
|
|
| |
It's needed for main/rsyslog.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* code based on Firejail version 0.9.56
* much smaller code base for SUID executable
* command line options removed:
--audit, --build, --cgroup, --chroot, --get, --ls, --output,
--output-stderr, --overlay, --overlay-named, --overlay-tmpfs,
--overlay-clean, --private-home, --private-bin, --private-etc,
--private-opt, --private-srv, --put, --rlimit*, --trace, --tracelog,
--x11*, --xephyr*
|
| |
|