Merge ~liushuyu-011/ubuntu/+source/kcemu:ubuntu/devel into ubuntu/+source/kcemu:ubuntu/devel

Proposed by Zixing Liu
Status: Merged
Merged at revision: 9644bd4345b55d1777c06e70672a9c09d01baeb9
Proposed branch: ~liushuyu-011/ubuntu/+source/kcemu:ubuntu/devel
Merge into: ubuntu/+source/kcemu:ubuntu/devel
Diff against target: 46 lines (+26/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/add-missing-includes.patch (+18/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle (community) Approve
Review via email: mp+464059@code.launchpad.net

Description of the change

This MP fixes a minor issue where perror function prototype is not included.

To post a comment you must log in.
Revision history for this message
Zixing Liu (liushuyu-011) wrote :
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

will upload

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 2854b7f..aaf6efe 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+kcemu (0.5.2+dfsg-1ubuntu1) noble; urgency=medium
7+
8+ * debian/patches/add-missing-includes.patch: Add missing includes.
9+ Closes LP: #2060887.
10+
11+ -- Zixing Liu <zixing.liu@canonical.com> Wed, 10 Apr 2024 17:17:16 -0600
12+
13 kcemu (0.5.2+dfsg-1build3) noble; urgency=medium
14
15 * No-change rebuild for CVE-2024-3094
16diff --git a/debian/patches/add-missing-includes.patch b/debian/patches/add-missing-includes.patch
17new file mode 100644
18index 0000000..48f23d9
19--- /dev/null
20+++ b/debian/patches/add-missing-includes.patch
21@@ -0,0 +1,18 @@
22+Description: Add missing includes
23+Author: Zixing Liu <zixing.liu@canonical.com>
24+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067141
25+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/kcemu/+bug/2060887
26+Forwarded: no
27+Last-Update: 2024-04-10
28+Index: kcemu/src/sys/unix/sys_socket_create.c
29+===================================================================
30+--- kcemu.orig/src/sys/unix/sys_socket_create.c
31++++ kcemu/src/sys/unix/sys_socket_create.c
32+@@ -23,6 +23,7 @@
33+ #include <sys/socket.h>
34+ #include <netinet/in.h>
35+ #include <arpa/inet.h>
36++#include <stdio.h>
37+
38+ #include "kc/config.h"
39+ #include "sys/sysdep.h"
40diff --git a/debian/patches/series b/debian/patches/series
41new file mode 100644
42index 0000000..afae633
43--- /dev/null
44+++ b/debian/patches/series
45@@ -0,0 +1 @@
46+add-missing-includes.patch

Subscribers

People subscribed via source and target branches

to all changes: