Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!294
system/patch: patch(!) for CVE-2018-6952, 2019-13636, 2019-13638
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
system/patch: patch(!) for CVE-2018-6952, 2019-13636, 2019-13638
cve.20190722
into
master
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Max Rees
requested to merge
cve.20190722
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3f61500d
1 commit,
5 years ago
4 files
+
190
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
system/patch/APKBUILD
+
14
−
4
Options
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
patch
pkgver
=
2.7.6
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Utility to apply diffs to files"
url
=
"https://www.gnu.org/software/patch/patch.html"
arch
=
"all"
@@ -12,9 +12,12 @@ checkdepends="bash ed"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
CVE-2018-6951.patch
allow-missing.patch
CVE-2018-1000156.patch
CVE-2018-6951.patch
CVE-2018-6952.patch
CVE-2019-13636.patch
CVE-2019-13638.patch
"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
@@ -23,6 +26,10 @@ builddir="$srcdir"/$pkgname-$pkgver
# - CVE-2018-6951
# 2.7.6-r3:
# - CVE-2018-1000156.patc
# 2.7.6-r4:
# - CVE-2018-6952
# - CVE-2019-13636
# - CVE-2019-13638
build
()
{
cd
"
$builddir
"
@@ -51,6 +58,9 @@ package() {
}
sha512sums
=
"fcca87bdb67a88685a8a25597f9e015f5e60197b9a269fa350ae35a7991ed8da553939b4bbc7f7d3cfd863c67142af403b04165633acbce4339056a905e87fbd patch-2.7.6.tar.xz
db51d0b791d38dd4f1b373621ee18620ae339b172f58a79420fdaa4a4b1b1d9df239cf61bbddc4e6a4896b28b8cffc7c99161eb5e2facaec8df86a1bf7755bc0 CVE-2018-6951.patch
317c922c3adcf347024a9ffd2374a1827b19cc1f275a90e195e070cbcf16fb47788b14ffd18365ae5e1f867ed650e6f9aed6acf287bfc427107f3ed8bcd2b3af allow-missing.patch
93414b33413b493eaa15027dfbe39c00eb1c556acf9f30af4c0ca113303867c5e7ad441c2596a7f9d060b8b67735a2a1c8be5db3c779ea47302f616ef8530d5d CVE-2018-1000156.patch"
93414b33413b493eaa15027dfbe39c00eb1c556acf9f30af4c0ca113303867c5e7ad441c2596a7f9d060b8b67735a2a1c8be5db3c779ea47302f616ef8530d5d CVE-2018-1000156.patch
db51d0b791d38dd4f1b373621ee18620ae339b172f58a79420fdaa4a4b1b1d9df239cf61bbddc4e6a4896b28b8cffc7c99161eb5e2facaec8df86a1bf7755bc0 CVE-2018-6951.patch
99df964d826d400f87e9b82bf2600d8663c59bb8f9bf4aec082adc8cf6261744f37d416e15492d6e883202ade521d4436cb41c91f516085c3e6ce8e01a8956fb CVE-2018-6952.patch
cecb80d8d48dfe66bc13c22a5ed0eb52157cc85a1b74d03d4a8ea1ebcfe5d59bae975aec34ac685adc71129dcdb794579fee0e221144412a7c1fa71c460f63c1 CVE-2019-13636.patch
d60f8c2364fca9b73aa73b5914cfd6571d11528d13fa7703ccfa93730cbdf8a6e4c9ca04cb7d02a40d33c38075890790b490052d5217e728b0948991da937980 CVE-2019-13638.patch"
Loading