25 March 2019
- Fix a socket issue when pcscd is used inside LXC container
- pcsc-spy: always provide a total time of execution
- Fix resource leak if SCardEstablishContext() fails
- Fix realloc(3) error handling (possible memory leak)
- Remove usage of function chmod(2) to use fchmod(2) (fix race condition)
1.8.24
12 October 2018
- the project moved to https://pcsclite.apdu.fr/
- SCardGetStatusChange(): Fix a rare race condition
- SCardReleaseContext(): do not release a lock owned by another context
- SCardReconnect(): suspend card auto power off
- Allow "=" in serial driver filenames
- Add the thread id in the pcscd log lines
- pcsc-spy: correctly handle incomplete log file
- Simclist: avoid to divide by zero in list_findpos()
- Some other minor improvements
No problems with a Yubikey NEO.
- limit the use of an asm optimisation for `std::sqrt()' to x86 archs,
since it breaks the build everywhere else.
- remove `-fopenmp' for base-gcc archs; it breaks the build on them
- remove `-Wno-c++11-narrowing' from CXXFLAGS; no occurrence of it has
been found, and such warning is notably useful for arm* and powerpc.
Tested on sparc64 (kmos@), macppc and amd64 (me).
OK kmos@
Changelog: https://www.hiawatha-webserver.org/changelog.
Installation of a Let's Encrypt script has been patched out as it relies
on PHP. This shouldn't be an issue as there are numerous alternatives.
OK rsadowski@
Initial port from maintainer Adriano Barbosa with tweaks from sthen@ and me.
Information for inst:nextcloudclient-2.6.1
Comment:
desktop sync client for Nextcloud
Description:
Nextcloud offers the industry-leading, on-premises content collaboration
platform. Our technology combines the convenience and ease of use of
consumer-grade solutions like Dropbox and Google Drive with the security,
privacy and control business needs. nextcloudclient is a tool to synchronize
files from Nextcloud Server with your computer.
Maintainer: Adriano Barbosa <barbosa.aob@gmail.com>
WWW: https://nextcloud.com
mandoc: ./reposync.1:78:2: ERROR: skipping end of block that is not open: El
mandoc: ./reposync.1:69:5: STYLE: possible typo in section name: Sh EXAMPLE instead of EXAMPLES
use [[ instead of [ consistently to disable word splitting.
Mention /cvs in the manual being the default destination, move -p
without argument before -l and sync script usage with manual synopsis.
Delimit rm(1) options from paths just to be sure.
While here, files/reposync has nothing to SUBSTitute, so use
INSTALL_SCRIPT in do-install directly and check syntax for sanity.
More style fixes and proper use of rsync's --exlude from naddy
OK naddy
but at least the traces should provide local symbols, while -ggdb1 only
provided function names.
Add a comment about --enable-debug, which i wont use as it makes a wayys
larger binary/package, and enables too many different codepaths.
While here, replace the arm64 build fix from #1587116 with the one which
got commited upstream, thanks phessler@ for testing it.