non port: math/libtommath/Makefile |
Number of commits found: 47 |
Monday, 9 Oct 2023
|
11:57 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.
c97e9a5 |
Wednesday, 28 Jun 2023
|
09:19 Pietro Cerutti (gahr)
math/libtommath: backport patch to fix possible integer overflow
02c4623 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 20 Sep 2021
|
10:45 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
3b74b34 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 22 Oct 2019
|
12:28 gahr
math/libtommath: update to 1.2.0
Release notes:
https://www.libtom.net/news/LTM_1.2.0/
 |
Saturday, 19 Oct 2019
|
11:03 tobik
math/libtommath: Strip library
Move unhooked post-install-SHARED-on target into post-install
 |
Monday, 4 Mar 2019
|
08:47 gahr
math/libtommath: build shared library by default
Suggested by: cy
 |
Monday, 4 Feb 2019
|
12:00 gahr
math/libtommath: update license, pet portlint
Reported
by: https://github.com/libtom/libtommath/issues/122#issuecomment-460083058
 |
Thursday, 31 Jan 2019
|
11:50 gahr
math/libtommath: update to 1.1.0
Release notes: https://www.libtom.net/news/LTM_1.1.0/
 |
Thursday, 2 Nov 2017
|
21:41 olgeni
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
 |
Saturday, 16 Sep 2017
|
10:55 gahr
math/libtommath: fix PLIST, bump PORTREVISION
 |
Friday, 15 Sep 2017
|
11:27 gahr
math/libtommath: update to 1.0.1, take maintainership
 |
Wednesday, 9 Mar 2016
|
07:46 wen
- Update to 1.0
PR: 207266
Submitted by: takefu@airport.fm
 |
Saturday, 14 Nov 2015
|
20:27 amdmi3
- Update MASTER_SITES and WWW, helpers
 |
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
 |
Sunday, 5 Oct 2014
|
18:01 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)
 |
Thursday, 2 Oct 2014
|
06:17 antoine
Allow staging as a regular user
 |
Sunday, 10 Aug 2014
|
19:26 tijl
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
 |
Monday, 30 Jun 2014
|
15:10 gahr
- Convert to USES=tar:bz2 libtool:keepla
 |
Wednesday, 25 Jun 2014
|
05:35 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
 |
Friday, 14 Feb 2014
|
08:27 gahr
- STAGE-clean
- STRIP shared library
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Wednesday, 29 May 2013
|
15:41 miwi
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27
With hat: portmgr
 |
Thursday, 18 Apr 2013
|
13:27 gahr
- Remove unused PLIST_SUB variables
- Add regression-test target
Feature safe: yes
 |
12:26 gahr
- Take maintainership
- Add an OPTION to build the shared library in addition to the static one
- Add DOCS to OPTIONs
Feature safe: yes
 |
Wednesday, 12 Dec 2012
|
18:48 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.
 |
Friday, 3 Aug 2012
|
15:54 cs
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
 |
Tuesday, 31 Jul 2012
|
02:22 wxs
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.
 |
Tuesday, 24 Jul 2012
|
20:50 wxs
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now.
 |
Monday, 9 Aug 2010
|
22:57 araujo
- Update to 0.42.0.
PR: ports/149102
Submitted by: Frederic Culot <frederic@culot.org>
 |
Wednesday, 9 Sep 2009
|
19:19 wxs
- Reassign maintainer to ports@
 |
Saturday, 9 May 2009
|
02:46 wxs
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
 |
Monday, 4 Feb 2008
|
15:35 wxs
Update my address.
Approved by: garga (mentor)
 |
Wednesday, 21 Mar 2007
|
08:18 clsung
- Update to 0.41
PR: ports/110549
Submitted by: Brenton Chang <brenton dot chang_AT_gmail dot com>
Approved by: maintainer (Wesley Shields)
 |
Tuesday, 9 Jan 2007
|
21:33 miwi
- Update to 0.40
PR: ports/107627
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
 |
Saturday, 19 Aug 2006
|
16:49 miwi
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor)
 |
Wednesday, 31 May 2006
|
18:06 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
 |
Saturday, 18 Mar 2006
|
01:14 cperciva
Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org.
 |
Monday, 20 Feb 2006
|
18:05 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
 |
Sunday, 19 Feb 2006
|
23:45 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
 |
Monday, 6 Feb 2006
|
17:14 garga
- Update to 0.38
PR: ports/92897
Submitted by: maintainer
 |
Friday, 2 Dec 2005
|
20:50 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)
 |
Friday, 2 Sep 2005
|
14:42 sem
- Remove -O3 optimization from CFLAGS
PR: ports/85608
Submitted by: maintainer
 |
Monday, 29 Aug 2005
|
14:28 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>
 |
Number of commits found: 47 |