Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.0 13 Jul 2024 04:45:27
![commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815 commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815](/images/git.png) ![commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815 commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815](/images/codeberg.svg) ![commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815 commit hash: 518e0275a6603c913816be0f6cb4efab3ba56815](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Daniel Engberg |
security/libgcrypt: Fix regression
In order to harvest the best entropy jitterentropy-base.c requires
that the compiler not optimize out any of its code. To ensure this
the cipher and randmom makefiles remove optmization options. This
will work in cases where the user has specified, for instance,
CFLAGS=-O3 but will not work when CFLAGS+=-O3 is specified. These
makefiles will only remove the first occurrence of the optimization
flag, resulting in a build failure. This patch alters the "munging"
sed command to remove all optimization options.
PR: 280081
MFH: 2024Q3 |
1.11.0 01 Jul 2024 03:30:44
![commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8 commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8](/images/git.png) ![commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8 commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8](/images/codeberg.svg) ![commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8 commit hash: c49e178f6ec54f504d1831d7320299f91d16d0d8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Remove GNU_CONFIGURE_MANPREFIX
Now that manprefix has been moved we no longer need
GNU_CONFIGURE_MANPREFIX. Remove it.
PR: 279904
Submitted by: dizzy (part of a larger patch) |
1.11.0 01 Jul 2024 03:27:46
![commit hash: 013f956ddb6837deb4948d1ab474183c371677b9 commit hash: 013f956ddb6837deb4948d1ab474183c371677b9](/images/git.png) ![commit hash: 013f956ddb6837deb4948d1ab474183c371677b9 commit hash: 013f956ddb6837deb4948d1ab474183c371677b9](/images/codeberg.svg) ![commit hash: 013f956ddb6837deb4948d1ab474183c371677b9 commit hash: 013f956ddb6837deb4948d1ab474183c371677b9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Improve legibility
PR: 279904
Submitted by: dizzy (part of a larger patch) |
1.11.0 01 Jul 2024 03:24:16
![commit hash: be69018e3841fad2d6001b8a4c878676253550af commit hash: be69018e3841fad2d6001b8a4c878676253550af](/images/git.png) ![commit hash: be69018e3841fad2d6001b8a4c878676253550af commit hash: be69018e3841fad2d6001b8a4c878676253550af](/images/codeberg.svg) ![commit hash: be69018e3841fad2d6001b8a4c878676253550af commit hash: be69018e3841fad2d6001b8a4c878676253550af](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Remove redundant USE_CSTD
USE=CSTD=gnu89 has not been needed for a while. Let's remove it.
PR: 279904
Submitted by: dizzy (part of a larger patch) |
1.11.0 01 Jul 2024 03:17:45
![commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6](/images/git.png) ![commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6](/images/codeberg.svg) ![commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 commit hash: 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Use pathfix
Lookup WRKSRC and fix common path. (NOOP for this port.)
PR: 279904
Submitted by: dizzy (part of a larger patch) |
1.11.0 01 Jul 2024 03:13:03
![commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9 commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9](/images/git.png) ![commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9 commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9](/images/codeberg.svg) ![commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9 commit hash: 0f1758093444df122a9ec355f077bb6c99f9cde9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.11.0
PR: 279904
Submitted by: dizzy (first part of a larger patch) |
1.10.3_1 23 Jan 2024 21:51:18
![commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba](/images/git.png) ![commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba](/images/codeberg.svg) ![commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba commit hash: 7221d46fe58fadc570778fb343d9b54a399561ba](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Impelled to share/man
Approved by: portmgr (blanket) |
1.10.3 24 Nov 2023 04:19:20
![commit hash: 51374276fb9d111a94aff980158732a8232d0337 commit hash: 51374276fb9d111a94aff980158732a8232d0337](/images/git.png) ![commit hash: 51374276fb9d111a94aff980158732a8232d0337 commit hash: 51374276fb9d111a94aff980158732a8232d0337](/images/codeberg.svg) ![commit hash: 51374276fb9d111a94aff980158732a8232d0337 commit hash: 51374276fb9d111a94aff980158732a8232d0337](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.10.3 |
1.10.2 25 Jun 2023 21:05:53
![commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb](/images/git.png) ![commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb](/images/codeberg.svg) ![commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb commit hash: f3e746e374a00e8fdc7057673ffbe7defb96d3eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jason E. Hale (jhale) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.10.2
1.10.2: https://dev.gnupg.org/T5905
1.10.1: https://dev.gnupg.org/T5810
1.10.0: https://dev.gnupg.org/T5691
PR: 272097
Approved by: cy (maintainer) |
1.9.4_1 05 Dec 2022 19:52:37
![commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4 commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4](/images/git.png) ![commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4 commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4](/images/codeberg.svg) ![commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4 commit hash: c35577ebc10af5ae8c509e4c73a44a06ac5b05d4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Circumvent WITH_DEBUG build failure
Register allocation exaustion results within inline assembly when
WITH_DEBUG is specified. Therefore when WITH_DEBUG is used, disable
inline assembly.
PR: 268173
Reported by: bofh
MFH: 2022Q4 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.4_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.4_1 27 Apr 2022 13:18:52
![commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f](/images/git.png) ![commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f](/images/codeberg.svg) ![commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f commit hash: 16aff2e12fa1c4fe80447d9e457862c0b212577f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Piotr Kubaj (pkubaj) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: enable asm on powerpc |
1.9.4 27 Jan 2022 05:08:40
![commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15 commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15](/images/git.png) ![commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15 commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15](/images/codeberg.svg) ![commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15 commit hash: fe14cd83dad652fbccffcdcaa81f73637f008c15](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Greg V |
security/libgcrypt: optionalize INFO
Allow the user to optionally exclude INFO files, allowing the space
conscious user the ability to install a minimual package. The default
remains to install INOF files as before.
PR: 259552
Reported by: Greg V <greg@unrelenting.technology>
Submitted by: Greg V <greg@unrelenting.technology> |
1.9.4 23 Aug 2021 21:09:59
![commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546 commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546](/images/git.png) ![commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546 commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546](/images/codeberg.svg) ![commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546 commit hash: 8d78b2ea798690afa69d251bb26febd5213e4546](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.9.4 |
1.9.3 23 May 2021 03:41:32
![commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3 commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3](/images/git.png) ![commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3 commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3](/images/codeberg.svg) ![commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3 commit hash: 527821a60c9f2e706a0549ac23c8ddc6d8b778c3](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Make static an option
Static linked binaries, due to the fact that they're statically linked,
can pose a security risk should a library be updated and depending
software not be recompiled and linked. This was a hot topic on BUGTRAQ
about 25 years ago.
The default is to build static libraries so as not to alter the package
avoiding a POLA violation.
PR: 255735
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> (mostly)
Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Reviewed by: cy
Tested by: cy
MFH: 2021Q2 |
1.9.3 23 May 2021 03:41:31
![commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44 commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44](/images/git.png) ![commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44 commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44](/images/codeberg.svg) ![commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44 commit hash: 865a2a94e8fd819d5598b3f2230db4e82ff7fc44](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.9.3
PR: 255735
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Reviewed by: cy
Tested by: cy
MFH: 2021Q2 |
1.9.2_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.2_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.9.2_1 27 Mar 2021 02:55:45
![Revision:569290 Revision:569290](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Fix armv7 build
Similar to armv6, armv7 fails to build jitterentropy-base.c without
optimization, falling flat on the #pragma GCC optimize statement.
Like armv6, avoid building jitterentropy-base.c altogether.
PR: 253698 |
1.9.2_1 17 Mar 2021 16:11:27
![Revision:568668 Revision:568668](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Fix armv6 build
Armv6 fails to build jitterentropy-base.c without optimization,
even though #pragma GCC optimization and #pragma clang optimization
are specified. For now brute force disable building the jitter
entropy generator on armv6.
PR: 253698
Submitted by: yani _ pi-greece.eu
Reported by: yani _ pi-greece.eu |
1.9.2 17 Mar 2021 16:10:21
![Revision:568667 Revision:568667](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Fix FreeBSD 12 armv6 build.
MFH: 2021Q1 |
1.9.2 18 Feb 2021 14:41:18
![Revision:565939 Revision:565939](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update 1.9.1 --> 1.9.2 |
1.9.1 03 Feb 2021 23:53:44
![Revision:563969 Revision:563969](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update 1.8.7 --> 1.9.1
Note: 1.8.7 nor 1.9.1 are vulnerable to CVE-2021-3345. Only 1.9.0 is. |
1.8.7 24 Oct 2020 13:19:42
![Revision:553197 Revision:553197](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update 1.8.6 --> 1.8.7 |
1.8.6 05 Oct 2020 17:55:00
![Revision:551532 Revision:551532](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Assume maintainership. |
1.8.6 05 Oct 2020 17:54:56
![Revision:551531 Revision:551531](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update 1.8.5 --> 1.8.6 |
1.8.5 05 Oct 2020 17:34:54
![Revision:551529 Revision:551529](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat: portmgr-secretary |
1.8.5 31 Mar 2020 07:48:00
![Revision:529954 Revision:529954](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mikael ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: fix build on aarch64 with lld10
import upstream fix:
https://github.com/gpg/libgcrypt/commit/09c27280cc09798d15369b3a143036b7ab5ddd69
PR: 244848
Submitted by: Charlie Li
Approved by: cpm (maintainer timeout), manu (mentor, implicit) |
1.8.5 02 Sep 2019 08:20:38
![Revision:510770 Revision:510770](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.8.5
- Pet portlint
Noteworthy changes in version 1.8.5
===================================
* Bug fixes:
- Add mitigation against an ECDSA timing attack.
[T4626,CVE-2019-13627]
- Improve ECDSA unblinding.
* Other features:
- Provide a pkg-config file for libgcrypt.
Release-info: https://dev.gnupg.org/T4683
For further details, see
https://lists.gnupg.org/pipermail/gnupg-announce/2019q3/000440.html
MFH: 2019Q3
Security: http://vuxml.freebsd.org/freebsd/c9c6c2f8-cd54-11e9-af89-080027ef1a23.html |
1.8.4_1 10 Nov 2018 18:12:58
![Revision:484628 Revision:484628](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.8.4 28 Oct 2018 21:15:27
![Revision:483355 Revision:483355](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.8.4
- Update libgpg-error version required to 1.32
Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000431.html |
1.8.3 13 Jun 2018 18:59:05
![Revision:472337 Revision:472337](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.8.3 (bugfix)
- Improve comment in Makefile
- Provide more elaborate port description and update WWW in pkg-descr
Noteworthy changes in version 1.8.3
===================================
- Use blinding for ECDSA signing to mitigate a novel side-channel
attack. [#4011,CVE-2018-0495]
- Fix incorrect counter overflow handling for GCM when using an IV
size other than 96 bit. [#3764]
- Fix incorrect output of AES-keywrap mode for in-place encryption (Only the first 15 lines of the commit message are shown above ) |
1.8.2 22 Jan 2018 12:32:04
![Revision:459647 Revision:459647](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Fix build for powerpc/powerpcspe
- Add the missing check for powerpcspe- and powerpc- in mpi/config.links
Submitted by: jhibbits
Approved by: cpm (maintainer)
Differential Revision: https://reviews.freebsd.org/D13854 |
1.8.2 15 Dec 2017 22:05:55
![Revision:456419 Revision:456419](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.8.2
- Update libgcrypt to 1.8.2
- Bump library version in pkg-plist
Changelog: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.2/log.html
Binary compatibility report:
https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.1/1.8.2/29a74/abi_compat_report.html
MFH: 2017Q4 |
1.8.1 30 Aug 2017 15:52:59
![Revision:448989 Revision:448989](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.8.1
- Update libgcrypt to 1.8.1
- Bump library version in pkg-plist
Noteworthy changes in version 1.8.1
* Bug fixes:
- Mitigate a local side-channel attack on Curve25519 dubbed "May
the Fourth be With You". [CVE-2017-0379] [also in 1.7.9]
- Add more extra bytes to the pool after reading a seed file.
- Add the OID SHA384WithECDSA from RFC-7427 to SHA-384.
- Fix build problems with the Jitter RNG
- Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE).
Changes: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.1/log.html
Binary compatibility report:
https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.0/1.8.1/31172/abi_compat_report.html
MFH: 2017Q3
Security: https://vuxml.freebsd.org/freebsd/22f28bb3-8d98-11e7-8c37-e8e0b747a45a.html |
1.8.0 01 Aug 2017 12:10:13
![Revision:447018 Revision:447018](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix the command line munging for jitterbase
PR: 220937
Reported by: O. Hartmann <ohartmann@walstatt.org>
Obtained from: https://dev.gnupg.org/rCac39522ab08fcd2483edc223334c6ab9d19e91f3
MFH: 2017Q3 (blanket) |
1.8.0 28 Jul 2017 21:45:20
![Revision:446854 Revision:446854](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jkim ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine) |
1.8.0 22 Jul 2017 01:05:15
![Revision:446350 Revision:446350](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove unnecessary extra-patch-aarch64 (applied upstream)
Reported by: Shawn Webb <shawn.webb@hardenedbsd.org> via email
MFH: 2017Q3 (blanket) |
1.8.0 21 Jul 2017 10:56:16
![Revision:446306 Revision:446306](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.8.0
- Update libgcrypt to 1.8.0
- Update libgpg-error version required to 1.25
- Bump library version in pkg-plist
Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000410.html
Binary compatibility report:
https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.7.8/1.8.0/d9ddd/abi_compat_report.html
PR: 220858
MFH: 2017Q3
Exp-run by: antoine |
1.7.8 04 Jul 2017 17:38:30
![Revision:445028 Revision:445028](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.7.8
- Update libgcrypt to 1.7.8
- Bump library version in pkg-plist
Noteworthy changes in version 1.7.8
* Bug fixes:
- Mitigate a flush+reload side-channel attack on RSA secret keys
dubbed "Sliding right into disaster". For details see
<https://eprint.iacr.org/2017/627>. [CVE-2017-7526]
Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000408.html
Binary compatibility report:
https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.7.7/1.7.8/95cc7/abi_compat_report.html
PR: 220382
MFH: 2017Q3
Exp-run by: antoine
Security: https://www.vuxml.org/freebsd/ed3bf433-5d92-11e7-aa14-e8e0b747a45a.html |
1.7.7 07 Jun 2017 11:35:51
![Revision:442829 Revision:442829](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.7.7
- Update libgcrypt to 1.7.7
- Silence all explicitly called commands
- Update WWW in pkg-descr: use https://
- Bump library version in pkg-plist
Noteworthy changes in version 1.7.7
* Bug fixes:
- Fix possible timing attack on EdDSA session key.
- Fix long standing bug in secure memory implementation which could
lead to a segv on free. [bug#3027].
PR: 219747
MFH: 2017Q2
Exp-run by: antoine |
1.7.6 09 Mar 2017 00:15:57
![Revision:435736 Revision:435736](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Patch only applies to aarch64. Remove armv6 check.
Reported by: jbeich
MFH: 2017Q1 (blanket) |
1.7.6 28 Feb 2017 12:21:13
![Revision:435049 Revision:435049](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: fix build on aarch64
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src
-Wa,--noexecstack -O2 -pipe -fno-strict-aliasing -std=gnu89 -MT
cipher-gcm-armv8-aarch64-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch64-ce.Tpo
-c cipher-gcm-armv8-aarch64-ce.S -fPIC -DPIC -o
.libs/cipher-gcm-armv8-aarch64-ce.o
cipher-gcm-armv8-aarch64-ce.S:190:3: error: instruction requires: neon
eor v31.16b, v31.16b, v31.16b
^
PR: 217271
Submitted by: krion
Reported by: Simon Rozman <simon@rozman.si>
MFH: 2017Q1 (blanket) |
1.7.6 23 Jan 2017 12:12:13
![Revision:432213 Revision:432213](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: update to 1.7.6
Noteworthy changes in version 1.7.6
* Bug fixes:
- Fix AES CTR self-check detected failure in the SSSE3 based
implementation.
- Remove gratuitous select before the getrandom syscall.
PR: 216305
MFH: 2017Q1
Exp-run by: antoine |
1.7.5 23 Dec 2016 15:45:00
![Revision:429273 Revision:429273](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Update to 1.7.5
- Update to 1.7.5
- Remove files useless to install from DOCS
- Remove patch since sparc v8 is not supported on FreeBSD
- Bump library version in pkg-plist
Changelog:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000399.html
PR: 215236
Approved by: amdmi3 (mentor)
MFH: 2016Q4
Exp-run by: antoine |
1.7.3 21 Oct 2016 12:51:41
![Revision:424411 Revision:424411](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.7.3 18 Aug 2016 11:24:48
![Revision:420399 Revision:420399](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.7.3 (security fixes)
- Bump library version in pkg-plist
ref: https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
MFH: 2016Q3
Differential Revision: D7558 |
1.7.2 20 Jul 2016 09:09:44
![Revision:418828 Revision:418828](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.7.2
- Bump library version in pkg-plist
Changelog:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000392.html
PR: 211153
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
MFH: 2016Q3
Exp-run: antoine
Differential Revision: D7221 |
1.7.1 17 Jun 2016 23:00:27
![Revision:417040 Revision:417040](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.7.1
- Remove unneeded patch (applied upstream)
- Convert to new test framework
https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000389.html
PR: 210328
Reviewed by: amdmi3, junovitch (mentors)
Approved by: amdmi3, junovitch (mentors)
MFH: 2016Q2
Exp-run: antoine
Differential Revision: D6865 |
1.7.0 23 Apr 2016 10:01:20
![Revision:413860 Revision:413860](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.7.0
- Remove unneeded patches (applied upstream)
- Fix inline assembler error on 9.x
- Fix pkg-plist
Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000386.html
PR: 208907
Approved by: junovitch (mentor)
Exp-run: antoine
Differential Revision: D5989 |
1.6.5_1 01 Apr 2016 14:25:18
![Revision:412349 Revision:412349](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.6.5_1 28 Mar 2016 23:41:45
![Revision:412077 Revision:412077](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- cipher/salsa20.c (selftest): Ensure 16-byte alignment for salsa20
context structure.
- mpi/longlong.h: Fix build on sparc.
PR: 206919
Approved by: junovitch (mentor) |
1.6.5 16 Feb 2016 02:52:56
![Revision:408972 Revision:408972](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update libgcrypt to 1.6.5
- Change LICENSE since support has been added for "or later" variants of GNU
licenses.
- Remove needless patch-cipher_salsa20.c
Changes:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html
PR: 207107
Approved by: junovitch (mentor) |
1.6.4_4 08 Feb 2016 20:54:10
![Revision:408514 Revision:408514](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
This patch fixes alignment of self-test context in salsa20 required
for amd64 implementation.
Other changes:
- Regenerate patches to make portlint(1) happy
- Update MAINTAINER to my @FreeBSD.org address
- Bump PORTREVISION
PR: 206919
Approved by: junovitch (mentor) |
1.6.4_3 18 Dec 2015 12:25:01
![Revision:403961 Revision:403961](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rakuco ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add upstream commit to fix build errors with -pedantic.
This fixes at least devel/ccrtp's build on 9.3, which is currently broken:
In file included from ccrtp/crypto/gcrypt/gcrypthmac.cpp:23:
/usr/local/include/gcrypt.h:509: error: comma at end of enumerator list
/usr/local/include/gcrypt.h:1346: error: comma at end of enumerator list
Makefile:571: recipe for target 'gcrypthmac.lo' failed
MFH'ing this is not necessary, this bug is only present in libgcrypt 1.6.4.
PR: 205000
Approved by: maintainer timeout (15 days) |
1.6.4_2 22 Nov 2015 17:33:05
![Revision:402237 Revision:402237](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Re-add missing patch
- This patch was removed when updating to 1.6.4, so the patch needs
to be put back in order to solve the bug 204399.
PR: 204600
Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer) |
1.6.4_1 29 Oct 2015 14:30:24
![Revision:400464 Revision:400464](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sbruno ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Enable the building and installation of the .a version of the library
for static linking. This affects emulators/qemu-user-static primarily
but will help anyone trying to statically link their applications.
Reviewed by: tijl cpm@fbsd.es (Maintainer) |
1.6.4 27 Oct 2015 15:54:54
![Revision:400319 Revision:400319](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.8.4
Changes: http://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000375.html
PR: 204003
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) |
1.6.3 20 Sep 2015 19:22:28
![Revision:397388 Revision:397388](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Drop 8.x support
- Switch to options helpers
Approved by: portmgr blanket |
1.6.3 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.6.3 28 Mar 2015 12:42:09
![Revision:382480 Revision:382480](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add CPE information
PR: 198985
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
1.6.3 02 Mar 2015 23:42:00
![Revision:380309 Revision:380309](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove Author from pkg-descr and white space fixes |
1.6.3 28 Feb 2015 21:11:54
![Revision:380161 Revision:380161](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: 1.6.2 -> 1.6.3
Changes:
http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000364.html
PR: 198109
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
1.6.2_1 07 Feb 2015 07:25:22
![Revision:378572 Revision:378572](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: fix some issues
- Fix crash at cipher/salsa20.c module on amd64.
- Fix strip shared object.
- Bump PORTREVISION.
PR: 197146
Submitted by: cpm@fbsd.es (maintainer) |
1.6.2 02 Jan 2015 18:46:34
![Revision:376062 Revision:376062](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
1.6.1_5 04 Sep 2014 17:28:35
![Revision:367293 Revision:367293](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: fix build with GCC on 8.x/amd64, 2nd attempt
Thanks to tijl@ for spotting the Makefile bug.
PR: 192555
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Approved by: maintainer (timeout) |
1.6.1_4 02 Sep 2014 20:47:44
![Revision:367081 Revision:367081](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: fix build without assembler on 8.x/amd64
PR: 192555
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Approved by: maintainer (timeout) |
1.6.1_3 05 Aug 2014 22:13:29
![Revision:364143 Revision:364143](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
1.6.1_2 02 Aug 2014 21:57:14
![Revision:363841 Revision:363841](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/security: re-add .la file
- py-gnome-extras (and others) depend on it
PR: 192342
Submitted by: freebsd@johnlevine.com |
1.6.1_1 31 Jul 2014 18:30:51
![Revision:363648 Revision:363648](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: avoid non-portable use of assembler instruction on amd64
PR: 191256
Submitted by: arcade@b1t.name |
1.6.1 30 Jul 2014 03:57:24
![Revision:363436 Revision:363436](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.5.3_3 15 Jul 2014 16:57:39
![Revision:361977 Revision:361977](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.5.3_3 05 Jul 2014 23:19:06
![Revision:360837 Revision:360837](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sbruno ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Added needed ASM instructions for armv6 architecture support.
PR: 190848
Submitted by: andrew@freebsd.org
Reviewed by: mat@freebsd.org |
1.5.3_2 25 Jun 2014 08:58:09
![Revision:359209 Revision:359209](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.5.3_2 23 Apr 2014 13:25:17
![Revision:351936 Revision:351936](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.5.3_1 01 Apr 2014 13:12:28
![Revision:349852 Revision:349852](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- USES=libtool tar:bzip2.
- Enable asm on FreeBSD/i386 >= 10.0.
- Enable asm on FreeBSD/amd64. [1]
- Use MAKE_CMD instead of MAKE to run regression tests.
PR: ports/187441
Submitted by: Stoyan Dimov <pr.freebsd.org@registrations.systeem.com> [1]
Approved by: maintainer timeout (2 weeks) |
1.5.3 01 Mar 2014 21:23:14
![Revision:346721 Revision:346721](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
1.5.3 14 Dec 2013 05:06:17
![Revision:336421 Revision:336421](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
koobs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/libgcrypt: Remove BROKEN on powerpc
- Remove BROKEN on powerpc [1]
- Enable STAGE support
PR: ports/183066
Submitted by: jhibbits
Approved by: maintainer timeout (1 month) |
1.5.3 20 Sep 2013 22:55:26
![Revision:327769 Revision:327769](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.5.3 20 Aug 2013 05:31:34
![Revision:325029 Revision:325029](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rpaulo (src committer) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use GCC 4.2+ on armv6.
Reviewed by: umq
Approved by: umq |
1.5.3 17 Aug 2013 07:56:12
![Revision:324830 Revision:324830](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bf ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update security/libgcrypt to 1.5.3 [1], and document the latest gnupg
and libgcrypt vulnerability
PR: 181231
Submitted by: Hirohisa Yamaguchi (maintainer) [1]
Security: http://www.vuxml.org/freebsd/689c2bf7-0701-11e3-9a25-002590860428.html |
1.5.2 03 May 2013 16:35:25
![Revision:317219 Revision:317219](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.5.2
Changelog:
http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000324.html (1.5.1)
http://lists.gnupg.org/pipermail/gnupg-announce/2013q2/000325.html (1.5.2)
PR: 177100
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
1.5.0_1 07 Sep 2012 19:42:03
![Revision:303822 Revision:303822](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark as broken on powerpc only on -current. This will unblock gnome,
kde, and other builds on 8 and 9.
Hat: portmgr |
1.5.0_1 25 Aug 2012 08:33:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
novel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Properly define deprecated functions to remove warnings in other
ports
- Avoid installing multiple copies of the GPLv2 and LGPL21 licenses
- Bump PORTREVISION
PR: 170488
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: Hirohisa Yamaguchi (maintainer) |
1.5.0 24 Jul 2012 15:51:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
scheidell ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Mark Broken for ppc
- Remove check for obsolete, unsupported OS version
- pet portlint (space/vs tab, like 41, 44 of Makefile)
PR: ports/166388
Submitted by: scheidell@ (me)
Reported by: glevand <geoffrey.levand@mail.ru>
Approved by: maintainer (timeout, 21 days) |
1.5.0 05 Nov 2011 17:26:19
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add a workaround to fix build on FreeBSD 10.0 i386 |
1.5.0 17 Sep 2011 21:56:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pawel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Require ligpg-error>=1.8 to build succesfully
PR: ports/159873
Submitted by: Michael Scheidell <scheidell@secnap.net>
Approved by: maintainer, miwi, wen (mentors implicit) |
1.5.0 26 Jul 2011 06:54:46
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dim ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
In the AES-NI inline assembly, change instances of 'cmpq' to 'cmpl'. I
had erroneously assumed this would only be compiled on amd64, but even
then a 64 bit compare is wrong. The variables referenced in the inline
assembly are all plain int, so 32 bit.
PR: ports/159147
Pointy hat to: dim
Requested by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
1.5.0 21 Jul 2011 20:18:45
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dim ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Building security/libgcrypt 1.5.0 with clang results in errors similar
to the following:
rijndael.c:846:46: error: ambiguous instructions require an explicit suffix
(could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
"movdqa 0xa0(%%esi), %%xmm1\n\t"
^
<inline asm>:24:2: note: instantiated into assembly here
cmp $10, -80(%ebp)
^
This is because the 'cmp' instruction lacks a type suffix, and is thus
ambiguous. Fix this by changing these to 'cmpq'.
PR: ports/158994
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
1.5.0 03 Jul 2011 11:39:40
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.5.0
PR: ports/158574
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
1.4.6 04 Dec 2010 07:34:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync to new bsd.autotools.mk |
1.4.6 02 Nov 2010 12:18:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix linking with clang, and give longlong.h a simular treatment like was
done in 9-current so clang can build it on i386.
Update LICENSE block, and remove md5 sum.
PR: ports/151349
Submitted by: myself
Approved by: Yamaguchi Hirohisa <umq@ueo.co.jp> (maintainer) |
1.4.6 27 Jul 2010 01:24:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
wxs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.4.6.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
1.4.5_1 27 Jun 2010 12:57:34
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
stefan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION for latest gettext update. (I'm not sure anyone still needs
it, but it doesn't really hurt, either.)
PR: 147295
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer timeout (>3 weeks)
Feature safe: yes |
1.4.5 13 Mar 2010 19:34:23
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
niels ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to version 1.4.5
PR: ports/144312
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Reviewed by: Hirohisa Yamaguchi (maintainer)
Approved by: itetcu (mentor) |
1.4.4 02 Aug 2009 19:36:34
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.4.4 23 Jan 2009 15:52:58
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.4.4
PR: 130914
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> (maintainer) |
1.4.3 06 Jan 2009 12:59:57
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.4.3
- Pass maintainership to submitter per PR 127224
PR: ports/127478
Submitted by: Hirohisa Yamaguchi <umq at ueo.co.jp>
Approved by: arved (maintainer) |
1.4.1_1 21 Aug 2008 06:18:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |