aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lxde.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/lxde.scm')
0 files changed, 0 insertions, 0 deletions
lace with ... (openldap-2.4.50): ... new variable. * gnu/packages/patches/openldap-CVE-2020-12243.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari 2020-04-28gnu: openldap: Fix CVE-2020-12243....* gnu/packages/openldap.scm (openldap)[replacement]: New field. (openldap/fixed): New variable. * gnu/packages/patches/openldap-CVE-2020-12243.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2020-03-13gnu: OpenLDAP: Remove unused input....* gnu/packages/openldap.scm (openldap)[inputs]: Remove ICU4C. Marius Bakke 2020-02-06gnu: OpenLDAP: Remove cross-compilation workaround....This is no longer required since the update to 2.4.49 in commit 090f33d6767dfc0b23d5e287369ec2dde331de01. * gnu/packages/openldap.scm (openldap)[native-inputs]: Remove AUTOMAKE. [arguments]: Remove 'fix-configure' phase. Marius Bakke 2020-02-03Merge branch 'staging' into core-updatesMarius Bakke 2020-02-03gnu: OpenLDAP: Update to 2.4.49....* gnu/packages/openldap.scm (openldap): Update to 2.4.49. Marius Bakke 2020-01-30gnu: Add python-bonsai....* gnu/packages/openldap.scm (python-bonsai): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Lars-Dominik Braun 2019-12-05gnu: openldap: Update to 2.4.48....* gnu/packages/openldap.scm (openldap): Update to 2.4.48. Marius Bakke 2019-11-15gnu: openldap: Fix cross-compilation....* gnu/packages/openldap.scm (openldap)[inputs]: Move groff from here to ... [native-inputs]: ... here. Also add bdb and automake. [arguments]: Add cross-compilation specific configure-flags. Do not strip when cross-compiling. Add a new fix-configure phase to update outdated config.sub and config.guess. Add a fix-cross-gcc phase to set CC variable to cross-compiler name when cross-compiling. Mathieu Othacehe