This port was missed during the tests for the py-tornado update. Fix the
build of apertium-apy by backporting commit 15cfa135 from upstream.
Breakage originally reported by naddy@, then by sthen@. bket@ had the same
fix on ports@
ok bentley@ (MAINTAINER), sthen@
- use POSIX [s1 = s2] syntax instead of [s1 == s2] (patch by Ryo ONODERA)
- tog log: terminate author field at '>' in case there is no '@' (naddy)
- replace fparseln(3) with getline(3), for better portability (naddy)
- make 'got clone' pin the fetched branch in got.conf(5)
- allow the 'got fetch' -l option together with the -q option
- store branches passed via 'got clone -b' in got.conf(5) and git-config(1)
- work around spurious ACK responses from git servers in got-fetch-pack
- add a 'fetch-all-branches' configuration setting to got.conf(5)
- add a 'reference' directive to remote repositories in got.conf(5)
- fix 'got up -c commit path' deleting unrelated files (found by Timo Myyrä)
- fix 'tog blame' segfault upon empty input file (found by naddy)
- let 'got clone' write gitconfig directives that match the generated got.conf
- fix a use after free in got_worktree_close() (naddy)
- make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere
- make close(2) failure checks consistent; check 'close() == -1' everywhere
- fix missing close(2) error check in got_worktree_close()
- Ports make test fails.
- Upstream tests are broken since Perl 5.11.
- Last upstream commit is from 2003.
- Port has no reverse dependencies.
OK afresh1@
LIEF is a library to instrument executable formats. It aims to provide a
cross platform library to parse, modify and abstract ELF, PE and MachO
formats.
ok aja@
It fixes a possible SMTP buffer overflow triggerable by
a malicious server as reported by Olav Mørkrid, and a socket code
memory access error that can be seen when using IMAP on at least
Solaris, which was reported by Jörg Schilling.
- remove message blacklist functionality used during maildir traversal
- remove support for the sync option used with maildir
- add isdirectory matcher, evalutes to true if the path refers to an existing
directory
- best effort reduction of side effects when moving a message fails
- check for presence of TAILQ_END during configure, this macro is not present on
macOS
lf (as in "list files") is a terminal file manager written in Go.
It is heavily inspired by ranger with some missing and extra features.
Original port from Chang, Chu-Kuan with input from sthen@ and me.
ok sthen@