Next | Query returned 36 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-05-09 23:26:18 by David A. Holland | Files touched by this commit (1)
Log message:
PR 57074 Dennis Lindroos: fix build on aarch64 macos

Disable configure test for stat64 since apparently it produces the
wrong answer.
   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-24 04:40:04 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
pv: Update to 1.6.20

Changelog:
1.6.20 - 12 September 2021
  - fix: add missing stddef.h include to number.c (Sam James)

1.6.19 - 5 September 2021
  - fix: starting pv in the background no longer immediately stops unless
    the transfer is to/from the terminal (Andriy Gapon, Jonathan Elchison)
  - fix: using -B, -A, or -T now switches on -C implicitly
    (Johannes Gerer, André Stapf)
  - fix: AIX build fixes (Peter Korsgaard)
  - i18n: updated German "--help" translations (Richard Fonfara)
  - i18n: switched to UTF-8 encoding, added missing translations (de,fr,pt)
  - docs: new "common switches" manual section (Jacek Wielemborek)
  - docs: use placeholder instead of /dev/sda in the manual (Pranav Peshwe)
  - docs: mention MacOS pipes and "-B 1024" in the manual (Jan Venekamp)
  - docs: correct shell in autoconf/scripts/index.sh  (Juan Picca)
  - cleanup: various compiler warnings cleaned up

  Full changelog is below:
  - (r181) added common switches section to manual (Jacek Wielemborek)
  - (r184) use placeholder instead of /dev/sda in the manual (Pranav Peshwe)
  - (r185) replace ash with sh in autoconf/scripts/index.sh (Juan Picca)
  - (r185) added note to manual about "-B 1024" in MacOS pipes (Jan \ 
Venekamp)
  - (r185) fix AIX config check when the CWD contains "yes" (Peter \ 
Korsgaard)
  - (r189) (#1556) updated German "--help" translations (Richard Fonfara)
  - (r189) updated missing German translations and changed to UTF-8 encoding
  - (r191) updated missing French translations and changed to UTF-8 encoding
  - (r193) updated missing Portuguese translations, changed to UTF-8 encoding
  - (r196) (#1563) using -B, -A, or -T now switches on -C implicitly
    (Johannes Gerer, André Stapf)
  - (r199) fixed numerous compiler warnings in newer GCC versions
  - (r200,205) fixed bug where "pv /dev/zero >/dev/null &" stopped
    immediately (Jonathan Elchison, Andriy Gapon)
  - (r203,205) marked unused arguments with GCC unused attribute, started
    using boolean data type for flags, corrected more compiler warnings
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2019-06-10 18:55:02 by Nia Alarie | Files touched by this commit (2)
Log message:
pv: Update to 1.6.6

Changes:

(r161) use %llu instead of %Lu for better compatibility (Eric A. Borisch)
(r162) (#1532) fix target buffer size (-B) being ignored (AndCycle, Ilya Basin, \ 
Antoine Beaupré)
(r164) cap read/write sizes, and check elapsed time during read/write cycles, to \ 
avoid display hangs with large buffers or slow media; also remove select() call \ 
from repeated_write function as it slows the transfer down and the wrapping \ 
alarm() means it is unnecessary
(r169) (#1477) use alternate form for transfer counter, such that 13GB is shown \ 
as 13.0GB so it's the same width as 13.1GB (André Stapf)
(r171) cleanup: units corrections in man page, of the form kb -> KiB
(r175) report error in "-d" if process fd directory is unreadable, or \ 
if process disappears before we start the main loop (Jacek Wielemborek)
   2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499)
Log message:
Add SHA512 digests for distfiles for sysutils category

Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-23 00:29:54 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Pass -DENABLE_LARGEFILE=1 to the build on SunOS, the configure test
only checks for the presence of open64() rather than doing a proper
largefile check.  Fixes 64-bit build.
   2015-05-12 17:45:21 by Benny Siegert | Files touched by this commit (4)
Log message:
Update pv to 1.6.0. Patch from Jonathan Buschmann in PR pkg/49795.

1.6.0 - 15 March 2015

	fix lstat64 support when unavailable - separate patches supplied by
Ganael Laplanche and Peter Korsgaard
	(#1506) new option "-D" / "--delay-start" to only show bar \ 
after N
seconds (Damon Harper)
	new option "--fineta" / "-I" to show ETA as time of day \ 
rather than
time remaining - patch supplied by Erkki Seppälä (r147)
	(#1509) change ETA (--eta / -e) so that days are given if the hours
remaining are 24 or more (Jacek Wielemborek)
	(#1499) repeat read and write attempts on partial buffer fill/empty to
work around post-signal transfer rate drop reported by Ralf Ramsauer
	(#1507) do not try to calculate total size in line mode, due to bug
reported by Jacek Wielemborek and Michiel Van Herwegen
	cleanup: removed defunct RATS comments and unnecessary copyright
notices
        clean up displayed lines when using --watchfd PID, when PID exits
        output errors on a new line to avoid overwriting transfer bar

Changes in older releases :

new option --watchfd
new option --null
new option --skip-errors
new option --format
new option --remote (-R) to control an already-running process
new option --line-mode (-l) to count lines instead of bytes
Fixes for AIX, Cygwin, Solaris, MacOSX
Change license to Artistic 2.0
   2013-09-01 08:32:11 by OBATA Akio | Files touched by this commit (1)
Log message:
Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk.
PR pkg/40713.
   2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94)
Log message:
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.

Next | Query returned 36 messages, browsing 1 to 10 | Previous