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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
9d5b243c
"README.md" did not exist on "484679a23fb5dc782dbe3b6ac242322faf74340b"
Commit
9d5b243c
authored
6 months ago
by
Simon Rupf
Committed by
Celeste
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/man-db: upgrade to 2.13.0
parent
a250d636
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!71163
community/man-db: upgrade to 2.13.0
Pipeline
#255670
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/man-db/APKBUILD
+3
-3
3 additions, 3 deletions
community/man-db/APKBUILD
community/man-db/ignore.patch
+8
-9
8 additions, 9 deletions
community/man-db/ignore.patch
with
11 additions
and
12 deletions
community/man-db/APKBUILD
+
3
−
3
View file @
9d5b243c
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname
=
man-db
pkgver
=
2.1
2.1
pkgver
=
2.1
3.0
pkgrel
=
0
pkgdesc
=
"The man command and related utilities for examining on-line help files"
url
=
"https://man-db.gitlab.io/man-db/"
...
...
@@ -43,6 +43,6 @@ package() {
}
sha512sums
=
"
0f79f4205ce116c3148dc6caf561c1b7d793aac234188ef8edd1b1f5aaaebcca32c65ef403dff65896920535077fb63ddc2e9cb293efdb6ef3037c33916aa329
man-db-2.1
2.1
.tar.xz
5cde2df35dc4db182ed8290023c8f8ff4e34fe66f9aacb8bca63ac51f65a3433a0699e04e674dc57b489eed3cb4ff55b3605ca63539
4df1
078ed79c81e372c07
ignore.patch
612ce39bb1e11aa7797e8e3a26f06a7154c48a13b2d74217c2c6701e0d33fa8f77ae2b8c9ee84353e364d16918f884115f2dfbf3cd743edd4ed32b763b87f723
man-db-2.1
3.0
.tar.xz
839b03170f7810956a5769b0df732bed82058e92c879ba3fb5aae579d05b66b973da917690bb3d1c648ebf6f4c35f035214886c9345ea
4d
5
f1
bae48e1bca4402
ignore.patch
"
This diff is collapsed.
Click to expand it.
community/man-db/ignore.patch
+
8
−
9
View file @
9d5b243c
...
...
@@ -8,12 +8,12 @@ diff --git a/src/convert.c b/src/convert.c
index 447240c..4f4d006 100644
--- a/src/convert.c
+++ b/src/convert.c
@@ -5
6
,7 +5
6
,7 @@
char * ATTRIBUTE_MALLOC convert_to_locale (char *string)
@@ -5
9
,7 +5
9
,7 @@
char * ATTRIBUTE_MALLOC convert_to_locale (char *string)
{
if (!conv_to_locale_initialized) {
char *locale_charset =
xasprintf
-
("%s//IGNORE", get_locale_charset ());
+
("%s", get_locale_charset ());
char *locale_charset =
-
xasprintf
("%s//IGNORE", get_locale_charset ());
+
xasprintf
("%s", get_locale_charset ());
conv_to_locale = iconv_open (locale_charset, "UTF-8");
free (locale_charset);
if (conv_to_locale != (iconv_t) -1)
...
...
@@ -21,12 +21,11 @@ diff --git a/src/manconv.c b/src/manconv.c
index e775b1b..41a11bd 100644
--- a/src/manconv.c
+++ b/src/manconv.c
@@ -30
1
,7 +30
1
,7 @@
static tried_iconv try_iconv (decompress *decomp, const char *try_from_code,
iconv_t cd_utf8, cd = NULL;
bool to_utf8 = STREQ (try_to_code, "UTF-8") ||
STRNEQ (try_to_code, "UTF-8//", 7);
@@ -30
4
,7 +30
4
,7 @@
static tried_iconv try_iconv (decompress *decomp, const char *try_from_code,
iconv_t cd_utf8, cd = NULL;
bool to_utf8 = STREQ (try_to_code, "UTF-8") ||
STRNEQ (try_to_code, "UTF-8//", 7);
- const char *utf8_target = last ? "UTF-8//IGNORE" : "UTF-8";
+ const char *utf8_target = "UTF-8";
bool ignore_errors = (strstr (try_to_code, "//IGNORE") != NULL);
tried_iconv ret = TRIED_ICONV_OK;
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