Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_2 07 Apr 2024 07:53:53 |
Pietro Cerutti (gahr) |
math/libtommath: small improvements
* remove built-in ccache detection (missing in my previous commit)
* remove superfluous -DBUILD_TESTING:BOOL=ON in CMAKE_ARGS
Suggested by: diizzy |
1.3.0_2 07 Apr 2024 07:53:52 |
Pietro Cerutti (gahr) |
math/libtommath: revert: Fix previous commit 8509bb6"
This reverts commit 073a0a9e92f1f235c770c20f8e5c83bb893dcf9c. |
1.3.0_2 06 Apr 2024 13:53:34 |
Daniel Engberg (diizzy) |
math/libtommath: Fix previous commit 8509bb6
- Disable CCACHE detection
- Sort menu options
- Apply submitted patch with spelling fix and disable all vendor added
FLAGS for CMAKE_BUILD_TYPE options
Approved by: portmgr (blanket) |
1.3.0_2 06 Apr 2024 12:21:06 |
Pietro Cerutti (gahr) |
math/libtommath: small improvements
- remove built-in ccache detection, see
https://github.com/libtom/libtommath/pull/577/
- put OPTIMIZED_CFLAGS and LTO in OPTIONS, on by default
PR: 278155
Reported by: diizzy |
1.3.0 04 Apr 2024 04:05:26 |
Pietro Cerutti (gahr) |
math/libtommath: add missing patch |
1.3.0 03 Apr 2024 14:18:23 |
Pietro Cerutti (gahr) |
math/libtommath: add missing pkg-plist file |
1.3.0 03 Apr 2024 14:16:55 |
Pietro Cerutti (gahr) |
math/libtommath: update to 1.3.0
Release notes: https://www.libtom.net/news/LTM_1.3.0/ |
1.2.1 09 Oct 2023 11:57:32 |
Pietro Cerutti (gahr) |
math/libtommath: update to 1.2.1
PR: 274350
Reported by: dizzy
This is a bugfix release because of potential integer overflow.
See PR #546 and CVE-2023-36328. |
1.2.0_2 28 Jun 2023 09:19:15 |
Pietro Cerutti (gahr) |
math/libtommath: backport patch to fix possible integer overflow |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.2.0_1 20 Sep 2021 10:45:19 |
Pietro Cerutti (gahr) |
math/libtommath: enable mp_set_double
Reported by: Sébastien Santoro <dereckson@espace-win.org>
Obtained from: https://github.com/libtom/libtommath/pull/476 |
1.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 22 Oct 2019 12:28:27 |
gahr |
math/libtommath: update to 1.2.0
Release notes:
https://www.libtom.net/news/LTM_1.2.0/ |
1.1.0_3 19 Oct 2019 11:03:31 |
tobik |
math/libtommath: Strip library
Move unhooked post-install-SHARED-on target into post-install |
1.1.0_2 04 Mar 2019 08:47:03 |
gahr |
math/libtommath: build shared library by default
Suggested by: cy |
1.1.0_1 04 Feb 2019 12:00:26 |
gahr |
math/libtommath: update license, pet portlint
Reported
by: https://github.com/libtom/libtommath/issues/122#issuecomment-460083058 |
1.1.0 31 Jan 2019 11:50:23 |
gahr |
math/libtommath: update to 1.1.0
Release notes: https://www.libtom.net/news/LTM_1.1.0/ |
1.0.1_1 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.0.1_1 16 Sep 2017 10:55:08 |
gahr |
math/libtommath: fix PLIST, bump PORTREVISION |
1.0.1 15 Sep 2017 11:27:05 |
gahr |
math/libtommath: update to 1.0.1, take maintainership |
1.0 09 Mar 2016 07:46:56 |
wen |
- Update to 1.0
PR: 207266
Submitted by: takefu@airport.fm |
0.42.0_2 14 Nov 2015 20:27:12 |
amdmi3 |
- Update MASTER_SITES and WWW, helpers |
0.42.0_2 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.42.0_2 05 Oct 2014 18:01:20 |
tijl |
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.42.0_1 02 Oct 2014 06:17:59 |
antoine |
Allow staging as a regular user |
0.42.0_1 10 Aug 2014 19:26:38 |
tijl |
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize |
0.42.0 30 Jun 2014 15:10:44 |
gahr |
- Convert to USES=tar:bz2 libtool:keepla |
0.42.0 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.42.0 14 Feb 2014 08:27:10 |
gahr |
- STAGE-clean
- STRIP shared library |
0.42.0 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.42.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.42.0 29 May 2013 15:41:01 |
miwi |
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27
With hat: portmgr |
0.42.0 18 Apr 2013 13:27:18 |
gahr |
- Remove unused PLIST_SUB variables
- Add regression-test target
Feature safe: yes |
0.42.0 18 Apr 2013 12:26:58 |
gahr |
- Take maintainership
- Add an OPTION to build the shared library in addition to the static one
- Add DOCS to OPTIONs
Feature safe: yes |
0.42.0 12 Dec 2012 18:48:34 |
wxs |
Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it. |
0.42.0 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
0.42.0 31 Jul 2012 02:22:22 |
wxs |
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online. |
0.42.0 24 Jul 2012 20:50:26 |
wxs |
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now. |
0.42.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.42.0 09 Aug 2010 22:57:44 |
araujo |
- Update to 0.42.0.
PR: ports/149102
Submitted by: Frederic Culot <frederic@culot.org> |
0.41 09 Sep 2009 19:19:13 |
wxs |
- Reassign maintainer to ports@ |
0.41 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
0.41 04 Feb 2008 15:35:12 |
wxs |
Update my address.
Approved by: garga (mentor) |
0.41 21 Mar 2007 08:18:06 |
clsung |
- Update to 0.41
PR: ports/110549
Submitted by: Brenton Chang <brenton dot chang_AT_gmail dot com>
Approved by: maintainer (Wesley Shields) |
0.40 09 Jan 2007 21:33:57 |
miwi |
- Update to 0.40
PR: ports/107627
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) |
0.39 19 Aug 2006 16:49:49 |
miwi |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
0.39 31 May 2006 18:06:35 |
garga |
* security/libtomcrypt
- Update to 1.12
* math/libtommath
- Update to 0.39
* math/tomsfastmath
- Update to 0.09
PR: ports/98214
Submitted by: maintainer |
0.38 18 Mar 2006 01:14:24 |
cperciva |
Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org. |
0.38 20 Feb 2006 18:05:32 |
cperciva |
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.
Thanks to: Several people who found copies of the distfiles for me |
0.38 19 Feb 2006 23:45:52 |
cperciva |
Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
being unfetchable. The author's domain name (libtomcrypt.org) expired
and was picked up by a cybersquatter, and the distfiles haven't been
mirrored by ftp.freebsd.org yet.
If anyone has a copy of the distfiles for any of these ports, please
send them to me so that I can host them and unbreak these ports.
Approved by: flz
Discussed with: maintainer |
0.38 06 Feb 2006 17:14:02 |
garga |
- Update to 0.38
PR: ports/92897
Submitted by: maintainer |
0.37 02 Dec 2005 20:50:25 |
tdb |
- Update to 0.37
- Add SHA256 checksum
- Use PLIST_FILES instead of pkg-plist
PR: 89863
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by: clement (mentor) |
0.36_1 02 Sep 2005 14:42:08 |
sem |
- Remove -O3 optimization from CFLAGS
PR: ports/85608
Submitted by: maintainer |
0.36 29 Aug 2005 14:28:15 |
pav |
LibTomMath provides highly optimized and portable routines for a vast
majority of integer based number theoretic applications (including
public key cryptography).
PR: ports/85043
Submitted by: Wesley Shields <wxs@csh.rit.edu> |