NOTICE: This package has been removed from pkgsrc

./wip/i3lock, Slightly improved screen locker based on slock

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7nb1, Package name: i3lock-2.7nb1, Maintainer: pallegra

i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen, i3lock displays
a white screen so you can see if your computer failed to resume from
suspend or if your screen is just locked. Also, when entering a wrong
password, i3lock does not call XBell(). This is important because
i3lock/slock think you've entered a password when resuming from suspend,
at least sometimes.


Required to run:
[graphics/cairo] [x11/xcb-util] [x11/libxcb] [devel/libev] [x11/xcb-util-keysyms] [x11/xcb-util-image] [x11/libxkbcommon]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/dri2proto] [x11/xcb-proto] [x11/fixesproto4]

Master sites:

SHA1: d1096b1f67bfcddc447fade8fa4f7bc124607fec
RMD160: b140a1babea730469943641d5d78655d9a5807a8
Filesize: 19.033 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-08 16:38:42 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Install LICENSE file to conform with the modified-bsd license and binary
distribution.
Bump PKGREVISION.
   2015-04-08 14:09:29 by Niclas Rosenvik | Files touched by this commit (2) | Package updated
Log message:
Update i3lock to version 2.6.

Changelog:

2014-07-18 i3lock 2.6

 * NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
   This helps us get rid of all code that directly uses libX11
 * Use cairo_status_to_string for descriptive errors.
 * Add `-e` option to not validate empty password.
 * Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
 * Re-raise i3lock when obscured in a separate process
 * Turn on the screen on successful authentication
 * Delay to turn off the screen after wrong passwd
 * Discard half-entered passwd after some inactivity
 * Ignore empty passwd after repeated Enter keypress
 * Scale the unlock indicator (for retina displays)

2013-06-09 i3lock 2.5

 * NEW DEPENDENCY: Use libxkbcommon for input handling
   This makes input handling much better for many edge cases.
 * Bugfix: fix argument parsing on ARM (s/char/int/)
 * Bugfix: free(reply) to avoid memory leak
 * Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
 * Bugfix: Fix centering the indicator in the no-xinerama case
 * Only use mlock() on Linux, FreeBSD (for example) requires root
 * promote the "could not load image" message from debug to normal
 * s/pam_message/pam_response/ (Thanks Tucos)
 * remove support for NOLIBCAIRO, cairo-xcb is widespread by now
 * Allow XKB_KEY_XF86ScreenSaver as synonym for enter
   This keysym is generated on convertible tablets by pressing a hardware
   lock/unlock button.
 * Allow passwordless PAM conversations (e.g. fingerprint)
 * Add ctrl+u password reset
 * Set window name to i3lock
   2012-11-25 18:26:59 by Pierre Allegraud | Files touched by this commit (3)
Log message:
Update to i3lock-2.4.1

2012-06-02 i3lock 2.4.1

 - Bugfix: Correctly center unlock indicator after reconfiguring screens
   (Thanks xeen)
 - Bugfix: Revert shift lock handling (broke uppercase letters)
 - Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)

2012-04-01 i3lock 2.4

 - Bugfix: Fix background color when using cairo (Thanks Pascal)
 - Only output text when in debug mode (fixes problems with xautolock)
 - fallback when the image cannot be loaded
 - Use (void) instead of () for functions without args (Thanks fernandotcl)

2012-03-15 i3lock 2.3.1

 - Fix compilation on some systems

2012-03-15 i3lock 2.3

  - Implement a visual unlock indicator
  - Support ISO_Level5_Shift and Caps Lock
  - Lock the password buffer in memory, clear it in RAM after verifying
  - Fork after the window is visible, not before
  - Bugfix: Copy the color depth from parent (root) window instead of
    hardcoding a depth of 24
   2012-09-30 07:44:14 by Aleksej Saushev | Files touched by this commit (35)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-11-07 10:12:20 by Pierre Allegraud | Files touched by this commit (3)
Log message:
Update i3lock to i3lock-2.2
Changelog : security relevant bugfixes
   2011-08-01 17:10:56 by Pierre Allegraud | Files touched by this commit (4)
Log message:
Update to i3lock-2.1
   2010-01-04 14:53:51 by Pierre Allegraud | Files touched by this commit (5) | Imported package
Log message:
Import i3lock-1.0 as wip/i3lock.

i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen, i3lock displays
a white screen so you can see if your computer failed to resume from
suspend or if your screen is just locked. Also, when entering a wrong
password, i3lock does not call XBell(). This is important because
i3lock/slock think you've entered a password when resuming from suspend,
at least sometimes.