You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/tools
Adrian Schmutzler 240793d175 tools: drop PKG_VERSION for purely local packages
This applies to tools directory what has been done for package/ in
commit 9c170cb92f ("package: drop PKG_VERSION for purely local
packages"):

In the package guidelines, PKG_VERSION is supposed to be used as
"The upstream version number that we're downloading", while
PKG_RELEASE is referred to as "The version of this package Makefile".
Thus, the variables in a strict interpretation provide a clear
distinction between "their" (upstream) version in PKG_VERSION and
"our" (local OpenWrt trunk) version in PKG_RELEASE.

For local (OpenWrt-only) packages, this implies that those will only
need PKG_RELEASE defined, while PKG_VERSION does not apply following
a strict interpretation. While the majority of "our" packages actually
follow that scheme, there are also some that mix both variables or
have one of them defined but keep them at "1".

This is misleading and confusing, which can be observed by the fact
that there typically either one of the variables is never bumped or
the choice of the variable to increase depends on the person doing the
change.

Consequently, this patch aims at clarifying the situation by
consistently using only PKG_RELEASE for "our" packages. For tools/,
only three packages were affected. This fixes two of them, and
leaves the remaining wrt350nv2-builder untouched, as the code there
seems to have some versioning of its own that is treated as upstream
version in PKG_VERSION.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years ago
..
autoconf treewide: clean up download hashes 8 years ago
autoconf-archive tools: add autoconf-archive 4 years ago
automake tools/automake: Revert "Do not use $(V) - force AM_V=1" 5 years ago
b43-tools tools/b43-tools/b43-fwsquash: convert to Python 3 with 2-to-3 5 years ago
bc Revert "bc: update to 1.07.1" 5 years ago
bison tools/bison: Update to 3.5.1 4 years ago
cbootimage tools: add cbootimage for tegra 5 years ago
cbootimage-configs tools: add cbootimage-configs for tegra 5 years ago
ccache ccache: update to 3.7.9 4 years ago
cmake tools/cmake: update to 3.17.0 4 years ago
coreutils tools/coreutils: install "touch" 5 years ago
dosfstools add PKG_CPE_ID ids to package and tools 7 years ago
e2fsprogs tools/e2fsprogs: fix build under macos 4 years ago
elftosb treewide: clean up download hashes 8 years ago
expat tools/expat: change package source to GitHub 5 years ago
findutils tools/findutils: Update to 4.7.0 4 years ago
firmware-utils tplink-safeloader: expand support list for TP-Link CPE210 v3 4 years ago
flex flex: Add a lex symlink 6 years ago
flock tools: flock: add NFSv4 compatibility 8 years ago
genext2fs treewide: clean up download hashes 8 years ago
gengetopt tools/gengetopt: Update to 2.23 5 years ago
gmp tools/gmp: Remove obsolete options 4 years ago
include build: fix kernel 5.4 on macos 4 years ago
isl tools/isl: update to 0.20 5 years ago
kernel2minor tools: kernel2minor: update to latest version 6 years ago
libelf tools: libelf: fix headers to trigger -Wundef warnings 5 years ago
libressl tools/libressl: Update to 3.0.2 4 years ago
libtool add PKG_CPE_ID ids to package and tools 7 years ago
lzma treewide: clean up download hashes 8 years ago
lzma-old tools/zlib: move zlib build to tools 6 years ago
m4 tools: m4: fix compilation with glibc 2.28 6 years ago
make-ext4fs make_ext4fs: Update to version 2020-01-05 4 years ago
missing-macros tools: drop PKG_VERSION for purely local packages 4 years ago
mkimage tools/mkimage: update to 2020.04 4 years ago
mklibs tools/mklibs: update to 0.1.44 and convert to Python 3 5 years ago
mm-macros tools/mm-macros: Update to 1.0.0 4 years ago
mpc tools/mpc: Update to 1.1.0 6 years ago
mpfr tools/mpfr: Update to 4.0.2 5 years ago
mtd-utils tools/mtd-utils: update to 2.1.1 5 years ago
mtools tools/mtools: Update to 4.0.24 4 years ago
padjffs2 tools: drop PKG_VERSION for purely local packages 4 years ago
patch tools/patch: apply upstream patch for cve-2019-13638 5 years ago
patch-image tools: patch-image: fix file descriptor leak. 7 years ago
patchelf tools/patchelf: Update to 0.10 4 years ago
pkgconf pkgconf: always retain -I and -L flags 4 years ago
qemu tools: qemu: Add patches to support adapter_type and monolithicFlat 4 years ago
quilt tools/quilt: update to 0.66 5 years ago
sdimage tools/sdimage: Fix build with host Linux headers < 3.18 5 years ago
sed tools/sed: Update to 4.8 4 years ago
sparse sparse: updated to version 0.5.2 6 years ago
squashfs squashfs: Fix compile with GCC 10 4 years ago
squashfskit4 tools: squashfskit4: fix build with GCC10 4 years ago
sstrip tools/sstrip: Fix compile under standard linux. 7 years ago
tar tools: tar: update to version 1.32 5 years ago
upslug2 upslug2: Update to git repository 5 years ago
wrt350nv2-builder wrt350nv2-builder: Fix memory leak 4 years ago
xz tools/xz: Update to 5.2.5 4 years ago
zip tools: zip: add option for reproducible archives 5 years ago
zlib tools: zlib: do not hardcode the install prefix in zlib.pc 6 years ago
zstd tools: add zstd 4 years ago
Makefile tools: add zstd 4 years ago