diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-05-05 13:15:47 -0400 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-11 11:41:19 +0200 |
commit | 25f9c280498e86a463b0534d503f7672138d7144 (patch) | |
tree | 10adb40dd9627592a1e4c7cea01c45763a193e72 | |
parent | 3d37e7c4174d9c173e9dee4508ba54d50f76a33b (diff) | |
download | meta-openembedded-25f9c280498e86a463b0534d503f7672138d7144.tar.gz |
pgpool2: upgrade 4.5.2 -> 4.5.3
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-5-3.html
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/pgpool2/pgpool2_4.5.3.bb (renamed from meta-networking/recipes-support/pgpool2/pgpool2_4.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/pgpool2/pgpool2_4.5.2.bb b/meta-networking/recipes-support/pgpool2/pgpool2_4.5.3.bb index 0bf45c17ce..09d756b289 100644 --- a/meta-networking/recipes-support/pgpool2/pgpool2_4.5.2.bb +++ b/meta-networking/recipes-support/pgpool2/pgpool2_4.5.3.bb | |||
@@ -10,13 +10,13 @@ HOMEPAGE = "http://pgpool.net" | |||
10 | LICENSE = "BSD-2-Clause" | 10 | LICENSE = "BSD-2-Clause" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4b38de086d73e0521de0bbdbaa4a1a9" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4b38de086d73e0521de0bbdbaa4a1a9" |
12 | 12 | ||
13 | SRC_URI = "http://www.pgpool.net/mediawiki/images/pgpool-II-${PV}.tar.gz \ | 13 | SRC_URI = "https://www.pgpool.net/mediawiki/images/pgpool-II-${PV}.tar.gz \ |
14 | file://0001-Fix-build-error-when-build-this-file.patch \ | 14 | file://0001-Fix-build-error-when-build-this-file.patch \ |
15 | file://define_SIGNAL_ARGS.patch \ | 15 | file://define_SIGNAL_ARGS.patch \ |
16 | file://pgpool.sysconfig \ | 16 | file://pgpool.sysconfig \ |
17 | file://pgpool.service \ | 17 | file://pgpool.service \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "480ac23f01cd7d6c856b29386bf17a848712fb4b4057d4c8abd5c8bf819bdf06" | 19 | SRC_URI[sha256sum] = "25ed340d7b7dc00c20e4ba763d3f9c07ba891b150d9d48af313a1351cafdd778" |
20 | 20 | ||
21 | S = "${WORKDIR}/pgpool-II-${PV}" | 21 | S = "${WORKDIR}/pgpool-II-${PV}" |
22 | 22 | ||