ruby-pg-query 4.2.3-2build4 source package in Ubuntu

Changelog

ruby-pg-query (4.2.3-2build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:56:20 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-pg-query_4.2.3.orig.tar.gz 2.2 MiB 515e9efc990f56b19aa7448b6defb3f7a979d90792af44bb77610290b6d8067e
ruby-pg-query_4.2.3-2build4.debian.tar.xz 3.9 KiB d9d084fa0567198e56d66fa5228dc0180ecd56ad1ab8ec3bc3205fc7530d40bf
ruby-pg-query_4.2.3-2build4.dsc 2.1 KiB f93cfec6583ef10beae4ad56d327667f872ffe1a76c377ce7955380e80ef6e0f

Available diffs

View changes file

Binary packages built by this source

ruby-pg-query: PostgreSQL query parsing and normalization library

 Parses SQL queries using a copy of the PostgreSQL server query parser
 .
 This Ruby extension uses the actual PostgreSQL server source to parse SQL
 queries and return the internal PostgreSQL parsetree.
 .
 In addition the extension allows one to normalize queries (replacing constant
 values with ?) and parse these normalized queries into a parsetree again.

ruby-pg-query-dbgsym: debug symbols for ruby-pg-query