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
Commits
291b53a8
Verified
Commit
291b53a8
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/sed: Update to 4.8
parent
476fd734
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/sed/APKBUILD
+3
-3
3 additions, 3 deletions
system/sed/APKBUILD
system/sed/disable-mbrtowc-test.patch
+2
-2
2 additions, 2 deletions
system/sed/disable-mbrtowc-test.patch
with
5 additions
and
5 deletions
system/sed/APKBUILD
+
3
−
3
View file @
291b53a8
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname
=
sed
pkgver
=
4.
7
pkgver
=
4.
8
pkgrel
=
0
pkgdesc
=
"GNU stream editor"
url
=
"https://www.gnu.org/software/sed"
...
...
@@ -39,6 +39,6 @@ package() {
rmdir
-p
"
$pkgdir
"
/usr/lib 2>/dev/null
||
true
}
sha512sums
=
"
e0be5db4cdf8226b34aaa9071bc5ae0eafde
1c
5
222
7cee3512eea7fe2520d6c5cebf15266aa5c4adffbb51bf125c140a15644e28d57759893c12823ea9bbf4fb
sed-4.
7
.tar.xz
aeb55f85a5c724f0dacbf2f39e0f99ae4c66159115b00aa36d65f234f87e52e660878cb18b772a494349632dfa1b616b9306a4cafe87e91182ea8936c308506a
disable-mbrtowc-test.patch
sha512sums
=
"
7de25d9bc2981c6332
1c222
3f3fbcab61d7b0df4fcf7d4394b72400b91993e1288d8bf53948ed5fffcf5a98c75265726a68ad4fb98e1d571bf768603a108c1c8
sed-4.
8
.tar.xz
103ab7c87a920dcd73a95a5d93a722082ff48a782cd85f68f493abfb9c9acd52323ca368a4bd807d8435f4c26ae2e3d9ec00372959d4a1aa05c2583a931d64b8
disable-mbrtowc-test.patch
8dc38bbd731885c69e83d2ed45d5df28542d9401f196295871135aa157d48ac77f1f926afcaab3ee0098ab0eb6232efc4664060177c3bf109a3e673f5adf9b85 gnulib-tests-dont-require-gpg-passphrase.patch"
This diff is collapsed.
Click to expand it.
system/sed/disable-mbrtowc-test.patch
+
2
−
2
View file @
291b53a8
...
...
@@ -4,7 +4,7 @@
#!/bin/sh
-# Test whether the POSIX locale has encoding errors.
-LC_ALL=C \
-./test-mbrtowc${EXEEXT} 5 || exit
-
${CHECKER}
./test-mbrtowc${EXEEXT} 5 || exit
-LC_ALL=POSIX \
-./test-mbrtowc${EXEEXT} 5
-
${CHECKER}
./test-mbrtowc${EXEEXT} 5
+exit 77
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