diff options
Diffstat (limited to 'app-arch/drpm')
-rw-r--r-- | app-arch/drpm/Manifest | 1 | ||||
-rw-r--r-- | app-arch/drpm/files/drpm-0.5.1-c99.patch | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-arch/drpm/Manifest b/app-arch/drpm/Manifest index 5457058fab8b..0269c9c8d229 100644 --- a/app-arch/drpm/Manifest +++ b/app-arch/drpm/Manifest @@ -1,4 +1,3 @@ -AUX drpm-0.5.1-c99.patch 577 BLAKE2B b3356702f5acbfd19338c4fa00dc9a04bf896ca002b728e59bdd05326f7053ea688e56ce78b2a60d026fe90c73e4dbd83e256b9f8513035cf9a1335d19ab7bc4 SHA512 cd46f911bea051979de4e9fb633a4d5179f870af32de5bc8f487bc201bc3be18ccfc0838a12233920fe6acc0a917b2804d9d0e3f67c7bf4f7d87808ef97d3fe5 DIST drpm-0.5.2.tar.gz 138930 BLAKE2B b2d57e35bf62e94ba23212518a57c22a5638c270a38b07e77799e4c054e82391a08bd40a34adb78e5e5a9cf6c895895146b3619c953a1f0d312a8790652fda55 SHA512 591ffb6b28b1d4c6dda25746a76563c0fa15f48368e2593dbd00a2652dea78b635c8e28f6e50cf824450d9938652ddf3712c877135d66a7b762f1223b38e9ab4 EBUILD drpm-0.5.2.ebuild 983 BLAKE2B cf193fb24acb680f4e127c104cebfa457ff766ba8b5c9cd025c737e3ecce937366976196ebc207d7fe09be618ce1edd9f3a8248c8e85ef1fe6081160afe84a3b SHA512 edb0a74a9c2df3fca3d03bbe4927c0e7723670892900b6023d448ee2ac754a40025cfaae4a2136ee63edbed6a443dc378f9c5cb28e8999d78772fb5c7688bbe8 EBUILD drpm-9999.ebuild 983 BLAKE2B cf193fb24acb680f4e127c104cebfa457ff766ba8b5c9cd025c737e3ecce937366976196ebc207d7fe09be618ce1edd9f3a8248c8e85ef1fe6081160afe84a3b SHA512 edb0a74a9c2df3fca3d03bbe4927c0e7723670892900b6023d448ee2ac754a40025cfaae4a2136ee63edbed6a443dc378f9c5cb28e8999d78772fb5c7688bbe8 diff --git a/app-arch/drpm/files/drpm-0.5.1-c99.patch b/app-arch/drpm/files/drpm-0.5.1-c99.patch deleted file mode 100644 index 208284f53cff..000000000000 --- a/app-arch/drpm/files/drpm-0.5.1-c99.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://github.com/rpm-software-management/drpm/commit/0bde9b7711a2fa8b811830cadfc979365f9362c6 -From: Florian Weimer <fweimer@redhat.com> -Date: Thu, 12 Jan 2023 08:17:19 +0100 -Subject: [PATCH] C99 compatibility fix for drpm_write.c - -Include <string.h> for various string functions. This avoids -implicit function declarations and resulting build failures with -future compilers. ---- a/src/drpm_write.c -+++ b/src/drpm_write.c -@@ -23,6 +23,7 @@ - - #include <stdio.h> - #include <stdint.h> -+#include <string.h> - #include <fcntl.h> - #include <openssl/md5.h> - #include <rpm/rpmlib.h> |