Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libuv: upgrade 1.34.0 -> 1.34.2 #191

Closed
wants to merge 1 commit into from

Conversation

texierp
Copy link
Contributor

@texierp texierp commented Feb 24, 2020

See full changelog https://github.com/libuv/libuv/releases/tag/v1.34.2

Signed-off-by: Pierre-Jean Texier [email protected]

@texierp
Copy link
Contributor Author

texierp commented Feb 28, 2020

in master now

@texierp texierp closed this Feb 28, 2020
@texierp texierp deleted the bump/libuv branch February 29, 2020 15:06
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 22, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 23, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 23, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 25, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 25, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 26, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix openembedded#192, 'ignore_extra' for 'pvector_field'.
- Fix openembedded#191, include LICENCE in distribution.
- Fix openembedded#190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
halstead pushed a commit that referenced this pull request Jun 26, 2020
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix #192, 'ignore_extra' for 'pvector_field'.
- Fix #191, include LICENCE in distribution.
- Fix #190, minor MyPy errors.

Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 28, 2022
Changelog:
==========
    Remove debug logging from rsa/key.py (openembedded#194).
    Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 28, 2022
Changelog:
==========
    Remove debug logging from rsa/key.py (openembedded#194).
    Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Oct 8, 2022
Changelog:
===========
This is a bug fixing release that contains the following changes

Changed widget weight to avoid wrong behavior and resizing limitations (see issue openembedded#206, issue openembedded#207 and libyui/libyui-gtk#83)
Added logging info if metadata have to be downloaded (expiration time).
Note that MetaData update_interval <= 0 means that tha check is disabled as well as if dnf-makecache.timer is enabled
Fixed clicking to the right of checkboxes wrong behaviour (issue openembedded#203)
Performed an "escape" on description text before showing it as package information (issue openembedded#191)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 23, 2023
The project has stopped using setuptools in favor of poetry, so inherit
python_poetry_core instead.

Changelog (https://github.com/ludeeus/awesomeversion/releases/tag/23.5.0):

- Add CI for Python 3.11 by @ludeeus in openembedded#191
- Add demo page by @ludeeus in openembedded#195
- Add better styles to demo by @ludeeus in openembedded#197
- Remove setuptools from dev-dependencies by @ludeeus in openembedded#202
- Update demo with compare by @ludeeus in openembedded#219
- Add Python 3.12 to CI by @ludeeus in openembedded#222
- Add in_range helper method by @ludeeus in openembedded#224
- Restructure README contents by @ludeeus in openembedded#225

Signed-off-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj added a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 28, 2024
	* 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 openembedded#237: Resolver uses nameserver commented out in
	  /etc/resolv.conf. Thanks grembo.
	* Added RESINFO rrtype.
	* Added WALLET rrtype.
	* PR openembedded#241: Fix coverity cited problems. Thanks Enji Cooper.
	* PR openembedded#233: Several Python SWIG issues. Thanks Florian Weimer.
	* PR openembedded#231: const ldns_rdf * typemap fixes to support swig-4.2.0
	  Thanks William S Fulton
	* PR openembedded#227: keys.c: fix build with libressl >= 3.8.1
	  Thanks Fabrice Fontaine
	* PR openembedded#224: Portable executable progs don't underlink to libldns
	  Thanks Ørjan Malde
	* PR openembedded#216: Update declaration for function with no argument
	  Thanks Ed Maste
	* PR openembedded#214: fix the build in FreeBSD's base system
	  Thanks Pierre Pronchery and Dag-Erling Smørgrav
	* PR openembedded#206: improve 'next-label' algorithm in ldns-walk
	  Thanks Jelte Jansen
	* PR openembedded#205: Add functions to extract RFC 8914 extended errors
	  Thanks Roland van Rijswijk-Deij
	* PR openembedded#203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian
	  Thanks Felipe Gasper
	* PR openembedded#191: 16-unit-tests-edns: Fix leak & warnings
	  Thanks Felipe Gasper
	* Added NXNAME rrtype.
	* PR openembedded#242: Openssl no engine improved support openembedded#242
	  Thanks Petr Menšík

Detailed Changes [1]

Fix buildpaths QA errors while here

[1] NLnetLabs/ldns@1.8.3...1.8.4

Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant