mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it in OE-Core. (From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/Configure
|
||||
===================================================================
|
||||
--- openssl-1.0.2~beta1.obsolete.0.0498436515490575.orig/Configure 2014-02-24 21:02:30.000000000 +0100
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Index: openssl-1.0.2d/crypto/opensslv.h
|
||||
===================================================================
|
||||
--- openssl-1.0.2d.orig/crypto/opensslv.h
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/Configure
|
||||
===================================================================
|
||||
--- openssl-1.0.2~beta1.obsolete.0.0498436515490575.orig/Configure 2014-02-24 21:02:30.000000000 +0100
|
||||
|
||||
@@ -10,6 +10,7 @@ It also makes the synchronization more efficient.
|
||||
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
|
||||
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
sysdeps/i386/atomic-machine.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -8,6 +8,7 @@ The nscd init script uses #! /bin/bash but only really uses one bashism
|
||||
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Inappropriate
|
||||
---
|
||||
nscd/nscd.init | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
@@ -12,6 +12,7 @@ arch specific methods, and the end result will be strangeness
|
||||
like the loopback device not being configured/enabled.
|
||||
|
||||
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
defn2c.pl | 6 +++---
|
||||
defn2man.pl | 6 +++---
|
||||
|
||||
@@ -10,6 +10,7 @@ tools. The BBAKE_EDK_TOOLS_PATH string is used as a pattern to be replaced
|
||||
with the appropriate location before building.
|
||||
|
||||
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
OvmfPkg/build.sh | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -7,6 +7,7 @@ Prepend the build flags with those of bitbake. This is to build
|
||||
using the bitbake native sysroot include and library directories.
|
||||
|
||||
Signed-off-by: Ricardo Neri <ricardo.neri@linux.intel.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
BaseTools/Source/C/Makefiles/header.makefile | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -4,6 +4,7 @@ Description: pass -fno-stack-protector to all GCC toolchains
|
||||
when building for i386 and amd64. Add this essential argument to the
|
||||
generic rules for gcc 4.4 and later.
|
||||
Last-Updated: 2016-04-12
|
||||
Upstream-Status: Pending
|
||||
Index: git/BaseTools/Conf/tools_def.template
|
||||
===================================================================
|
||||
--- git.orig/BaseTools/Conf/tools_def.template
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: [PATCH 17/19] remove duplicate include uchar.h
|
||||
missing.h already includes it
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
src/basic/escape.h | 1 -
|
||||
src/basic/utf8.h | 1 -
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: [PATCH 18/19] check for uchar.h in configure
|
||||
Use ifdef to include uchar.h
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
configure.ac | 1 +
|
||||
src/basic/missing.h | 2 ++
|
||||
|
||||
@@ -25,6 +25,8 @@ Too many things don't get along with the unified hierarchy yet:
|
||||
So revert the default to the legacy hierarchy for now. Developers of the above
|
||||
software can opt into the unified hierarchy with
|
||||
"systemd.legacy_systemd_cgroup_controller=0".
|
||||
|
||||
Upstream-Status: Backport
|
||||
---
|
||||
src/basic/cgroup-util.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
diff --git a/tests/Makefile.in b/tests/Makefile.in
|
||||
index 60cf655..ce220f1 100644
|
||||
--- a/tests/Makefile.in
|
||||
|
||||
@@ -11,6 +11,7 @@ default behaviour is to assume ldbl128 it does not
|
||||
change the defaults
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
libgcc/Makefile.in | 1 +
|
||||
libgcc/config/rs6000/t-linux | 5 ++++-
|
||||
|
||||
@@ -4,6 +4,8 @@ hardcoding paths.
|
||||
|
||||
RP 2015/2/3
|
||||
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Index: libtool-2.4.5/libtoolize.in
|
||||
===================================================================
|
||||
--- libtool-2.4.5.orig/libtoolize.in
|
||||
|
||||
@@ -13,6 +13,7 @@ explicitly tell CPAN not to touch those with INSTALLDIRS=site.
|
||||
|
||||
Bug-Debian: http://bugs.debian.org/688842
|
||||
Patch-Name: debian/cpan-missing-site-dirs.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/CPAN/lib/CPAN/FirstTime.pm | 31 +++++++++++++++++++++++++++----
|
||||
1 file changed, 27 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -9,6 +9,7 @@ explicitly in Makefile.PL or Build.PL. This makes sense for the normal @INC
|
||||
ordering, but not ours.
|
||||
|
||||
Patch-Name: debian/cpan_definstalldirs.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/CPAN/lib/CPAN/FirstTime.pm | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -8,6 +8,7 @@ Bug-Debian: http://bugs.debian.org/340047
|
||||
Package dependencies ensure the correct library is linked at run-time.
|
||||
|
||||
Patch-Name: debian/db_file_ver.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/DB_File/version.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
@@ -15,6 +15,7 @@ warnings will still be useful, so modify them slightly to point to the
|
||||
separate packages instead.
|
||||
|
||||
Patch-Name: debian/deprecate-with-apt.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
lib/deprecate.pm | 15 ++++++++++++++-
|
||||
1 file changed, 14 insertions(+), 1 deletion(-)
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: Replace generic man(1) instructions with Debian-specific information.
|
||||
Indicate that the user needs to install the perl-doc package.
|
||||
|
||||
Patch-Name: debian/doc_info.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
pod/perl.pod | 12 ++++++++++--
|
||||
1 file changed, 10 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -11,6 +11,7 @@ Bug-Debian: http://bugs.debian.org/290336
|
||||
issues with follow => 1 (see #603686 and [rt.cpan.org #64585])
|
||||
|
||||
Patch-Name: debian/enc2xs_inc.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/Encode/bin/enc2xs | 8 ++++----
|
||||
t/porting/customized.t | 3 +++
|
||||
|
||||
@@ -11,7 +11,7 @@ processes embedding perl when upgrading to a newer version,
|
||||
compatible, but built on a different machine.
|
||||
|
||||
Patch-Name: debian/errno_ver.diff
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
ext/Errno/Errno_pm.PL | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
@@ -7,6 +7,7 @@ The Debian packaging moves libperl.a a couple of levels up from the
|
||||
CORE directory to match other static libraries.
|
||||
|
||||
Patch-Name: debian/extutils_set_libperl_path.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +-
|
||||
pp.c | 2 +-
|
||||
|
||||
@@ -11,6 +11,7 @@ since fakeroot (which now sets LD_LIBRARY_PATH) is not used for the "build"
|
||||
rule where the Makefile is created, but is for the clean/binary* targets.
|
||||
|
||||
Patch-Name: debian/fakeroot.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
Makefile.SH | 7 ++-----
|
||||
1 file changed, 2 insertions(+), 5 deletions(-)
|
||||
|
||||
@@ -16,6 +16,7 @@ Please see the attached patch for a quick fix of this issue.
|
||||
[Maintainer's note: html2text in Debian is not the same implementation
|
||||
as the html2text.pl which is expected, but should provide similar
|
||||
functionality].
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/CPAN/lib/CPAN/Distribution.pm | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -10,6 +10,7 @@ Compiling XS extensions without $Config{ccflags} can break the
|
||||
binary interface on some platforms.
|
||||
|
||||
Patch-Name: fixes/document_makemaker_ccflags.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
@@ -47,6 +47,7 @@ Bug-Debian: http://bugs.debian.org/587650
|
||||
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77790
|
||||
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=77790
|
||||
Patch-Name: fixes/memoize_storable_nstore.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/Memoize/Memoize/Storable.pm | 2 +-
|
||||
cpan/Memoize/t/tie_storable.t | 24 ++++++++++++++++++++----
|
||||
|
||||
@@ -7,6 +7,7 @@ Bug-Debian: http://bugs.debian.org/100195
|
||||
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038
|
||||
|
||||
Patch-Name: fixes/net_smtp_docs.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/libnet/lib/Net/SMTP.pm | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
@@ -12,6 +12,7 @@ Bug: https://rt.perl.org/Ticket/Display.html?id=125381
|
||||
Bug-Debian: https://bugs.debian.org/788636
|
||||
Origin: upstream, http://perl5.git.perl.org/perl.git/commit/89d84ff965
|
||||
Patch-Name: fixes/perl-Cnn.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/run/switchC.t | 7 ++++++-
|
||||
util.c | 17 ++++++++---------
|
||||
|
||||
@@ -13,6 +13,7 @@ consistent. Thanks, Niko Tyni.
|
||||
Bug-Debian: http://bugs.debian.org/759405
|
||||
Origin: upstream
|
||||
Patch-Name: fixes/pod_man_reproducible_date.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/podlators/lib/Pod/Man.pm | 69 +++++++++++++++++++++++++++++++-----------
|
||||
cpan/podlators/t/devise-date.t | 29 +++++++++++++-----
|
||||
|
||||
@@ -10,6 +10,7 @@ One may want to set this to an empty string. Handle that correctly.
|
||||
Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=e0e9fcb53e8fc954b2b1955385eea18c27f869af
|
||||
Bug-Debian: https://bugs.debian.org/780259
|
||||
Patch-Name: fixes/podman-empty-date.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/podlators/lib/Pod/Man.pm | 2 +-
|
||||
cpan/podlators/t/devise-date.t | 6 +++++-
|
||||
|
||||
@@ -14,6 +14,7 @@ standard input. (Debian Bug#777405)
|
||||
Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=d98872e46c93861b7aba14949e1258712087dc55
|
||||
Bug-Debian: https://bugs.debian.org/777405
|
||||
Patch-Name: fixes/podman-pipe.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/podlators/lib/Pod/Man.pm | 15 +++++++++++++++
|
||||
cpan/podlators/scripts/pod2man.PL | 4 ++++
|
||||
|
||||
@@ -12,6 +12,7 @@ entry.
|
||||
Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=52db93bf80e4a06f8497e4ebade0506b6ee0e70d
|
||||
Bug-Debian: https://bugs.debian.org/780259
|
||||
Patch-Name: fixes/podman-utc-docs.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/podlators/lib/Pod/Man.pm | 6 +++++-
|
||||
cpan/podlators/scripts/pod2man.PL | 11 ++++++-----
|
||||
|
||||
@@ -14,6 +14,7 @@ The attached patch fixes this by using GMT (~UTC) dates instead.
|
||||
Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=913fbb2bd2ce071e20128629302ae2852554cad4
|
||||
Bug-Debian: https://bugs.debian.org/780259
|
||||
Patch-Name: fixes/podman-utc.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/podlators/lib/Pod/Man.pm | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -7,6 +7,7 @@ This is needed to satisfy Debian policy regarding group-writable
|
||||
site directories.
|
||||
|
||||
Patch-Name: fixes/respect_umask.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-Install/lib/ExtUtils/Install.pm | 18 +++++++++---------
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 18 +++++++++---------
|
||||
|
||||
@@ -4,6 +4,7 @@ Date: Tue, 8 Mar 2005 19:30:38 +1100
|
||||
Subject: Debian policy doesn't install .packlist files for core or vendor.
|
||||
|
||||
Patch-Name: debian/instmodsh_doc.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/bin/instmodsh | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
@@ -4,6 +4,7 @@ Date: Fri, 18 Mar 2005 22:22:25 +1100
|
||||
Subject: Remove standard libs from LD_RUN_PATH as per Debian policy.
|
||||
|
||||
Patch-Name: debian/ld_run_path.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
@@ -5,6 +5,7 @@ Subject: Set location of libnet.cfg to /etc/perl/Net as /usr may not be
|
||||
writable.
|
||||
|
||||
Patch-Name: debian/libnet_config_path.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/libnet/lib/Net/Config.pm | 7 +++----
|
||||
1 file changed, 3 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: Note that libperl-dev package is required for embedded linking
|
||||
Bug-Debian: http://bugs.debian.org/186778
|
||||
|
||||
Patch-Name: debian/libperl_embed_doc.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
lib/ExtUtils/Embed.pm | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
@@ -14,6 +14,7 @@ the test more robust by first clearing all the locale relevant variables.
|
||||
Bug: https://rt.perl.org/Ticket/Display.html?id=124310
|
||||
Bug-Debian: https://bugs.debian.org/782068
|
||||
Patch-Name: debian/locale-robustness.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/run/locale.t | 7 +++----
|
||||
1 file changed, 3 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -11,6 +11,7 @@ the PASTHRU list fixes this.
|
||||
|
||||
Bug-Debian: https://bugs.debian.org/758471
|
||||
Patch-Name: debian/makemaker-pasthru.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -4,6 +4,7 @@ Date: Sat, 23 May 2015 21:15:06 +0200
|
||||
Subject: Update t/porting/customized.dat for files patched in Debian
|
||||
|
||||
Patch-Name: debian/makemaker_customized.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/porting/customized.dat | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -17,6 +17,7 @@ The rationale being that an admin (via site), or module packager
|
||||
version than is included in core.
|
||||
|
||||
Patch-Name: debian/mod_paths.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
perl.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 58 insertions(+)
|
||||
|
||||
@@ -4,6 +4,7 @@ Date: Tue, 8 Mar 2005 19:30:38 +1100
|
||||
Subject: Don't install .packlist or perllocal.pod for perl or vendor
|
||||
|
||||
Patch-Name: debian/no_packlist_perllocal.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 35 +++----------------------
|
||||
1 file changed, 3 insertions(+), 32 deletions(-)
|
||||
|
||||
@@ -10,6 +10,7 @@ The list of packaged patches is in patchlevel-debian.h, which is generated
|
||||
from the debian/patches/ directory when building the package.
|
||||
|
||||
Patch-Name: debian/patchlevel.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
patchlevel.h | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
@@ -10,6 +10,7 @@ Bug-Debian: http://bugs.debian.org/668490
|
||||
Forwarded: not-needed
|
||||
|
||||
Patch-Name: debian/perl5db-x-terminal-emulator.patch
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
lib/perl5db.pl | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -21,6 +21,7 @@ On Sat, Jan 10, 2009 at 12:37:18AM +1100, Brendan O'Dea wrote:
|
||||
Signed-off-by: Niko Tyni <ntyni@debian.org>
|
||||
|
||||
Patch-Name: debian/perlivp.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
utils/perlivp.PL | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
@@ -4,6 +4,7 @@ Date: Sat, 18 Apr 2015 17:39:32 +0300
|
||||
Subject: Update porting/customized.dat for pod2man modifications
|
||||
|
||||
Patch-Name: debian/pod2man-customized.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/porting/customized.dat | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -9,6 +9,7 @@ PREFIX= to the "make install" command (used when packaging
|
||||
modules).
|
||||
|
||||
Patch-Name: debian/prefix_changes.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm | 12 ++++++------
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 3 +--
|
||||
|
||||
@@ -10,7 +10,7 @@ We want to keep the dependencies on perl-base as small as possible,
|
||||
and some of the original list may be present on buildds (see Bug#128355).
|
||||
|
||||
Patch-Name: debian/prune_libs.diff
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
Configure | 5 ++---
|
||||
1 file changed, 2 insertions(+), 3 deletions(-)
|
||||
|
||||
@@ -8,6 +8,7 @@ for instance because the repository only imported the Perl tarball,
|
||||
the regeneration check is broken because lib/.gitignore is missing.
|
||||
|
||||
Patch-Name: debian/regen-skip.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
regen/lib_cleanup.pl | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -12,6 +12,7 @@ a new unrelated test case.
|
||||
Skip the test until the culprit is found.
|
||||
|
||||
Patch-Name: debian/skip-kfreebsd-crash.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/op/threads.t | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
@@ -9,6 +9,7 @@ upstream. This complicates things needlessly for downstream packagers.
|
||||
Skip the tests altogether even if the .git directory exists.
|
||||
|
||||
Patch-Name: debian/skip-upstream-git-tests.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
t/test.pl | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -14,6 +14,7 @@ Any real locale problem will show up after the system upgrade too, and
|
||||
the warning will be triggered normally again at that point.
|
||||
|
||||
Patch-Name: debian/squelch-locale-warnings.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
locale.c | 5 ++++-
|
||||
pod/perllocale.pod | 8 ++++++++
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: Set umask approproately for site install directories
|
||||
Policy requires group writable site directories
|
||||
|
||||
Patch-Name: debian/writable_site_dirs.diff
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
@@ -9,6 +9,8 @@ Fixed:
|
||||
Can't locate ../../t/lib/dbmt_common.pl in @INC
|
||||
|
||||
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
ext/ODBM_File/t/odbm.t | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Rebased for python-2.7.9
|
||||
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
Index: Python-2.7.13/configure.ac
|
||||
===================================================================
|
||||
--- Python-2.7.13.orig/configure.ac
|
||||
|
||||
@@ -2,6 +2,7 @@ Python tries to use ncursesw from the host,
|
||||
if it is not found causes an error on configure,
|
||||
we should use ncursesw from sysroot instead
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -4468,10 +4468,6 @@ fi
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
Upstream-Status: Pending
|
||||
diff -ru ruby-1.8.7-p248.orig/ext/extmk.rb ruby-1.8.7-p248/ext/extmk.rb
|
||||
--- ruby-1.8.7-p248.orig/ext/extmk.rb 2009-12-24 03:01:58.000000000 -0600
|
||||
+++ ruby-1.8.7-p248/ext/extmk.rb 2010-02-12 15:55:27.370061558 -0600
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Description: remove -Werror flag
|
||||
Forwarded: not-needed
|
||||
Author: Fathi Boudra <fathi.boudra@linaro.org>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
generate/unix/iasl/Makefile | 12 ++++++------
|
||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
||||
|
||||
@@ -10,6 +10,7 @@ Subject: [PATCH] Robert Yang <liezhi.yang@windriver.com> Date: Fri, 30 Jan
|
||||
2015 00:40:22 -0800 Subject: [PATCH] contrib.mak: fix for parallel build
|
||||
|
||||
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
contrib/contrib.mak | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
@@ -7,7 +7,7 @@ glibc includes this header indirectly but not musl
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Upstream_status: Pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
src/rpcsvc/nis.h | 1 +
|
||||
src/rpcsvc/nislib.h | 1 +
|
||||
|
||||
@@ -11,7 +11,7 @@ if not existing. Helps compiling with musl
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Upstream_status: Pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
diff --git a/src/rpcsvc/nis.h b/src/rpcsvc/nis.h
|
||||
index 88cbca0..23fc20c 100644
|
||||
|
||||
@@ -9,6 +9,7 @@ Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||
Rebase on 9.72
|
||||
|
||||
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
initscripts-9.72/rc.d/init.d/functions | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -9,6 +9,7 @@ during build depending upong numa being staged or not
|
||||
|
||||
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
m4/ltp-numa.m4 | 10 +++++++++-
|
||||
1 file changed, 9 insertions(+), 1 deletion(-)
|
||||
|
||||
@@ -8,6 +8,7 @@ does not yet work.
|
||||
|
||||
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
configure.ac | 9 +++++++++
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
@@ -10,6 +10,7 @@ different and does not implement all GNU extentions
|
||||
Disable tests specifically not building _yet_ on musl based systems
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
Makefile | 5 +++++
|
||||
testcases/kernel/Makefile | 5 ++++-
|
||||
|
||||
@@ -7,6 +7,7 @@ musl does not implement fts like glibc and therefore it depends on
|
||||
external implementation for all fts APIs
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/controllers/Makefile.inc | 3 +++
|
||||
testcases/kernel/controllers/cpuset/Makefile.inc | 3 +++
|
||||
|
||||
@@ -8,6 +8,7 @@ defined or not.
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/accept4/accept4_01.c | 9 ++++-
|
||||
testcases/kernel/syscalls/getcpu/getcpu01.c | 40 +++++++++++++++++++++-
|
||||
|
||||
@@ -10,6 +10,8 @@ Include <asm-generic/types.h> to get __s32 definitions
|
||||
its not a generally available typedef
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/epoll2/include/epoll.h | 8 ++++++--
|
||||
utils/sctp/include/netinet/sctp.h | 9 +++++++--
|
||||
|
||||
@@ -7,6 +7,8 @@ sigset API from signal.h is shadowed by this name conflict
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/mem/shmt/shmt04.c | 10 +++++-----
|
||||
testcases/kernel/mem/shmt/shmt06.c | 10 +++++-----
|
||||
|
||||
@@ -6,6 +6,7 @@ Subject: [PATCH 18/32] guard mallocopt() with __GLIBC__
|
||||
mallocopt is not available on non glibc implementations
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
utils/benchmark/ebizzy-0.3/ebizzy.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -7,6 +7,8 @@ getdents/getdents64 are implemented in musl and when we define static
|
||||
functions with same name, it errors out.
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/getdents/getdents.h | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -10,6 +10,8 @@ Fixes errors like
|
||||
error: 'MREMAP_MAYMOVE' undeclared (first use in this function)
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/mremap/mremap01.c | 4 +++-
|
||||
testcases/kernel/syscalls/mremap/mremap02.c | 2 ++
|
||||
|
||||
@@ -6,6 +6,8 @@ Subject: [PATCH 23/32] ptrace: Use int instead of enum __ptrace_request
|
||||
__ptrace_request is only available with glibc
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/ptrace/ptrace03.c | 4 ++++
|
||||
testcases/kernel/syscalls/ptrace/spawn_ptrace_child.h | 4 ++++
|
||||
|
||||
@@ -7,6 +7,8 @@ Fixes musl build failure e.g.
|
||||
error: 'SA_NOMASK' undeclared here (not in a function)
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/rt_sigaction/rt_sigaction01.c | 1 +
|
||||
testcases/kernel/syscalls/rt_sigaction/rt_sigaction02.c | 2 +-
|
||||
|
||||
@@ -7,6 +7,8 @@ Fix build on musl
|
||||
error: unknown type name 'u_char'
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/network/multicast/mc_gethost/mc_gethost.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
@@ -7,6 +7,8 @@ Fixes musl build errors like
|
||||
error: 'SA_NOMASK' undeclared (first use in this function)
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/misc/crash/crash01.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -7,6 +7,8 @@ _SC_2_C_VERSION is not available on musl
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
testcases/kernel/syscalls/sysconf/sysconf01.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
@@ -8,6 +8,8 @@ When _GNU_SOURCE is used then both typedefs are same and using
|
||||
sighandler_t makes it work on musl too
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
include/lapi/rt_sigaction.h | 2 +-
|
||||
testcases/kernel/syscalls/rt_sigsuspend/Makefile | 3 +++
|
||||
|
||||
@@ -8,6 +8,8 @@ e.g. musl does not implement the _NP mutex types
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
lib/tst_res.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
Upstream-Status: Pending
|
||||
--- a/doc/stress.texi
|
||||
+++ b/doc/stress.texi
|
||||
@@ -62,47 +62,47 @@
|
||||
|
||||
@@ -11,6 +11,7 @@ https://bugzilla.redhat.com/attachment.cgi?id=799732&action=diff
|
||||
|
||||
CVE: CVE-2013-4342
|
||||
Signed-off-by: Li Wang <li.wang@windriver.com>
|
||||
Upstream-Status: Backport
|
||||
---
|
||||
xinetd/builtins.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -23,6 +23,7 @@ should be defined.
|
||||
|
||||
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
|
||||
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
|
||||
Upstream-Status: Backport
|
||||
---
|
||||
CMakeLists.txt | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -7,6 +7,7 @@ Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
tests/util/piglit-util-egl.c | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
|
||||
@@ -8,6 +8,7 @@ Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
.../spec/egl_mesa_platform_surfaceless/egl_mesa_platform_surfaceless.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
@@ -11,6 +11,7 @@ These EXT symbols are guaranteed to exist since they require
|
||||
EGL_EXT_platform_base.
|
||||
|
||||
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
.../egl_mesa_platform_surfaceless.c | 23 ++++++++++++++++++++--
|
||||
1 file changed, 21 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -6,6 +6,8 @@ Subject: [PATCH] Prevents omapfb from from crashing when pixelclock of 0 is
|
||||
|
||||
Due to a Linux design bug it is easy to get a pixelclock set to zero
|
||||
when changing displays at runtime.
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
src/omapfb-output.c | 9 +++++++--
|
||||
1 file changed, 7 insertions(+), 2 deletions(-)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
|
||||
Upstream-Status: Pending
|
||||
|
||||
diff --git a/Makefile.orig b/Makefile
|
||||
index 16a2369..fa797a2 100644
|
||||
--- a/Makefile.orig
|
||||
@@ -5,8 +9,8 @@ index 16a2369..fa797a2 100644
|
||||
@@ -1,10 +1,11 @@
|
||||
-# FIXME: Use autoconf ?
|
||||
-HAS_GTK_GUI = 1
|
||||
+# Upstream-Status: Inappropriate [configuration]
|
||||
+# Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
|
||||
+#
|
||||
+#
|
||||
|
||||
DESTDIR =
|
||||
SBINDIR = /usr/sbin
|
||||
|
||||
@@ -9,6 +9,8 @@ This was not possible to override from the command line and in OpenEmbedded
|
||||
through the use of qemu target emulation.
|
||||
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
Source/cmake/OptionsGTK.cmake | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
@@ -27,6 +27,8 @@ The same for the following hardcoded types for cross compiling:
|
||||
Change the above correspondingly.
|
||||
|
||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
configure.in | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
@@ -10,6 +10,8 @@ Date: Wed May 11 15:16:06 2016 -0500
|
||||
|
||||
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
diff --git a/test/root/permissions.test b/test/root/permissions.test
|
||||
index 42615f5..098b52a 100644
|
||||
--- a/test/root/permissions.test
|
||||
|
||||
@@ -6,6 +6,8 @@ Subject: [PATCH 7/7] Fix compilation for X32
|
||||
X32 uses 32-bit pointers, not 64-bit.
|
||||
|
||||
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
---
|
||||
nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
@@ -7,6 +7,8 @@ Fix underquoted m4 entry. This causes a failure if gcrypt isn't present:
|
||||
RP
|
||||
2016/2/16
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: rng-tools-5/configure.ac
|
||||
===================================================================
|
||||
--- rng-tools-5.orig/configure.ac
|
||||
|
||||
Reference in New Issue
Block a user