diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-14 15:20:37 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-16 14:57:58 +0100 |
| commit | 37b399f6ad32262aae4c0b93e03d2105d6051200 (patch) | |
| tree | 98dd281b047796502d52eaad4345c6510ce9ea71 /meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | |
| parent | 96bd1c0f641d08e6d792ad0cf4a7195282d98029 (diff) | |
| download | poky-37b399f6ad32262aae4c0b93e03d2105d6051200.tar.gz | |
libtirpc: Upgrade to 1.3.3
In this release a large number of deadlocks in the
in the multi-thread code were fix. A number of
memory leaks were plugged and a DoS was eliminated.
As well as a large number of bug fixes.
Release notes:
http://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.3/Release-1.3.3.txt
(From OE-Core rev: 3d848c441638ae51c9c28bb5f0e3c0faa6aee902)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb')
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb deleted file mode 100644 index cc87638c0f..0000000000 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | SUMMARY = "Transport-Independent RPC library" | ||
| 2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" | ||
| 3 | SECTION = "libs/network" | ||
| 4 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" | ||
| 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ | ||
| 8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | ||
| 9 | |||
| 10 | PROVIDES = "virtual/librpc" | ||
| 11 | |||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ | ||
| 13 | file://CVE-2021-46828.patch \ | ||
| 14 | " | ||
| 15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" | ||
| 16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 17 | SRC_URI[sha256sum] = "e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--disable-gssapi" | ||
| 22 | |||
| 23 | do_install:append() { | ||
| 24 | chown root:root ${D}${sysconfdir}/netconfig | ||
| 25 | } | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
