Commit Graph

30798 Commits

Author SHA1 Message Date
alperak
d1bf2db7cc
tayga: Fix contains reference to TMPDIR [buildpaths] warning
WARNING: tayga-0.9.2-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/tayga in package tayga-dbg contains reference to TMPDIR [buildpaths]

Make sure that the OE provided CFLAGS are passed to the compiler.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-31 08:29:24 -07:00
Barry Grussling
f311f1f01c
postgresql: Break perl RDEPENDS
Currently, any non-native recipes that inherits cpan-base ends up
with an image RDEPENDS on perl (via
https://git.yoctoproject.org/poky/tree/meta/classes-recipe/cpan-base.bbclass?h=scarthgap#n14)

If you are building an image and desire to have Postgresql installed
but NOT perl, this creates a problem. This changeset attempts
to fix this shortcoming by not inheriting cpan-base directly.

Note this work is a continuation of attempts to change cpan-base:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15563

The Postgresql build system uses perl, so add it as a DEPENDS. This
happened previously via the "inherit cpan-base" directive.

I've validated this recipe successfully packages with and without
the perl PACKAGECONFIG in Scarthgap.

Signed-off-by: Barry Grussling <mr.scada@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-31 08:29:23 -07:00
quic-raghuvar
8106cfe769
android-tools-adbd.service: Change /var to /etc in ConditionPathExists
If android-tools-adbd.service service needs to be up upon boot, then the path assigned to ConditionPathExists must be present at boot time. This means that the path set to ConditionPathExists must be created at build time itself. /etc is a better place to keep files and directories that are created at build time rather than /var. /var is expected to house files that are created at run time.

Hence, change ConditionPathExists=/var/usb-debugging-enabled to ConditionPathExists=/etc/usb-debugging-enabled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-31 08:29:23 -07:00
Przemyslaw Zegan
98a4af1f78
libftdi: Fix missing ftdi_eeprom
Due to the incorrect subpackage name, the ftdi_eeprom does not placed in the generated image. This patch fixes it.

Signed-off-by: Przemyslaw Zegan <przemyslaw.zegan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-29 13:17:26 -07:00
Jose Quaresma
54ed6730ab
ostree: Upgrade 2024.6 -> 2024.7
$ git --no-pager log --oneline v2024.6...v2024.7
4941d9cd (tag: v2024.7) Release 2024.7
4b96359e Merge pull request #3277 from cgwalters/karg-disable-composefs
e226c876 prepare-root: Add `ostree.prepare-root.composefs`
5378fe2a Merge pull request #3276 from cgwalters/parse-bool
65ff4041 prepare-root: Gather kernel cmdline early
26abca71 keyfile-utils: Add API to parse tristate strings
47edd1a2 keyfile-utils: Add API to parse tristate strings
97fb1112 Merge pull request #3275 from ueno/wip/dueno/glib-2.44
a0bd1894 libostree: Remove compatibility code with GLib < 2.44
d7eb9a10 Merge pull request #3273 from cgwalters/drop-library-printf
772801fa sysroot: Use journal rather than printf()
9b977e28 Merge pull request #3265 from lukewarmtemp/2023.8-3-coverity-scan
e99693c7 prepare: Create global var for tmp_sysroot_etc
d528083c repo: Fix `dir_or_file_path` memory leak
20d5bc84 commit: Null terminate `target_buf` var
dc9eaef1 tree: Fix `name` memory leak
0ea7d2e3 Merge pull request #3269 from cgwalters/fix-ordering
1db6911e Merge pull request #3270 from cgwalters/bump-runners
0153abe4 ci: Bump bootc e2e to latest ubuntu, drop docker
1544d205 Merge pull request #3268 from ueno/wip/dueno/composefs-doc-fixes
b0ab531e remount: Drop `Before=systemd-sysusers.service`
371540f9 repo: Remove leftover OpenSSL includes
023888d8 docs/composefs: Fix reference to `ostree sign`
f280b121 Merge pull request #3266 from ericcurtin/if-file-missing-on-relabel-continue
e25ca809 remount: ignore ENOENT error during SELinux relabeling
8f559e94 Merge pull request #3261 from cgwalters/validate-xattrs
e19f7324 core: Validate that xattr names aren't empty
ac6ba439 Merge pull request #3259 from cgwalters/c9s-buildroot
3ef9ae95 ci: Add buildroot to c9s build
114118e4 Merge pull request #3258 from cgwalters/prepare-comments
f63b7512 docs: Describe `/boot/ostree`
b6052306 Merge pull request #3253 from cgwalters/prepare-comments
a2ae2879 Merge pull request #3252 from cgwalters/checkout-cfs
f041e025 prepare-root: Cleanup comments
c0a715f1 checkout: Add API to directly checkout composefs
e84dc966 Merge pull request #3249 from ericcurtin/add-webos
1ab70be7 Merge pull request #3250 from ericcurtin/minor-bootloader-doc-change
bee18edf docs: make /ostree/root.X clearer as symlinks
fef5feca docs: add webOS as users of libostree
64a09da0 Merge pull request #3246 from jmarrero/release-2024.6
32bec27a configure: post-release version bump

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-29 11:01:43 -07:00
Markus Volk
cfb7d3fdca
flatpak: update 1.15.8 -> 1.15.9
- flatpak now uses wrap files instead of git submodules to fetch bwrap and xdg-dbus-proxy
  For reproducibility reasons, this cannot be done. Add external binaries and configure like
  recommended below:

Dependencies:

    bubblewrap and xdg-dbus-proxy are now provided by Meson wrap files instead of being directly vendored via git submodule. If downloading external software during build is not allowed in your environment, please install suitable versions of bubblewrap and xdg-dbus-proxy separately, then configure Flatpak with options similar to -Dsystem_bubblewrap=bwrap -Dsystem_dbus_proxy=xdg-dbus-proxy (most major distributions package it like this already).

Enhancements:

    If xdg-dbus-proxy is new enough (0.1.6 or later, not yet released), allow two broadcast signals from AT-SPI by default, allowing bus traffic to be reduced. If xdg-dbus-proxy is older, this change will have no practical effect but is harmless. (#5828)

    Install csh profile snippet (#5753)

Bug fixes:

    Expand the list of environment variables that Flatpak apps do not inherit from the host system (#5765, #5785)

    Take time zone information from $TZDIR if set (#5850)

    Fix a memory leak since 1.15.7 when reloading D-Bus configuration (#5856)

    Fix a memory leak when running flatpak permissions (#5844)

    Fix memory leaks in flatpak update (#5816)

    Fix memory leaks when installing packages (#5811)

    Use more similar translatable strings for some error messages (#5748)

    Document flatpak config --set languages '*all*' correctly: it is really *all* (or equivalently *), not just all (#5836)

    Fix a misleading comment in the test for CVE-2024-32462 (#5779)

    Fix a copy/paste error in the 1.15.7 release notes

    On systems where subdirectories of /sys have been made inaccessible, continue without them (#5138)

    Make tests more compatible with non-GNU shell utilities (#5812)

    Translation updates: ka (#5873), hi (#5838), pt_BR (#5877), zh_CN (#5843)

Internal changes:

    libglnx and variant-schema-compiler are now managed as git subtree instead of git submodule. Maintainers and contributors, please see subprojects/README.md for details of how to interact with these. In particular this means that submodules no longer need to be set up before working on a git clone. (#5800, #5845)

    Split library code into more, smaller translation units, reducing internal circular dependencies (#5409, #5801, #5803)

    Add some convenience macros in the test suite (#5693)

    Minor internal robustness improvement (#5833)

    Add configuration for Github Codespaces (#5767)

    Improve CI configuration (#5791)

    Work around infrastructure issues in third-party apt repositories used by default in Github Workflows (#5786)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-29 11:01:43 -07:00
Yi Zhao
62b0d59023
snort3: upgrade 3.1.84.0 -> 3.3.1.0
ChangeLog:
https://github.com/snort3/snort3/releases/tag/3.2.1.0
https://github.com/snort3/snort3/releases/tag/3.2.2.0
https://github.com/snort3/snort3/releases/tag/3.3.0.0
https://github.com/snort3/snort3/releases/tag/3.3.1.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-28 07:42:22 -07:00
Khem Raj
6fc95d7a74
libwmf: Fix buildpaths QA Errors in libwmf-config
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-28 00:23:14 -07:00
Khem Raj
5aa80e4ca9
ldns: Upgrade to 1.8.4
* Fix building documentation in build directory.
	  Thanks Michael Tokarev
	* Updated the configure script for split openssl directories.
	* Fix for windows compile; asctime_r compat, search for inet_ntop
	  in ws2_32, avoid double decl of inet_ntop, check for symlink call,
	  include config.h in edns.c, have socket compare use correct
	  signedness, add -u repo option to makewin.sh, fix quoting in
	  makewin.sh and check return value of bind and connect in net.c
	  for failure instead of a socket type. And fix to install .exe files.
	* Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to 48.
	* Fix to compile DLLs, and pick out of the lib64 dir, and include
	  libssp-0.dll and ldns-config.
	* bugfix #237: Resolver uses nameserver commented out in
	  /etc/resolv.conf. Thanks grembo.
	* Added RESINFO rrtype.
	* Added WALLET rrtype.
	* PR #241: Fix coverity cited problems. Thanks Enji Cooper.
	* PR #233: Several Python SWIG issues. Thanks Florian Weimer.
	* PR #231: const ldns_rdf * typemap fixes to support swig-4.2.0
	  Thanks William S Fulton
	* PR #227: keys.c: fix build with libressl >= 3.8.1
	  Thanks Fabrice Fontaine
	* PR #224: Portable executable progs don't underlink to libldns
	  Thanks Ørjan Malde
	* PR #216: Update declaration for function with no argument
	  Thanks Ed Maste
	* PR #214: fix the build in FreeBSD's base system
	  Thanks Pierre Pronchery and Dag-Erling Smørgrav
	* PR #206: improve 'next-label' algorithm in ldns-walk
	  Thanks Jelte Jansen
	* PR #205: Add functions to extract RFC 8914 extended errors
	  Thanks Roland van Rijswijk-Deij
	* PR #203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian
	  Thanks Felipe Gasper
	* PR #191: 16-unit-tests-edns: Fix leak & warnings
	  Thanks Felipe Gasper
	* Added NXNAME rrtype.
	* PR #242: Openssl no engine improved support #242
	  Thanks Petr Menšík

Detailed Changes [1]

Fix buildpaths QA errors while here

[1] https://github.com/NLnetLabs/ldns/compare/1.8.3...1.8.4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-28 00:00:31 -07:00
Khem Raj
78a69186be
log4cpp: Fix buildpaths QA error
Fixes
do_package_qa: QA Issue: File /usr/bin/log4cpp-config in package log4cpp contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-27 17:26:38 -07:00
J. S.
28d77dddad
znc: Fix buildpaths QA errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-27 17:26:38 -07:00
Tim Orling
3026d235fd
python3-configobj: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the
setuptools.build.meta PEP-517 backend.

Fixes:
WARNING: python3-configobj-5.0.8-r0 do_check_backend:
         QA Issue: inherits setuptools3
         but has pyproject.toml with setuptools.build_meta,
		 use the correct class [pep517-backend]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-27 09:53:48 -07:00
Jose Quaresma
71fda35845
composefs: the srcrev hash was the release tag
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:40 -07:00
Frank de Brabander
bee8b9bbc4
python3-pydantic-core: fix incompatible version
The recipe for pydantic currently is at version 2.7.2. This
project specifies in its pyproject.toml that it depends on
pydantic-core version 2.18.4. Because an older 2.16.3 version
of pydantic-core was used now, a simple bit of code will break.

  from enum import Enum
  from pydantic import BaseModel

  class Color(str, Enum):
      RED = "RED"
      BLUE = "BLUE"

  class Car(BaseModel):
      color: Color

  print(Car(color=Color.RED))

This will upgrade the python3-pydantic-core recipe to make it
compatible with python3-pydantic, so that the above snippet of
code will no longer fail.

Two patches are removed, these backports are now included in the
upstream code. A new patch is added to set the required rust
compiler from 1.76 to 1.75. Version 1.76 is not actually needed.

File python3-pydantic-core-crates.inc is regenerated by running
'bitbake -c update_crates python3-pydantic-core'.

The recipes RDEPENDS now includes python3-compression. The pydantic
schema validator imports 'importlib.metadata' which wants to import
'zipfile'.

The buildpaths QA check is skipped. This should be fixed at some
point, but it was already failing before this change.

Signed-off-by: Frank de Brabander <debrabander@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:39 -07:00
Soumya Sambu
42a9f8f311
python3-werkzeug: upgrade 3.0.1 -> 3.0.3
Includes fix for CVE-2024-34069

The license didn't change but the file was renamed.

Changelog:
==========
https://github.com/pallets/werkzeug/blob/3.0.3/CHANGES.rst
https://github.com/pallets/werkzeug/blob/3.0.2/CHANGES.rst

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:39 -07:00
Mikko Rapeli
e02e220634
libjcat: skip buildpaths check
Test binary has embedded build time paths. Ignore
for now.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:39 -07:00
Mikko Rapeli
db91757e7b
gcab: ignore buildpaths error from sources
gcab-src has some meson generated files which embed
absolute paths from build environment. meson seems
ot do this on purpose to fix other issues.

Ignored those issues for now.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:39 -07:00
Mikko Rapeli
e77f9f2feb
fwupd: skip buildpaths errors
Test binaries are embeddding build paths and can't easily
figure out why. Thus ignore the errors in these binaries
for now.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-26 09:51:39 -07:00
Chen Qi
66ae53386b
python3-protobuf: remove useless and problematic .pth file
Our python3-protobuf is installed in standard site-packages location,
there's no need for an extra .pth file. So this .pth is useless.

What's worse, this .pth file is problematic for python 3.12 ptest. It will
cause the following test case to hang forever:

  test.test__xxsubinterpreters.CreateTests.test_in_thread

I've filed an issue[1] for cpython. Until the problem is resolved there,
we should avoid packaging this .pth file.

In fact, Debian also removes this file in the rules file, though their reason
for removal is likely that the file is useless.

  rules:  find $(CURDIR)/debian/python3-protobuf -name 'protobuf-*-nspkg.pth' -delete

Some more information below, just for better tracking:
1. That .pth file is way too complicated according to .pth design[2].
2. The subinterpreter is not offically part of python, at least for 3.12. The PEP[3][4]
   has not been accepted. The test__xxsubinterpreter is a preparation for it.

[1] https://github.com/python/cpython/issues/122220
[2] https://docs.python.org/3/library/site.html
[3] https://peps.python.org/pep-0554/
[4] https://peps.python.org/pep-0554/

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 22:02:09 -07:00
Khem Raj
9cc350b455
sysprof: Fix build with llvm libunwind
Update status of the patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 21:53:53 -07:00
Marc Ferland
30e64975d3
polkit: add libs-only PACKAGECONFIG option
The 'libs-only' option skips building polkitd.

Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
2024-07-25 18:48:11 -07:00
Marc Ferland
d75f2277f2
polikt: add elogind packageconfig option
Add elogind package config option.

Also make sure the systemd, consolekit and elogind options are
mutually exclusive (as defined in the meson_options.txt file).

Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
2024-07-25 18:48:11 -07:00
Marc Ferland
fb34082702
polkit: update SRC_URI
Project has moved to github.

Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
2024-07-25 18:48:11 -07:00
Carlos Alberto Lopez Perez
37a1a632d5
sysprof: upgrade 3.44.0 -> 3.48.0
* 3.48.0 is currently the last stable version
* The GUI now uses GTK4 instead of GTK3
* A new CLI program sysprof-agent is now available
* libsysprof can be built without polkit support

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 07:58:08 -07:00
Poonam Jadhav
ec1d116c8c
tcpreplay: Fix CVE-2023-4256
Add patch to fix tcpreplay CVE-2023-4256
dlt_jnpr_ether_cleanup: check config before cleanup
Links:
https://github.com/appneta/tcpreplay/pull/851
https://github.com/appneta/tcpreplay/issues/813#issuecomment-2245557093

Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 07:58:08 -07:00
Ricardo Simoes
1974c7a6d3
memtool: Add recipe
memtool is a program that allows to access memory mapped registers.
This is useful to inspect and modify registers from the command line.
memtool can also operate on plain files, and access PHY registers.

Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 07:58:08 -07:00
Yoann Congal
5b33cbfe99
zeromq: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:53 -07:00
Alexandre Truong
edb1f2e061
xscreensaver: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from
running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:53 -07:00
Alexandre Truong
2884a1f1bc
xrdp: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:52 -07:00
Faiz HAMMOUCHE
adf90aa4c8
xf86-input-tslib: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with
devtool check-upgrade-status

Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:52 -07:00
Faiz HAMMOUCHE
d12bae3851
xdotool: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with
devtool check-upgrade-status

Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:52 -07:00
Faiz HAMMOUCHE
d2f72976a5
unixodbc: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with
devtool check-upgrade-status

Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:52 -07:00
Alexandre Truong
451e352b19
uml-utilities: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from
running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:51 -07:00
Faiz HAMMOUCHE
1a54bbf3eb
uim: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with
devtool check-upgrade-status

Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:51 -07:00
Alexandre Truong
13a4bc2f42
ttf-wqy-zenhei: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:51 -07:00
Alexandre Truong
fd9d7472ac
ttf-ubuntu-font-family: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:51 -07:00
Yoann Congal
6dba54b666
ttf-abyssinica: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:50 -07:00
Yoann Congal
bb6cc8571f
tmux: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:50 -07:00
Yoann Congal
ba4e9b87be
tk: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:50 -07:00
Yoann Congal
21e3280fad
testfloat: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:50 -07:00
Yoann Congal
b58800971c
stalonetray: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:49 -07:00
Yoann Congal
f2291a1cb7
source-code-pro-fonts: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:49 -07:00
Yoann Congal
db0be048b3
sblim-sfcc: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:49 -07:00
Alexandre Truong
178efeca3b
sblim-sfc-common: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from
running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:49 -07:00
Alexandre Truong
328cee46d8
sblim-cmpi-devel: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:48 -07:00
Alexandre Truong
6a653e8c46
rsyslog: modify existing UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
Fix the UNKNOWN_BROKEN status from running
devtool check-upgrade-status.

The next version of the package can be found from upstream
sources by changing existing UPSTREAM_CHECK_URI.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:48 -07:00
Yoann Congal
1bd1f8a7bc
pv: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:48 -07:00
Yoann Congal
a6ddec6171
pugixml: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:47 -07:00
Yoann Congal
91db9bf6b6
proxy-libintl: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:47 -07:00
Alexandre Truong
415bbdfc06
pngcheck: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
2024-07-24 08:56:47 -07:00