this makes prior workaround in SDL_gamecontroller.c obsolete that used
SDL_GAMECONTROLLERCONFIG environment variable and a fallback mapping;
so this is removed now.
tested with XBox 360/One, Logitech F310/Dual Action by me
testing with NEXT SNES controller and ok brynet@
If you used Redis on some Big Endian Arch (like sparc64) with
previous 6.0.x versions, you should really have a look at
https://github.com/redis/redis/pull/8270 to "consider the
compatibility implications with RESTORE, replication and
persistence".
Tests pass on amd64 and sparc64 (with the usual occasional replica
hiccup on sparc64).
Positive feedback from Mark Patruck.
Help from, and ok tb@
This fixes liboil's runtime on this platform; building with -fno-integrated-as
lead to sigabrt at runtime. While here remove the tentative arm fix, that we
introduced with the initial powerpc fix, it does not fix the build.
Tested again by jasper@ on powerpc64, thanks!
* fix wrong error message in AES implementation (Bernt Røskar Brenna)
* fix API break caused by the workaround for Bleichenbacher; RSA keys generated
in-memory with m2crypto wouldn't work for decryption/encryption
* handle too short RSA ciphertexts for the key size consistently between
backends
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@