| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
All perl scripts have been ported to python3 upstream, so drop perl
dependency and depend on python3.
Also, drop the patch as it has been merged upstream.
|
|
|
|
|
| |
* Some cosmetic changes.
* Removed some historically preserved lines.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All SFTP tests are failing with:
* Connected to 127.0.0.1 (127.0.0.1) port 8999 (#0)
Add socket fd 4 for read
* SSH MD5 fingerprint: f3a429d3208890747a7a14cb627c766f
* SSH authentication methods available: publickey
* Using SSH public key file 'curl_client_key.pub'
* Using SSH private key file 'curl_client_key'
* SSH public key authentication failed: Callback returned error
* Failure connecting to agent
* Authentication failure
* Closing connection 0
preauth is never completed:
Accepted key RSA SHA256:8DiksTcXmFiiYuFp8xYMbDu3fhTv/BSHp1bSBjbZ4GQ found at /home/larena/aports/main/curl/src/curl-7.62.0/tests/curl_client_key.pub:1
debug1: restore_uid: (unprivileged)
debug3: mm_answer_keyallowed: publickey authentication test: RSA key is allowed
debug3: mm_request_send entering: type 23
debug3: send packet: type 60 [preauth]
debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth]
debug3: user_specific_delay: user specific delay 0.000ms [preauth]
debug3: ensure_minimum_time_since: elapsed 0.425ms, delaying 7.556ms (requested 7.981ms) [preauth]
Postponed publickey for larena from 127.0.0.1 port 36104 ssh2 [preauth]
Connection closed by authenticating user larena 127.0.0.1 port 36104 [preauth]
debug1: do_cleanup [preauth]
debug1: monitor_read_log: child log fd closed
debug3: mm_request_receive entering
debug1: do_cleanup
debug1: Killing privsep child 17284
|
|
|
|
|
|
| |
CVE-2018-16839, CVE-2018-16840, CVE-2018-16842
Fixes #9611
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Without this change a mail with the following body is sent on rotation:
* Stopping busybox acpid ... [ ok ]
* Starting busybox acpid ... [ ok ]
The quiet flag seems to have been accidentally removed in commit
040774a6b048d76975702dc47d0fec40c192fc26 before that it was present.
|
| |
|
| |
|
| |
|
|
|
|
| |
`test/udev-test.pl` needs perl.
|
|
|
|
|
|
| |
The backslash in pkgdesc confuses lua-aports since:
https://git.alpinelinux.org/cgit/lua-aports/commit/?id=93e1f0f41e35a7ae7a8907dd7f6b9e508dca219f
https://git.alpinelinux.org/cgit/lua-aports/commit/?id=c11f855f1eb8bac1f22bb4eb36a9e10fe35ecab5
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
It's no longer required since gettext 0.19.7.
Removing intltool dependency removes the indirect dependency on perl.
And since gtk3 run some perl scripts on build, depend on perl.
|
|
|
|
|
|
| |
upsteram has ported all perl scripts to python
fixes #9558
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #9579
|
| |
|
|
|
|
|
| |
It's an extension for PostgreSQL, so it should be prefixed with
postgresql-, the same as other extensions in aports.
|
|
|
|
|
| |
The original project is not compatible with PostgreSQL 11.0 and is
not maintained anymore.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Taken from <https://github.com/dinhviethoa/libetpan/pull/310>, part of a
fix for
<https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4103>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
If `/boot/intel-ucode.img` is present, update-extlinux will add it as
(first) INITRD. This way the microcode update in package non-free/intel-ucode
will be automatically loaded, if installed. This package fixes, among other
processor bugs, the hyper-threading bug in Intel Skylake and Kaby Lake
processers currently in the news [1]. More details here [2] and here [3].
[1] https://lists.debian.org/debian-devel/2017/06/msg00308.html
[2] https://wiki.archlinux.org/index.php/Microcode#Syslinux
[3] https://wiki.gentoo.org/wiki/Intel_microcode
|
| |
|
| |
|
|
|
|
|
|
| |
The package simply needs the openssl binary which is also provided by
the libressl package and currently libressl is still our default openssl
implementation.
|
|
|
|
|
|
|
| |
The same key is not always written to the same file. Since we simply
concatenate it we might end up with different trusted keys files.
Sort the file using the key string to make the build reproducible.
|