Watch file results

component: main
debian_mangled_uversion: 11.4.2
debian_uversion: 11.4.2
distribution: debian
last_check: 2024-07-13 09:50:13.655954
release: sid
source: mariadb
status: up to date
upstream_url: https://archive.mariadb.org/mariadb-11.4.2/source/mariadb-11.4.2.tar.gz
upstream_version: 11.4.2
version: 1:11.4.2-4
watch_file:
version=4
opts=\
pgpsigurlmangle=s/$/.asc/,\
uversionmangle=s/-(rc|beta)/$1/,pasv \
https://archive.mariadb.org/mariadb-11.4.([\d\.]*(?:-beta|-rc)?)/source/ mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz

# String "-11.4." needs to be in path as MariaDB releases several series in
# parallel (e.g 11.4, 10.11, 10.4, 10.3 etc) and uscan should check for updates only
# in the 11.4-series.

# Automated signature checking with pgpsigurlmangle has been available
# only since devscripts version 2.13.3

# Specifically use archive.mariadb.org because it supports https and the main
# page has a file listing suitable for scanning new releases.
# The archive.mariadb.org service is under MariaDB Foundation control and is
# the official source for new releases.