c825f470cb
redbear-ci / check (push) Has been cancelled
kf6-kwallet's kwalletbackend hard-requires LibGcrypt 1.5.0 for PBKDF2 key derivation and the GPG-backed wallet format. Vendor both libraries under the full-fork model (committed source/, offline-reproducible) and add libgcrypt to kf6-kwallet's dependencies. Release tarballs ship a pre-generated configure and a config.sub that already recognises the *-redox triple, so no autotools regeneration is needed at cook time. libgpg-error supplies a generic pthread-backed gpgrt_lock_t for Redox via its build script; the test-only redox.patch (tms/times stub) is baked into libgcrypt's source and kept alongside for future version bumps. Promoted from the stale recipes/wip copies (now .disabled).
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
2011-12-01 Werner Koch <wk@g10code.com>
|
|
|
|
NB: ChangeLog files are no longer manually maintained. Starting
|
|
on December 1st, 2011 we put change information only in the GIT
|
|
commit log, and generate a top-level ChangeLog file from logs at
|
|
"make dist". See doc/HACKING for details.
|
|
|
|
2011-02-23 Werner Koch <wk@g10code.com>
|
|
|
|
* gpg-error.m4: New. Take from current gpg-error master.
|
|
* Makefile.am (EXTRA_DIST): Add gpg-error.m4.
|
|
|
|
2009-01-22 Werner Koch <wk@g10code.com>
|
|
|
|
* noexecstack.m4: Replace non portable grep -q. Reported by
|
|
Albert Chin.
|
|
|
|
2007-02-22 Werner Koch <wk@g10code.com>
|
|
|
|
* noexecstack.m4: Change default to enable it.
|
|
|
|
2007-02-20 Werner Koch <wk@g10code.com>
|
|
|
|
* Makefile.am: New.
|
|
|
|
* noexecstack.m4: New. Taken from gnupg 1.4
|
|
|
|
2006-10-11 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
* fallback.m4: Removed again.
|
|
|
|
2006-10-10 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
* fallback.m4: New file from Pth.
|
|
|
|
2006-07-04 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
* sys_socket_h.m4, socklen.m4, onceonly.m4: New files from gnulib.
|
|
|
|
2004-04-06 Werner Koch <wk@gnupg.org>
|
|
|
|
* libtool.m4: Updated from 1.5.4
|
|
|
|
2003-12-08 Werner Koch <wk@gnupg.org>
|
|
|
|
* libtool.m4: New.
|
|
|
|
Local Variables:
|
|
buffer-read-only: t
|
|
End:
|