Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
74e6a27a
Commit
74e6a27a
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/screen: fix CVE-2020-9366
parent
faf1de37
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/screen/APKBUILD
+10
-3
10 additions, 3 deletions
main/screen/APKBUILD
with
10 additions
and
3 deletions
main/screen/APKBUILD
+
10
−
3
View file @
74e6a27a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
screen
pkgname
=
screen
pkgver
=
4.6.2
pkgver
=
4.6.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A window manager that multiplexes a physical terminal"
pkgdesc
=
"A window manager that multiplexes a physical terminal"
url
=
"http://ftp.gnu.org/gnu/screen/"
url
=
"http://ftp.gnu.org/gnu/screen/"
arch
=
"all"
arch
=
"all"
...
@@ -10,9 +10,15 @@ license="GPL-3.0-or-later"
...
@@ -10,9 +10,15 @@ license="GPL-3.0-or-later"
options
=
"!check"
# No test suite.
options
=
"!check"
# No test suite.
makedepends
=
"ncurses-dev ncurses"
makedepends
=
"ncurses-dev ncurses"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"https://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
https://git.savannah.gnu.org/cgit/screen.git/patch/?id=68386dfb1fa33471372a8cd2e74686758a2f527b
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
# secfixes:
# 4.6.2-r1:
# - CVE-2020-9366
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
./configure
\
./configure
\
...
@@ -38,4 +44,5 @@ package() {
...
@@ -38,4 +44,5 @@ package() {
install
-Dm644
etc/screenrc
"
$pkgdir
"
/etc/skel/.screenrc
install
-Dm644
etc/screenrc
"
$pkgdir
"
/etc/skel/.screenrc
}
}
sha512sums
=
"224bd16ad5ae501d1b8bb7d2ba9cc19e6a0743de5a5b320109c2f6bf3b1ca564cc7094ed9211be13733d9d769cde77d13fe236341d448cad0518038ab1e85c99 screen-4.6.2.tar.gz"
sha512sums
=
"224bd16ad5ae501d1b8bb7d2ba9cc19e6a0743de5a5b320109c2f6bf3b1ca564cc7094ed9211be13733d9d769cde77d13fe236341d448cad0518038ab1e85c99 screen-4.6.2.tar.gz
497a47b5f4952645f94bcc4594695db9f7a993f5d7c9b9142984804aee61b5cc571b7c666310cc651eb2428c6d39d5320923d464917fd925f57f1e13acb1db7d ?id=68386dfb1fa33471372a8cd2e74686758a2f527b"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment