2022-10-09 14:52:21 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
slock: Update to 1.5
pkgsrc changes:
- Switch to https:// MASTER_SITES and HOMEPAGE
1.5
---
- Bug fixes
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2016-11-23 09:20:21 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update x11/slock to slock-1.4
Changes:
1.4
---
- fix CVE-2016-6866
- add proper priviledge dropping
- use explicit_bzero from OpenBSD to clear password from memory
- major code audit and rewrite of some parts (thanks, Laslo!)
Approved by <reed>
|
2016-02-28 20:49:06 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs libXrandr.
|
2016-02-18 19:52:55 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
Various minor fixes.
o slock also needs x11/libXinerama
o Bump _XOPEN_SOURCE version to 600 in order to avoid build issues on SunOS.
o While here also fix some cosmetical issues providing a better SUBST_MESSAGE
for "makefile" class and also accept possible user-defined CPPFLAGS.
|
2016-02-16 18:47:19 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
Update x11/slock to 1.3.
pkgsrc changes:
- Delete NO_CONFIGURE (it is not needed and sometimes can be harmful)
Changes:
The changes since version 1.2 are:
- bugfix: The cover window now resizes correctly when new screens are added or
the resolution is changed while the lock is active.
- new: slock now has a third color. The three colors are used for startup,
typing and failed login attempt.
- new: slock now allows to run any command after the screen has been locked, for
example suspending to ram.
- slock now has a man page.
- a few small fixes and code style updates to make it more consistent with the
rest of the suckless projects.
ok reed@
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-01-09 15:34:54 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix dependencies.
|
2015-01-06 14:32:25 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Update 1.0 to 1.2 based on PR pkg/49063 by Leonardo Taccari.
(pkgsrc)
- Instead of using do-* in Makefile adjust config.mk and use the
official Makefile like other suckless.org packages (e.g. x11/dmenu).
- Do not install README: the only useful information for the user was:
Simply invoke the 'slock' command. To get out of it, enter your
password. The user can read that in x11/slock/DESCR by
pkg_info slock.
(upstream)
* slock-1.2:
- Colors are now specified via config.h
- Minor bug fixes
* slock-1.1:
- Eckhards dualcolor patch
- Minor bug fixes
|