./comms/dfu-util, Host side implementation of the USB DFU protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9, Package name: dfu-util-0.9, Maintainer: noud4

Host (PC) side implementation of the USB DFU (Universal Serial Bus Device
Firmware Upgrade) protocol.


Required to run:
[devel/libusb1]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 135.153 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85)
Log message:
comms: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85)
Log message:
comms: Remove SHA1 hashes for distfiles
   2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189)
Log message:
all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-11-03 13:04:14 by Roland Illig | Files touched by this commit (16)
Log message:
comms: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
   2016-12-03 14:02:22 by Sevan Janiyan | Files touched by this commit (1)
Log message:
Correct the if statement to AND, not OR.
Unbreak builds on FreeBSD & DragonFly BSD
   2016-12-03 04:26:07 by Sevan Janiyan | Files touched by this commit (4)
Log message:
Import dfu-util 0.9

ok wiedi