Conny Seifert
4087ab92c4
libfetch: fix parsing of proxy response to CONNECT requests
...
Instead of skipping just one line, properly parse the response headers.
[TT: reworded commit message]
2021-01-19 12:08:52 +02:00
Timo Teräs
167fd86794
libfetch: support for CIDR subnets in no_proxy/NO_PROXY
...
This enables matching numeric hosts against CIDR style subnet
matches in no_proxy environment variable.
Based on work by Thermi.
Co-authored-by: Noel Kuntze <noel.kuntze@thermi.consulting>
2021-01-17 15:04:17 +02:00
Timo Teräs
ae7c4451d5
man info: --install-if and --rinstall-if do not have short options
...
Commit e4aae45f
removed the short options. Update the documentation.
Fixes #10733
2021-01-17 15:02:25 +02:00
thibault.ferrante
7a3e8f4214
database.c: Fixed package DESCRIPTION parsing
...
Regression introduced by 0fb0d30
which makes parsing a description
a critical failure.
[TT: Minor stylistic change. Fix also missing final line change
from the earlier commit]
2021-01-14 16:19:26 +02:00
thibault.ferrante
18b0b45b5b
io: Handle long lines
...
As an APKINDEX can become arbitrarely long due to dependencies and
other parameters, increasing the buffer size make this less likely
to happens.
Closes #10731 .
2021-01-11 11:26:49 +02:00
thibault.ferrante
0fb0d30477
database: Propagate errors when loading an APKINDEX
...
In case of failure when loading an APKINDEX, no errors are
propagated to the user which may uncorrectly interpret the
current problem.
2021-01-11 11:26:49 +02:00
Mike Detwiler
b58d79e78f
libfetch: Increase URL password length
...
Signed-off-by: Mike Detwiler <det@shift5.io>
2021-01-08 10:55:37 +02:00
Alex Denes
9e9a9a2e71
apk_update: use URL_PRINTF
2020-12-29 13:52:29 +02:00
Alex Denes
223e999016
manual: Add missing r
2020-11-11 09:05:22 +02:00
Alex Denes
ecdd24e4b2
manual: Fix wrong argument name
2020-11-10 10:51:34 +02:00
Timo Teräs
da8d83338b
add missing apk_trust.h
2020-10-09 16:18:23 +03:00
Timo Teräs
705e002bb0
rename adb_trust to apk_trust, and use it as package signature keystore too
2020-10-09 16:09:19 +03:00
Timo Teräs
a627ab8eb8
make apk_database optional for applets that don't need it
...
The new v3 applets don't use it, and eventually all applets will
use the new formats only.
This prepares the code for this, and moves trust, id_cache, and
root_fd to apk_ctx which is enough for v3 applets at this time.
The generic code is made to not initialize apk_database if it's
not needed.
2020-10-09 16:09:19 +03:00
Timo Teräs
354713d2f7
rename apk_db_options to apk_ctx, rework logging
...
makes apk_verbosity non-global
fixes #10682
2020-10-09 16:09:19 +03:00
Timo Teräs
7a7eca8670
make apk_flags non-global, make progress printing state non-global
...
ref #10682
2020-10-09 16:09:19 +03:00
Timo Teräs
9afb4e8fd1
make apk_force non-global, remove left-over apk_arch
...
ref #10682
2020-10-09 16:09:19 +03:00
Timo Teräs
b2af872fff
db: convert repository list to a string array
2020-10-09 16:09:19 +03:00
Timo Teräs
010497cb5a
add separate vertest applet for version string testing
...
start adding meson based tests
2020-10-09 16:09:19 +03:00
Timo Teräs
6d71f49c11
io: make ostream_file always use tmpname
2020-10-09 16:09:19 +03:00
Timo Teräs
2156107afc
minor performance improvements on build and code
2020-10-09 16:09:19 +03:00
Timo Teräs
f9f8594069
adb: improve sorting features, sort installed-db package listing
2020-10-09 16:09:19 +03:00
Timo Teräs
e9caeff22b
build: adopt meson build for v3 branch
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
f86829dc92
ci: also install static deps
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
0cfa6cfb83
build: make sure to use helper scripts from git tree and not system
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
1b168696aa
build: use tabs for meson files
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
1bbdc8eb37
build: add option to build apk.static binary
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
7375327fbd
ci: add test for meson
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
8a11ac3952
build: add atom.c to meson
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
7f4591333d
scripts: add script to generate APK cross file
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
f6795011ca
build: allow building without help in meson
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
718e07f78a
build: build help.h with meson
2020-10-09 16:09:19 +03:00
Rasmus Thomsen
fe1de720d0
build: add support for building with meson
2020-10-09 16:09:19 +03:00
Timo Teräs
efe0c4afec
adb: introduce apk-tools database format, and few applets
...
This is a flat buffers inspired format that allows fast
mmaped access to the data with low overhead, signature support
and relatively good forward support.
2020-10-09 16:09:19 +03:00
Timo Teräs
81782bfc15
apk-tools-2.12.0
2020-10-09 14:18:45 +03:00
Timo Teräs
5f66b618ef
various changes to make clang not give warnings
2020-10-07 21:16:35 +03:00
Timo Teräs
90137499af
apk-tools-2.12.0_rc2
2020-10-06 14:51:19 +03:00
Timo Teräs
3fae0c693f
db: make the --repositories-file change more announced
...
Document the version when changed. And print error with similar note
if the given repositories-file cannot be read.
2020-10-06 14:27:59 +03:00
Timo Teräs
7158474f1b
libfetch: keep http auth only if redirect is for the same host
...
fixes #10688
2020-10-06 11:24:05 +03:00
Paul Spooren
dac30d5049
database: automatically create missing cache dir
...
On some systems the `/var/` dir is mounted in a tmpfs which is reseted
after each reboot. For that reason no post-install script can handle the
creation of the cache dir at `/var/cache/apk`.
Check on database opnening if the folder is available, if not create it.
Fixes #10715
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-06 10:02:21 +03:00
Timo Teräs
7c2a3657fb
db: make --repositories-file relative to host root
...
It used to be relative to the --root specified root, but that
causes issues with relative command line filenames and is unintuitive.
Update documentation accordingly. Fixes #10702 .
2020-10-05 16:49:57 +03:00
Timo Teräs
6cedfe27ac
db: mask password component of printed URLs
...
fixes #10710
2020-10-05 12:58:46 +03:00
Timo Teräs
8a794021c4
commit: rephrase the error messages more understandable
...
fixes #10703
2020-10-03 13:58:30 +03:00
Timo Teräs
c269e9c24d
db: check cache only if some repositories are enabled
2020-10-01 14:31:41 +03:00
Timo Teräs
c538509a2a
Implement upgrade --prune to remove stale world dependencies
2020-09-28 17:38:07 +03:00
Ariadne Conill
fa63e46a75
database: clarify the deprecation notice for checksum-less packages
...
Closes #10708 .
2020-08-29 20:37:57 +03:00
Ariadne Conill
d5dcaeb1cd
update mailmap with my newer email
2020-08-29 17:31:30 +03:00
Timo Teräs
fb0109fdb1
fix --repository short option to be -X as before
...
unintentional regression from commit edb45ae464
fixes #10707
2020-08-26 23:05:03 +03:00
Timo Teräs
2408ad4f95
build: make soname explicit and simplify and fix soname link
2020-08-25 15:35:46 +03:00
Timo Teräs
f25519ec40
apk-tools-2.12.0_rc1
2020-08-25 14:50:12 +03:00
Timo Teräs
e2afc7e7a9
fix, simplify and document upgrade --ignore
2020-08-24 15:26:25 +03:00