2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-01-02 20:34:29 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update di to 4.47.3. From Brad Lanam in PR pkg/54666.
4.47.3 [2019-12-23]
Fixed missing link flags for clang.
4.47.2 [2019-10-30]
Minor makefile cleanup.
4.47.1 [2019-6-25]
Update mkconfig to version 2.1.1 (fixes build on 32-bit).
Add configs/config.ms.cl (visual studio definitions).
|
2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174) |
Log message:
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
|
2018-08-13 07:32:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
di: update to 4.47.
4.47 [2018-8-12]
Fixed bugs located by scan.coverity.com.
This should fix a numeric sort bug.
Update mkconfig to version 2.0.0 and make changes to support it.
Get perl extension build working again.
Based on PR 53515 by Brad Lanam.
|
2018-04-16 15:52:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
di: update to 4.46.
From MAINTAINER Brad Lanm in PR 53187.
Changes:
4.46 [2018-4-11]
Tcl: Fix bad allocation.
Tcl: Raise errors rather than exiting.
Exit program when incorrect options are specified.
Update mkconfig to version 1.31.
Add missing mkconfig/runtests.sh.
4.45 [2018-4-10]
Update mkconfig to version 1.30 to fix modern libintl.h/printf tests.
|
2018-02-02 11:10:34 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
di: Leave pkgsrc to handle security features.
|
2017-11-28 16:50:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
di: update to 4.44.
Provided by Brad Lanam in PR 52770.
4.44 [2017-5-23]
Fixed check of exabyte sized filesystems. The signed check now
only checks for -1 and -2; there could still be situations
where the overflow exactly matches these values.
Added faster method for windows check for missing removable
filesystems.
4.43 [2016-8-9]
Cleaned up some compiler warnings.
Fixed memory allocation problem.
Tcl interface fixes
4.42 [2016-2-22]
Fixed a parsing bug in the Tcl interface.
Added a Perl interface.
4.41 [2016-1-24]
Fixed bug specifying more than one filesystem on the command line.
Added sort by free space, total space.
Updated manual page: missing, new sort options.
|
2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211) |
Log message:
Follow some http -> https redirects.
|
2016-01-24 12:07:49 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update sysutils/di to 4.40.
Patch provided by Brad Lanam in PR pkg/50696.
Changes:
4.40 [2016-1-22]
Updated the Tcl interface to return the 'display' key as a list.
4.39 [2016-1-22]
Added a Tcl interface.
Fixed CSV header to honor -n flag.
Added -C, --csv-tabs to output CSV with tabs.
Fixes for mingw (build, long double can't be printf'd).
Update mkconfig to version 1.27
4.38 [2016-1-6]
Honor FreeBSD NO_PIE environment variable.
Update mkconfig to version 1.26
4.37 [2015-10-18]
Fixed a problem when processing the DI_ARGS environment variable.
Hardened compiler options: reference: http://wiki.debian.org/Hardening
Code cleanup to fix compiler warnings.
4.36 [2015-5-18]
Updated test for NFS remote filesystems.
4.35 [2014-2-15]
Updates for Irix.
Fixed a bug when -I/-x were specified in addition to a filespec.
Updated build system to mkconfig-1.24
|