Skip to content

Commit

Permalink
x11-fm/worker: update the port to bugfix version 5.0.2
Browse files Browse the repository at this point in the history
- The text view mode did not always started at the top of
  a viewed file and scrolled to the end instead (which is
  only intended behavior when watching a file for changes)
- Fixed possible buffer read overrun when shrinking file
  names for display

Approved by:	maintainer
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Mar 13, 2024
1 parent fa8a46b commit a225121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x11-fm/worker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= worker
PORTVERSION= 5.0.1
PORTVERSION= 5.0.2
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/

Expand Down
6 changes: 3 additions & 3 deletions x11-fm/worker/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1705748612
SHA256 (worker-5.0.1.tar.bz2) = dccb4a356be9ed86918bc942f8dfc08ab6a0a710b290c7e912df1d5e01e94ebc
SIZE (worker-5.0.1.tar.bz2) = 1751065
TIMESTAMP = 1710020304
SHA256 (worker-5.0.2.tar.bz2) = d563879c8a98179455fdac9a159716b52386ffd013ed9be7cf0572fa720857b6
SIZE (worker-5.0.2.tar.bz2) = 1752666

0 comments on commit a225121

Please sign in to comment.