2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-02 17:28:42 by Roland Illig | Files touched by this commit (40) |
Log message:
time: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|
2019-03-03 03:30:28 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Avoid unportable -static-libgcc. Fixes OS X clang build.
|
2018-09-29 19:18:20 by Sebastian Wiedenroth | Files touched by this commit (3) |
Log message:
dateutils: fix SunOS build
|
2018-04-03 09:09:32 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated time/dateutils to 0.4.3
(from: http://www.fresse.org/dateutils/changelog.html)
This is dateutils v0.4.3.
This is a feature release.
Features:
base expansion works for times now
Bugfixes:
durations in months weeks and days are calculated like
durations in months and days, consistency
am and pm indicators in inputs are handled properly
military midnights decay when not printed in full
See info page examples and/or README.
|
2016-09-25 23:13:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove nonworking master site.
|
2016-09-19 07:33:15 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
Updated time/dateutils to 0.4.0
-------------------------------
v0.4.0
Summary: v0.4.0 of dateutils
This is a bugfix release.
Bugfixes:
- document %g/%G format specifiers
- bug/42, accept NUL characters in input
- bug/45, correctly display Gregorian and ISO week dates in one line
- bug/46, adhere to ISO group's official formatting of week dates
- bug/47, allow rounding of Epoch based timestamps
- bug/48, avoid crash for void input to strptime(3)
Features:
- datetest supports --isvalid to conditionalise on date/time parsing
- all tools support --from-locale to parse localised input
- tools with output formatting support --locale to format output according to
locale
v0.3.5
Summary: v0.3.5 of dateutils
This is a bugfix release.
Bugfixes:
- bug/40, distinguish between numerals-only dates and durations
- tests will succeed independent of current date
See info page examples and/or README.
v0.3.4
Summary: v0.3.4 of dateutils
This is a bugfix release.
Bugfixes:
- bug/39, MacOSX endianness detection
- bug/38, ddiff day-only durations on date/times
- dadd +2m bug is fixed, regression dtadd.049.clit/dtadd.050.clit
v0.3.3
Summary: v0.3.3 of dateutils
This is a feature release.
Features:
- to clarify purpose and avoid name clashes prefix binaries with date- This
results in: dateadd dateconv datediff dategrep dateround dateseq datesort
datetest and datezone
- provide compatibilty through configure switch -with-old-names
- provide single digit years through %_y
- allow rounding of ISO-week dates (ywd) to week numbers
Bugfixes:
- dashes behind a date do not count as tz indicator
- UTC/TAI/GPS special coordinated zones work on systems without leap second
support
v0.3.2
Summary: v0.3.2 of dateutils
This is a bugfix release.
Bugfixes:
- out of range minutes will be discarded
- bug 30 (malicious input crashes dconv) has been fixed
Features:
- military midnight stamps are supported (T24:00:00)
- 8601 ordinal dates (year + doy) are recognised directly (-f yd)
- strptime(1) can behave in a locale-dependent way
-------------------------------------------------------------------------
(pkgsrc-changes)
- recover the two patches for 0.3.1
|
2016-09-19 06:47:16 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
- Removing two patches. Those two does not make any difference
in packaging as well as PLIST listing.
- PKGREVISION++, just for easiness to trace this commit.
|