package: remove 'v' prefix from github-fetched packages
authorVictor Huesca <victor.huesca@bootlin.com>
Wed, 12 Jun 2019 06:42:06 +0000 (08:42 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 19 Jun 2019 20:27:55 +0000 (22:27 +0200)
commit69808c7536de5a67dc8bc363f4b56e0097d6a9d1
tree212dc72d66dd459d0588b4f6466dbf77aafdd742
parentf3fa156fbf192ad2ffb7183ea9757e112ea8c755
package: remove 'v' prefix from github-fetched packages

On Github, a large number of projects name their tag vXYZ (i.e v3.0,
v0.1, etc.). In some packages we do:

 <pkg>_VERSION = v0.3
 <pkg>_SITE = $(call github foo,bar,$(<pkg>_VERSION))

And in some other packages we do:

 <pkg>_VERSION = 0.3
 <pkg>_SITE = $(call github foo,bar,v$(<pkg>_VERSION))

I.e in one case we consider the version to be v0.3, in the other case
we consider 0.3 to be the version.

The problem with v0.3 is that when used in conjunction with
release-monitoring.org, it doesn't work very well, because
release-monitoring.org has the concept of "version prefix" and using
that they drop the "v" prefix for the version.

Therefore, a number of packages in Buildroot have a version that
doesn't match with release-monitoring.org because Buildroot has 'v0.3'
and release-monitoring.org has '0.3'.

Since really the version number of 0.3, is makes sense to update our
packages to drop this 'v'.

This commit only addresses the (common) case of github packages where
the prefix is simply 'v'. Other cases will be handled by separate
commits. Also, there are a few cases that couldn't be handled
mechanically that aren't covered by this commit.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
[Arnout: don't change flatbuffers, json-for-modern-cpp, libpagekite,
 python-scapy3k, softether]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
344 files changed:
boot/afboot-stm32/afboot-stm32.hash
boot/afboot-stm32/afboot-stm32.mk
boot/opensbi/opensbi.hash
boot/opensbi/opensbi.mk
package/a10disp/a10disp.hash
package/a10disp/a10disp.mk
package/angular-websocket/angular-websocket.hash
package/angular-websocket/angular-websocket.mk
package/assimp/assimp.hash
package/assimp/assimp.mk
package/azmq/azmq.hash
package/azmq/azmq.mk
package/bandwidthd/bandwidthd.hash
package/bandwidthd/bandwidthd.mk
package/bats-core/bats-core.hash
package/bats-core/bats-core.mk
package/bcache-tools/bcache-tools.hash
package/bcache-tools/bcache-tools.mk
package/bluez-alsa/bluez-alsa.hash
package/bluez-alsa/bluez-alsa.mk
package/c-periphery/c-periphery.hash
package/c-periphery/c-periphery.mk
package/can-utils/can-utils.hash
package/can-utils/can-utils.mk
package/capnproto/capnproto.hash
package/capnproto/capnproto.mk
package/cbootimage/cbootimage.hash
package/cbootimage/cbootimage.mk
package/civetweb/civetweb.hash
package/civetweb/civetweb.mk
package/cjson/cjson.hash
package/cjson/cjson.mk
package/cog/cog.hash
package/cog/cog.mk
package/corkscrew/corkscrew.hash
package/corkscrew/corkscrew.mk
package/cppzmq/cppzmq.hash
package/cppzmq/cppzmq.mk
package/cpuload/cpuload.hash
package/cpuload/cpuload.mk
package/davici/davici.hash
package/davici/davici.mk
package/docker-cli/docker-cli.hash
package/docker-cli/docker-cli.mk
package/docker-containerd/docker-containerd.hash
package/docker-containerd/docker-containerd.mk
package/docker-engine/docker-engine.hash
package/docker-engine/docker-engine.mk
package/dtach/dtach.hash
package/dtach/dtach.mk
package/duktape/duktape.hash
package/duktape/duktape.mk
package/faifa/faifa.hash
package/faifa/faifa.mk
package/faketime/faketime.hash
package/faketime/faketime.mk
package/flare-engine/flare-engine.hash
package/flare-engine/flare-engine.mk
package/flare-game/flare-game.hash
package/flare-game/flare-game.mk
package/flatcc/flatcc.hash
package/flatcc/flatcc.mk
package/font-awesome/font-awesome.hash
package/font-awesome/font-awesome.mk
package/freeswitch-mod-bcg729/freeswitch-mod-bcg729.hash
package/freeswitch-mod-bcg729/freeswitch-mod-bcg729.mk
package/fwup/fwup.hash
package/fwup/fwup.mk
package/gerbera/gerbera.hash
package/gerbera/gerbera.mk
package/gflags/gflags.hash
package/gflags/gflags.mk
package/glog/glog.hash
package/glog/glog.mk
package/gqrx/gqrx.hash
package/gqrx/gqrx.mk
package/grpc/grpc.hash
package/grpc/grpc.mk
package/gstreamer/gst-omapfb/gst-omapfb.hash
package/gstreamer/gst-omapfb/gst-omapfb.mk
package/hiredis/hiredis.hash
package/hiredis/hiredis.mk
package/hwdata/hwdata.hash
package/hwdata/hwdata.mk
package/igd2-for-linux/igd2-for-linux.hash
package/igd2-for-linux/igd2-for-linux.mk
package/input-event-daemon/input-event-daemon.hash
package/input-event-daemon/input-event-daemon.mk
package/irqbalance/irqbalance.hash
package/irqbalance/irqbalance.mk
package/jack2/jack2.hash
package/jack2/jack2.mk
package/janus-gateway/janus-gateway.hash
package/janus-gateway/janus-gateway.mk
package/jquery-keyboard/jquery-keyboard.hash
package/jquery-keyboard/jquery-keyboard.mk
package/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug.hash
package/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug.mk
package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.hash
package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.mk
package/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay.hash
package/kodi-audiodecoder-sidplay/kodi-audiodecoder-sidplay.mk
package/kodi-audiodecoder-snesapu/kodi-audiodecoder-snesapu.hash
package/kodi-audiodecoder-snesapu/kodi-audiodecoder-snesapu.mk
package/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound.hash
package/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound.mk
package/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity.hash
package/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity.mk
package/kodi-audiodecoder-vgmstream/kodi-audiodecoder-vgmstream.hash
package/kodi-audiodecoder-vgmstream/kodi-audiodecoder-vgmstream.mk
package/kodi-audioencoder-flac/kodi-audioencoder-flac.hash
package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
package/kodi-audioencoder-lame/kodi-audioencoder-lame.hash
package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.hash
package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
package/kodi-audioencoder-wav/kodi-audioencoder-wav.hash
package/kodi-audioencoder-wav/kodi-audioencoder-wav.mk
package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash
package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk
package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.hash
package/kodi-screensaver-asteroids/kodi-screensaver-asteroids.mk
package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash
package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.mk
package/kodi-screensaver-biogenesis/kodi-screensaver-biogenesis.hash
package/kodi-screensaver-biogenesis/kodi-screensaver-biogenesis.mk
package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.hash
package/kodi-screensaver-cpblobs/kodi-screensaver-cpblobs.mk
package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.hash
package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk
package/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails.hash
package/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails.mk
package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.hash
package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk
package/kodi-screensaver-pyro/kodi-screensaver-pyro.hash
package/kodi-screensaver-pyro/kodi-screensaver-pyro.mk
package/kodi-screensaver-rsxs/kodi-screensaver-rsxs.hash
package/kodi-screensaver-rsxs/kodi-screensaver-rsxs.mk
package/kodi-screensaver-stars/kodi-screensaver-stars.hash
package/kodi-screensaver-stars/kodi-screensaver-stars.mk
package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.hash
package/kodi-visualisation-fishbmc/kodi-visualisation-fishbmc.mk
package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
package/kodi-visualisation-spectrum/kodi-visualisation-spectrum.hash
package/kodi-visualisation-spectrum/kodi-visualisation-spectrum.mk
package/kodi-visualisation-waveform/kodi-visualisation-waveform.hash
package/kodi-visualisation-waveform/kodi-visualisation-waveform.mk
package/kvazaar/kvazaar.hash
package/kvazaar/kvazaar.mk
package/lcdapi/lcdapi.hash
package/lcdapi/lcdapi.mk
package/let-me-create/let-me-create.hash
package/let-me-create/let-me-create.mk
package/leveldb/leveldb.hash
package/leveldb/leveldb.mk
package/libatomic_ops/libatomic_ops.hash
package/libatomic_ops/libatomic_ops.mk
package/libcoap/libcoap.hash
package/libcoap/libcoap.mk
package/libconfig/libconfig.hash
package/libconfig/libconfig.mk
package/libcpprestsdk/libcpprestsdk.hash
package/libcpprestsdk/libcpprestsdk.mk
package/libcue/libcue.hash
package/libcue/libcue.mk
package/libdcadec/libdcadec.hash
package/libdcadec/libdcadec.mk
package/libebur128/libebur128.hash
package/libebur128/libebur128.mk
package/libfastjson/libfastjson.hash
package/libfastjson/libfastjson.mk
package/libffi/libffi.hash
package/libffi/libffi.mk
package/libgit2/libgit2.hash
package/libgit2/libgit2.mk
package/libhttpparser/libhttpparser.hash
package/libhttpparser/libhttpparser.mk
package/libiqrf/libiqrf.hash
package/libiqrf/libiqrf.mk
package/libite/libite.hash
package/libite/libite.mk
package/liblog4c-localtime/liblog4c-localtime.hash
package/liblog4c-localtime/liblog4c-localtime.mk
package/libndp/libndp.hash
package/libndp/libndp.mk
package/libopenh264/libopenh264.hash
package/libopenh264/libopenh264.mk
package/libpam-tacplus/libpam-tacplus.hash
package/libpam-tacplus/libpam-tacplus.mk
package/librsync/librsync.hash
package/librsync/librsync.mk
package/librtas/librtas.hash
package/librtas/librtas.mk
package/libscrypt/libscrypt.hash
package/libscrypt/libscrypt.mk
package/libseccomp/libseccomp.hash
package/libseccomp/libseccomp.mk
package/libserial/libserial.hash
package/libserial/libserial.mk
package/libsrtp/libsrtp.hash
package/libsrtp/libsrtp.mk
package/libtpl/libtpl.hash
package/libtpl/libtpl.mk
package/libuv/libuv.hash
package/libuv/libuv.mk
package/libvpx/libvpx.hash
package/libvpx/libvpx.mk
package/libwebsockets/libwebsockets.hash
package/libwebsockets/libwebsockets.mk
package/liquid-dsp/liquid-dsp.hash
package/liquid-dsp/liquid-dsp.mk
package/ljsyscall/ljsyscall.hash
package/ljsyscall/ljsyscall.mk
package/lm-sensors/lm-sensors.hash
package/lm-sensors/lm-sensors.mk
package/lua-sdl2/lua-sdl2.hash
package/lua-sdl2/lua-sdl2.mk
package/lz4/lz4.hash
package/lz4/lz4.mk
package/mfgtools/mfgtools.hash
package/mfgtools/mfgtools.mk
package/micropython-lib/micropython-lib.hash
package/micropython-lib/micropython-lib.mk
package/micropython/micropython.hash
package/micropython/micropython.mk
package/mini-snmpd/mini-snmpd.hash
package/mini-snmpd/mini-snmpd.mk
package/mraa/mraa.hash
package/mraa/mraa.mk
package/ne10/ne10.hash
package/ne10/ne10.mk
package/nginx-dav-ext/nginx-dav-ext.hash
package/nginx-dav-ext/nginx-dav-ext.mk
package/nilfs-utils/nilfs-utils.hash
package/nilfs-utils/nilfs-utils.mk
package/ninja/ninja.hash
package/ninja/ninja.mk
package/numactl/numactl.hash
package/numactl/numactl.mk
package/nvme/nvme.hash
package/nvme/nvme.mk
package/openblas/openblas.hash
package/openblas/openblas.mk
package/opentracing-cpp/opentracing-cpp.hash
package/opentracing-cpp/opentracing-cpp.mk
package/openzwave/openzwave.hash
package/openzwave/openzwave.mk
package/paho-mqtt-c/paho-mqtt-c.hash
package/paho-mqtt-c/paho-mqtt-c.mk
package/paho-mqtt-cpp/paho-mqtt-cpp.hash
package/paho-mqtt-cpp/paho-mqtt-cpp.mk
package/pdbg/pdbg.hash
package/pdbg/pdbg.mk
package/pigpio/pigpio.hash
package/pigpio/pigpio.mk
package/pigz/pigz.hash
package/pigz/pigz.mk
package/powerpc-utils/powerpc-utils.hash
package/powerpc-utils/powerpc-utils.mk
package/protobuf-c/protobuf-c.hash
package/protobuf-c/protobuf-c.mk
package/python-configshell-fb/python-configshell-fb.hash
package/python-configshell-fb/python-configshell-fb.mk
package/python-pydal/python-pydal.hash
package/python-pydal/python-pydal.mk
package/python-pymodbus/python-pymodbus.hash
package/python-pymodbus/python-pymodbus.mk
package/python-pyparted/python-pyparted.hash
package/python-pyparted/python-pyparted.mk
package/python-remi/python-remi.hash
package/python-remi/python-remi.mk
package/python-rtslib-fb/python-rtslib-fb.hash
package/python-rtslib-fb/python-rtslib-fb.mk
package/qdecoder/qdecoder.hash
package/qdecoder/qdecoder.mk
package/qlibc/qlibc.hash
package/qlibc/qlibc.mk
package/rabbitmq-c/rabbitmq-c.hash
package/rabbitmq-c/rabbitmq-c.mk
package/rapidjson/rapidjson.hash
package/rapidjson/rapidjson.mk
package/reaver/reaver.hash
package/reaver/reaver.mk
package/runc/runc.hash
package/runc/runc.mk
package/safeclib/safeclib.hash
package/safeclib/safeclib.mk
package/shellinabox/shellinabox.hash
package/shellinabox/shellinabox.mk
package/sngrep/sngrep.hash
package/sngrep/sngrep.mk
package/sqlcipher/sqlcipher.hash
package/sqlcipher/sqlcipher.mk
package/sunxi-tools/sunxi-tools.hash
package/sunxi-tools/sunxi-tools.mk
package/synergy/synergy.hash
package/synergy/synergy.mk
package/targetcli-fb/targetcli-fb.hash
package/targetcli-fb/targetcli-fb.mk
package/tegrarcm/tegrarcm.hash
package/tegrarcm/tegrarcm.mk
package/tini/tini.hash
package/tini/tini.mk
package/tinycbor/tinycbor.hash
package/tinycbor/tinycbor.mk
package/tinymembench/tinymembench.hash
package/tinymembench/tinymembench.mk
package/turbolua/turbolua.hash
package/turbolua/turbolua.mk
package/uccp420wlan/uccp420wlan.hash
package/uccp420wlan/uccp420wlan.mk
package/uhubctl/uhubctl.hash
package/uhubctl/uhubctl.mk
package/v4l2loopback/v4l2loopback.hash
package/v4l2loopback/v4l2loopback.mk
package/valijson/valijson.hash
package/valijson/valijson.mk
package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.hash
package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk
package/vim/vim.hash
package/vim/vim.mk
package/vmtouch/vmtouch.hash
package/vmtouch/vmtouch.mk
package/waffle/waffle.hash
package/waffle/waffle.mk
package/wampcc/wampcc.hash
package/wampcc/wampcc.mk
package/wavemon/wavemon.hash
package/wavemon/wavemon.mk
package/xdotool/xdotool.hash
package/xdotool/xdotool.mk
package/xl2tp/xl2tp.hash
package/xl2tp/xl2tp.mk
package/xxhash/xxhash.hash
package/xxhash/xxhash.mk
package/ympd/ympd.hash
package/ympd/ympd.mk
package/zstd/zstd.hash
package/zstd/zstd.mk
package/zyre/zyre.hash
package/zyre/zyre.mk