Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 643
    • Issues 643
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 198
    • Merge Requests 198
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #12420

Closed
Open
Opened Feb 11, 2021 by aptalca@aptalca

libmaxminddb 1.5 does not generate its conf file

Current libmaxmindb 1.5 package in alpine 3.13 doesn't create its conf file at /etc/conf.d/libmaxminddb

Here's a basic test:

$ docker run --rm -it alpine:3.13 /bin/sh -c 'apk add --no-cache libmaxminddb && ls -al /etc/conf.d'
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gzfetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
(1/6) Installing ca-certificates (20191127-r5)
(2/6) Installing brotli-libs (1.0.9-r3)
(3/6) Installing nghttp2-libs (1.42.0-r1)
(4/6) Installing libcurl (7.74.0-r0)
(5/6) Installing curl (7.74.0-r0)
(6/6) Installing libmaxminddb (1.5.0-r0)
Executing busybox-1.32.1-r2.trigger
Executing ca-certificates-20191127-r5.trigger
OK: 8 MiB in 20 packages
total 12
drwxr-xr-x    2 root     root          4096 Jan 28 21:51 .
drwxr-xr-x    1 root     root          4096 Feb 11 04:24 ..

Its cron file is successfully copied to the periodic weekly folder, though.

Previous version package on 3.12 does generate its conf file properly.

Same test as above but with 3.12:

$ docker run --rm -it alpine:3.12 /bin/sh -c 'apk add --no-cache libmaxminddb && ls -al /etc/conf.d'
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/5) Installing ca-certificates (20191127-r4)
(2/5) Installing nghttp2-libs (1.41.0-r0)
(3/5) Installing libcurl (7.69.1-r3)
(4/5) Installing curl (7.69.1-r3)
(5/5) Installing libmaxminddb (1.4.3-r0)
Executing busybox-1.31.1-r19.trigger
Executing ca-certificates-20191127-r4.trigger
OK: 7 MiB in 19 packages
total 16
drwxr-xr-x    1 root     root          4096 Feb 11 04:29 .
drwxr-xr-x    1 root     root          4096 Feb 11 04:29 ..
-rwxr-xr-x    1 root     root           351 Dec 29 12:00 libmaxminddb
Edited Feb 11, 2021 by aptalca
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#12420