PostgreSQL port where it's used for building plpython, so remove the build
dependency (and as a bonus, it wasn't synced with the py27->py3 switch,
so this gets rid of another py27 user).
HOMEPAGE is dead, last updated in 2014, only BSDs and Arch AUR package it.
Use socat(1) or ssh(1) or any other up-to-date tunneling solution.
OK benoit (maintainer)
changelog:
* Indicate pinned posts on user profiles (close#606) 3f3d9e9
* Fix Replit deployment failure 1b5e9a4
* Fix links visible through markdown spoilers c0e3744
* HTTP compression (Reddit -> Libreddit -> client) by @Daniel-Valentine
in #612
* Use permalink offered by Reddit (fixes#613). by @Daniel-Valentine
in #614
* Add DoomOne theme, c/o Tildemaster root@vern.cc by @Daniel-Valentine
in #611
* Add support for /comments endpoint 170ea38
* Redirect /:id to canonical URL for post. by @Daniel-Valentine in
#617
* Add format_url tests by @sigaloid in #615
* Implement 'posts hidden because of NSFW'. (Resolves#159) by
@Daniel-Valentine in #619
* T.: Docs update by @artemislena in #639
ok sthen
CVE-2022-42898 PAC parse integer overflows
CVE-2022-3437 Overflows and non-constant time leaks in DES{,3} and arcfour
CVE-2022-41916 Fix Unicode normalization read of 1 bytes past end of array
CVE-2021-44758 NULL dereference DoS in SPNEGO acceptors
CVE-2021-3671 A null pointer de-reference when handling missing sname in TGS-REQ
CVE-2022-44640 Heimdal KDC: invalid free in ASN.1 codec
ok aja@
where lld fails with:
LLVM ERROR: Function Import: link error: linking module flags 'SmallDataLimit': IDs have conflicting values in
'extcap/CMakeFiles/extcap-base.dir/extcap-base.c.o' and 'extcap/CMakeFiles/sshdump.dir/sshdump.c.o
Error already spotted in games/arx-libertatis. ok sthen@ (maintainer)
- Enable the SSE support on X86; there is run-time detection
- Disable NEON on arm
- The ALSOFT_CONFIG option has been deprecated
- The QSA backend was removed with the 1.21.0 release
- Sort the list of options
The rust configure script errors out if it has more than one possible
rust candidate target to choose from. Which happens on riscv64 because
of a patch kept in our rust port (for now). Just pick the first target
listed instead of bailing out.
Input from semarie@, ok ajacoutot@ (maintainer)
build, it is no longer necessary to use ports OpenSSL for this now that
LibreSSL has EVP Ed25519 support.
Earlier version ok tb@, plus I tweaked README slightly during testing.
The coloredlogs package enables colored terminal output for Python's
logging module. The ColoredFormatter class inherits from logging.Formatter
and uses ANSI escape sequences to render your logging messages in color.
The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:
- Parsing and formatting numbers, file sizes, pathnames and timespans in
simple, human friendly formats.
- Easy to use timers for long running operations, with human friendly
formatting of the resulting timespans.
- Prompting the user to select a choice from a list of options by typing
the option's number or a unique substring of the option.
- Terminal interaction including text styling (ANSI escape sequences),
user friendly rendering of usage messages and querying the terminal for
its size.