Skip to content

Commit

Permalink
sysutils/plocate: Update to 1.1.22
Browse files Browse the repository at this point in the history
CHANGES:
- Fix updatedb writing incomplete .db files under Termux.
  Patch by Grisha Levit.

- Make the systemd timer run more consistently during the
  night. Patch by Florian Schmaus.

- Add an (undocumented) flag --ignore-visibility to plocate,
  giving the equivalent of building the database with
  --require-visibility no. Drops setgid, of course, so you
  will usually need to be root to use it.

PR:		279130
  • Loading branch information
Sec42 authored and lwhsu committed May 18, 2024
1 parent 4ec0307 commit c8ad3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sysutils/plocate/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= plocate
DISTVERSION= 1.1.19
PORTREVISION= 1
DISTVERSION= 1.1.22
CATEGORIES= sysutils
MASTER_SITES= https://plocate.sesse.net/download/

Expand Down
6 changes: 3 additions & 3 deletions sysutils/plocate/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1686519928
SHA256 (plocate-1.1.19.tar.gz) = d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165
SIZE (plocate-1.1.19.tar.gz) = 73964
TIMESTAMP = 1716044387
SHA256 (plocate-1.1.22.tar.gz) = 3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049
SIZE (plocate-1.1.22.tar.gz) = 75072

0 comments on commit c8ad3da

Please sign in to comment.