Skip to content

Commit

Permalink
update libxml to 2.9.9 final, libxslt to 1.1.33 final
Browse files Browse the repository at this point in the history
related to ecc1fc7 and 90d5807
  • Loading branch information
flavorjones committed Jan 4, 2019
1 parent 90d5807 commit f78f50a
Showing 1 changed file with 54 additions and 4 deletions.
58 changes: 54 additions & 4 deletions dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,60 @@
libxml2:
version: "2.9.9-rc2"
# sha256: ""
version: "2.9.9"
sha256: "94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871"
# manually verified checksum:
#
# $ gpg --verify libxml2-2.9.9.tar.gz.asc ports/archives/libxml2-2.9.9.tar.gz
# gpg: Signature made Thu 03 Jan 2019 01:14:47 PM EST
# gpg: using RSA key 15588B26596BEA5D
# gpg: Good signature from "Daniel Veillard (Red Hat work email) <[email protected]>" [unknown]
# gpg: aka "Daniel Veillard <[email protected]>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: C744 15BA 7C9C 7F78 F02E 1DC3 4606 B8A5 DE95 BC1F
# Subkey fingerprint: DB46 681B B91A DCEA 170F A2D4 1558 8B26 596B EA5D
#
# using this pgp signature:
#
# -----BEGIN PGP SIGNATURE-----
#
# iQEbBAABAgAGBQJcLlEXAAoJEBVYiyZZa+pd1B8H93xeCYNBLx+eX0xe3qS3ReS/
# YstjkXKUkmDQYwqQ/9Knmv1P6NX64hQL5E1pZX5sXp36giwXXJ5tCK72VRzektzU
# Kpo+M1/QA9feZQs1GmyKaXYzNwTSJnsdKA9nWqTHZ3bzfdhFSZ0czo94vgY/cz5z
# 9P3FIgeldj1vi8p2rjXbArMFQyaxHnve9LdxI8hbudNSeUw/FEV6mjtXrlZ7MXqn
# hmAkah2JwktOStF5tIlddCRqZeUPUX5flBxT95gfskXXlGEhaoGMXcC3izqqJyV2
# sx5nY7fnXdkwfYsgRUXYWmDmbs8DnFjXH9lux9O4OWglLonaRoAqFPcOzE3aCw==
# =4qWg
# -----END PGP SIGNATURE-----
#

libxslt:
version: "1.1.33-rc2"
# sha256: ""
version: "1.1.33"
sha256: "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8"
# manually verified checksum:
#
# $ gpg --verify libxslt-1.1.33.tar.gz.asc ports/archives/libxslt-1.1.33.tar.gz
# gpg: Signature made Thu 03 Jan 2019 01:30:49 PM EST
# gpg: using RSA key 15588B26596BEA5D
# gpg: Good signature from "Daniel Veillard (Red Hat work email) <[email protected]>" [unknown]
# gpg: aka "Daniel Veillard <[email protected]>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: C744 15BA 7C9C 7F78 F02E 1DC3 4606 B8A5 DE95 BC1F
# Subkey fingerprint: DB46 681B B91A DCEA 170F A2D4 1558 8B26 596B EA5D
#
# using this pgp signature:
#
# -----BEGIN PGP SIGNATURE-----
#
# iQEcBAABAgAGBQJcLlTZAAoJEBVYiyZZa+pd9NkIAIf6ei2iSpR/0QOyS71esDq8
# 407PcUXd/yUjDANm4Uvm7kKK+SbbfBxFIPva4g984Noe1zYMfjK3u3iNs6jykySf
# mN5eo2wNCxsZnqjbnsLgQvn5VCQpPInTddTuGUxgqJyvnR7p785L1oA2EStSPMP4
# BGZ9dZGlbreK35WzgrhUi0VN5egJW2fpMsw7rTPvfwK+90gXL0DEm8v3WlA7fCDL
# QsvuPm7jPOXxdt5bYrVP8wpNMTJIGqV6jxh7Vvl6kiGLldUjCyoCh0AGXLror0Gs
# sAMlRKJNodpcCYkIWxzjLt74sUciKNrPLHZlXJcclZMONen1GWnVDcv83Tt9n6w=
# =iAm8
# -----END PGP SIGNATURE-----
#

zlib:
version: "1.2.11"
Expand Down

0 comments on commit f78f50a

Please sign in to comment.