<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mans0n/tools/pkgconf, branch master</title>
<subtitle>Staging tree of Sungbo Eo</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mans0n/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mans0n/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/'/>
<updated>2024-02-06T18:18:55Z</updated>
<entry>
<title>tools/pkgconf: update to 2.1.1</title>
<updated>2024-02-06T18:18:55Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2024-02-06T11:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=c0c175e4fe8401f296ddad9f0888514b6e55be8f'/>
<id>urn:sha1:c0c175e4fe8401f296ddad9f0888514b6e55be8f</id>
<content type='text'>
Changes:
https://github.com/pkgconf/pkgconf/blob/2edf954f3a80d2ccb4ba41938e5078fdde9d3ca4/NEWS

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 2.1.0</title>
<updated>2023-12-08T08:30:40Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-12-07T12:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=0c1cffd00ecbf3dde3c7f6437920bd41e6e268e5'/>
<id>urn:sha1:0c1cffd00ecbf3dde3c7f6437920bd41e6e268e5</id>
<content type='text'>
Changes:
https://github.com/pkgconf/pkgconf/blob/5825e2c6d608ef74a97349e81d750ab95c53cf50/NEWS#L4

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 2.0.3</title>
<updated>2023-10-11T22:23:16Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-10-11T15:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=cdcabbd490c846766edb2bb66a596999c05e49ac'/>
<id>urn:sha1:cdcabbd490c846766edb2bb66a596999c05e49ac</id>
<content type='text'>
News:
- https://github.com/pkgconf/pkgconf/blob/752a9825dc8660d247c457aa4d256db4800ebd7c/NEWS#L13
- https://github.com/pkgconf/pkgconf/blob/752a9825dc8660d247c457aa4d256db4800ebd7c/NEWS#L4

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 2.0.1</title>
<updated>2023-08-14T18:22:48Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-08-12T02:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=58c19759e41225386365f9b240bc8e2af9bba367'/>
<id>urn:sha1:58c19759e41225386365f9b240bc8e2af9bba367</id>
<content type='text'>
Changes from 2.0.0 to 2.0.1:
----------------------------

* The behavior of --modversion was largely reverted back to the traditional
  pkg-config behavior, but still operates on a solved dependency graph.

  The order of --modversion output is based on the dependency resolution
  queue which is passed to the solver, which itself generally maps to the
  order of the constrants provided on the command line.

* A new flag, --verbose, has been added.  When used with `--modversion`, it
  is possible to disambiguate which version belongs to which module:

    % pkgconf --modversion --verbose foo bar
    foo: 1.2.3
    bar: 1.3

Changes from 1.9.5 to 2.0.0:
----------------------------

* When flattening the dependency graph, retain the latest seen edges
  rather than the earliest.

* Fix a long-standing bug where the dependency resolution queue was
  evaluated in reverse.  This bug masked the aforementioned dependency
  flattening bug in many cases.

* Fix handling of --with-path, which was appending paths to the search
  list rather than prepending them as intended.

* Error when --modversion is requested with more than one package, as
  the output is ambiguous.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 1.9.5</title>
<updated>2023-05-09T09:37:16Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-05-07T10:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=9207c728509e73c193efe7bbe74026edf9cef949'/>
<id>urn:sha1:9207c728509e73c193efe7bbe74026edf9cef949</id>
<content type='text'>
Release Notes:
https://github.com/pkgconf/pkgconf/blob/master/NEWS

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: add PKG_CPE_ID</title>
<updated>2023-02-05T21:39:17Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-02-05T13:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=6bc675c0bed969303f94bb59310081d92bf2e74a'/>
<id>urn:sha1:6bc675c0bed969303f94bb59310081d92bf2e74a</id>
<content type='text'>
Add PKG_CPE_ID to track vulnerabilities.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 1.9.4</title>
<updated>2023-02-05T21:39:17Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-02-05T13:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=57ad2ea110dc3899e87af6c60acf60375c9efa5f'/>
<id>urn:sha1:57ad2ea110dc3899e87af6c60acf60375c9efa5f</id>
<content type='text'>
Release information:
https://github.com/pkgconf/pkgconf/blob/master/NEWS

Fixes CVE-2023-24056.

Further, this commit corrects the "-Dtests" flag and changes it from
"false" to "disabled".

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: update to 1.9.3</title>
<updated>2022-09-07T03:22:39Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-29T05:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=534e72ea0f8138b8581bb0618417dfe0e94bbbb4'/>
<id>urn:sha1:534e72ea0f8138b8581bb0618417dfe0e94bbbb4</id>
<content type='text'>
Release Notes:
https://github.com/pkgconf/pkgconf/blob/pkgconf-1.9.3/NEWS

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>pkg-config: always use correct path for pkg-config.real</title>
<updated>2022-08-11T10:47:31Z</updated>
<author>
<name>Leonardo Mörlein</name>
</author>
<published>2022-08-09T19:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=37c0d15a8e9eb30920091bff1bf466640bc64dad'/>
<id>urn:sha1:37c0d15a8e9eb30920091bff1bf466640bc64dad</id>
<content type='text'>
Before this commit, it was assumed that pkg-config.real is in the PATH. While
this was fine for the normal build workflow, this led to some issues if

    make TOPDIR="$(pwd)" -C "$pkgdir" compile

was called manually. The command failed with

    Makefile:15: *** No libnl-tiny development libraries found!.  Stop.
    make[1]: Leaving directory

since pkg-config of the host system was used.

After the commit, the package is built sucessfully.

Signed-off-by: Leonardo Mörlein &lt;me@irrelefant.net&gt;
</content>
</entry>
<entry>
<title>tools/pkgconf: add PKG_CONFIG_EXTRAARGS for additional arguments</title>
<updated>2021-10-24T16:00:49Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2021-10-19T09:08:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=0e411c69a819bf3c8a122d8421d6c1c0ded33ec8'/>
<id>urn:sha1:0e411c69a819bf3c8a122d8421d6c1c0ded33ec8</id>
<content type='text'>
This can be used my the OpenWrt build system to pass additional
arguments when required.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
</feed>
