Skip to content

Commit

Permalink
chore(main/miniupnpc): Disable auto-update
Browse files Browse the repository at this point in the history
The miniupnp project may break API and/or ABI compatibiliity even
in minor patch releases, so it's not safe to auto update (see #20490
and #20788).

%ci:no-build
  • Loading branch information
fornwall committed Jul 6, 2024
1 parent bcdf66b commit ab2201c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/miniupnpc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.2.8"
TERMUX_PKG_SRCURL=http://miniupnp.free.fr/files/miniupnpc-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=05b929679091b9921b6b6c1f25e39e4c8d1f4d46c8feb55a412aa697aee03a93
TERMUX_PKG_AUTO_UPDATE=true
# The miniupnp project breaks API and ABI compatibility even in minor releases
# (see https://github.com/miniupnp/miniupnp/issues/758), so do not auto update
# - the changelog needs to be checked for ABI and/or API breakage:
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_BREAKS="miniupnpc-dev"
TERMUX_PKG_REPLACES="miniupnpc-dev"

Expand Down

0 comments on commit ab2201c

Please sign in to comment.