Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Ingo Schwarze
Hi Joerg, Joerg Jung wrote on Sun, Jul 31, 2016 at 07:33:29AM +0200: > But the slock port is a suckless.org tool > and these tools follow own rules, Oops, indeed. I haven't studied the suckless.org concepts in detail, but i am aware that they do some things in unusual ways and feel strongly abo

update gcc-linaro to 4.9-2016.02

2016-07-30 Thread Jonathan Gray
Index: Makefile === RCS file: /cvs/ports/devel/arm-none-eabi/gcc-linaro/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile28 May 2015 23:28:25 - 1.1.1.1 +++ Makefile31 Jul 2016 05:16:20 -

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Joerg Jung
> Am 31.07.2016 um 00:51 schrieb Ingo Schwarze : > > Hi Theo, > > Theo Buehler wrote on Sat, Jul 30, 2016 at 09:33:01PM +0200: > >> ++#ifdef HAVE_EXPLICIT_BZERO >> ++#define CLEAR_PASSWORD(p, len) explicit_bzero((p), (len)) >> ++#else >> ++#define CLEAR_PASSWORD(p, len) memset((p), 0, (len)) >>

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Theo de Raadt
>Then encourage upstream to: > > 1. Include a file compat_explicit_bzero.c into their tarball. >Ideally, talk to some of our C wizards (like tedu@) how >a portable implementation should look like. I suspect >that src/lib/libc/string/explicit_bzero.c will not be >very portable and m

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Ingo Schwarze
Hi Theo, Theo Buehler wrote on Sat, Jul 30, 2016 at 09:33:01PM +0200: > ++#ifdef HAVE_EXPLICIT_BZERO > ++#define CLEAR_PASSWORD(p, len) explicit_bzero((p), (len)) > ++#else > ++#define CLEAR_PASSWORD(p, len) memset((p), 0, (len)) > ++#endif Not to be a prick or to start a bikeshed - i'm not oppo

update print/poppler

2016-07-30 Thread Matthias Kilian
[cc'd zhuk because of the qt5 changes] Hi, here's an update to poppler-0.46.0, in case anyone wants do some early tests. In addition to the update, this also simplfies configure.ac patch for Qt5. It looks like you can just set MOCQT52 (where the '2' has nothing to do with any version of qt) to o

offlineimap update to 7.0.3

2016-07-30 Thread Remi Locherer
Hi This is the update to offlineimap 7.0.3. It runs fine for me synchronizing between dovecot (on OpenBSD 5.9, amd64) and maildir (on -current, amd64). With the 7 release sqlite becomes the default storage for offlineimap to store what was already synced. More info what this means can be found h

NEW: lang/bacon

2016-07-30 Thread Juan Francisco Cantero Hurtado
OK? Comment: BASIC converter to C translator for Unix system Description: BaCon is a BASIC to C translator for Unix-based systems. It intends to be a programming aid in creating tools which can be compiled on different platforms (including 64bit environments), while trying to revive the days of

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Theo Buehler
On Sat, Jul 30, 2016 at 08:02:56PM +0200, Jeremie Courreges-Anglas wrote: > > Theo Buehler writes: > > > On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: > >> > >> > Am 30.07.2016 um 18:07 schrieb Theo Buehler : > >> > > >> > Currently, slock only clears the entered passwd buffer as

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Joerg Jung
On Sat, Jul 30, 2016 at 08:02:56PM +0200, Jeremie Courreges-Anglas wrote: > > Theo Buehler writes: > > > On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: > >> > >> > Am 30.07.2016 um 18:07 schrieb Theo Buehler : > >> > > >> > Currently, slock only clears the entered passwd buffer as

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Joerg Jung
On Sat, Jul 30, 2016 at 07:03:56PM +0200, Theo Buehler wrote: > On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: > > > > > Am 30.07.2016 um 18:07 schrieb Theo Buehler : > > > > > > Currently, slock only clears the entered passwd buffer as part of > > > auth_userokay(3). If the user abo

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Theo de Raadt
>> On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: >>> >>> > Am 30.07.2016 um 18:07 schrieb Theo Buehler : >>> > >>> > Currently, slock only clears the entered passwd buffer as part of >>> > auth_userokay(3). If the user aborts the password entry with ESC or >>> > clears the entered p

Re: drop maintainership net/icbirc

2016-07-30 Thread Antoine Jacoutot
On Sat, Jul 30, 2016 at 07:49:42PM +0200, Sebastien Marie wrote: > Hi, > > As I didn't use anymore net/icbirc, it will be better to drop myself > from MAINTAINER. Committed, thank you. > > Thanks. > -- > Sebastien Marie > > > Index: Makefile > ===

Re: [update] sysutils/sysclean 1.9

2016-07-30 Thread Antoine Jacoutot
On Sat, Jul 30, 2016 at 07:45:32PM +0200, Sebastien Marie wrote: > Hi, > > Here a diff for updating sysclean to 1.9 version. > > It adds /ofwboot file to expected list, as it is found on sparc64 machines. > > I also updated the maintainer mail. > > Thanks to commit it. Committed, thank you.

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Jeremie Courreges-Anglas
Theo Buehler writes: > On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: >> >> > Am 30.07.2016 um 18:07 schrieb Theo Buehler : >> > >> > Currently, slock only clears the entered passwd buffer as part of >> > auth_userokay(3). If the user aborts the password entry with ESC or >> > cle

drop maintainership net/icbirc

2016-07-30 Thread Sebastien Marie
Hi, As I didn't use anymore net/icbirc, it will be better to drop myself from MAINTAINER. Thanks. -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/net/icbirc/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefil

[update] sysutils/sysclean 1.9

2016-07-30 Thread Sebastien Marie
Hi, Here a diff for updating sysclean to 1.9 version. It adds /ofwboot file to expected list, as it is found on sparc64 machines. I also updated the maintainer mail. Thanks to commit it. -- Sebastien Marie Index: Makefile === RC

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Theo Buehler
On Sat, Jul 30, 2016 at 06:30:40PM +0200, Joerg Jung wrote: > > > Am 30.07.2016 um 18:07 schrieb Theo Buehler : > > > > Currently, slock only clears the entered passwd buffer as part of > > auth_userokay(3). If the user aborts the password entry with ESC or > > clears the entered password with mu

Re: x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Joerg Jung
> Am 30.07.2016 um 18:07 schrieb Theo Buehler : > > Currently, slock only clears the entered passwd buffer as part of > auth_userokay(3). If the user aborts the password entry with ESC or > clears the entered password with multiple backspaces, a cleartext > copy of the entered password is kept in

x11/slock: clear passwords with explicit_bzero

2016-07-30 Thread Theo Buehler
Currently, slock only clears the entered passwd buffer as part of auth_userokay(3). If the user aborts the password entry with ESC or clears the entered password with multiple backspaces, a cleartext copy of the entered password is kept in memory. Use explicit_bzero() to avoid this. While there, a

Re: Paging Han Boetes. [was Re: letsencrypt on 6.0]

2016-07-30 Thread Giovanni Bechis
On Sat, Jul 30, 2016 at 11:57:14AM +0100, Stuart Henderson wrote: > Forwarding from an offlist message because incoming mail is broken.. > no problem for me, just renewed my certificate with authenticator=standalone @i386 (OpenBSD 6.0 (GENERIC) #1915: Tue Jul 26 09:46:01 MDT 2016) Have you added

Re: Update net/tcpreplay 4.1.1

2016-07-30 Thread Nigel Taylor
On 07/06/16 16:41, Nigel Taylor wrote: > The port switches to github, the release download includes autoconf > generated files, default archive doesn't. Details of changes can be > found here... > > https://github.com/appneta/tcpreplay/releases > > This is just fixes, the new part only applies to

Re: [PATCH] sysutils/usmb switch fusermount to umount

2016-07-30 Thread Solene Rapenne
Up Le 19 juillet 2016 17:20:34 GMT+02:00, "Solène" a écrit : >Hello, > >With this patch, usmb will use umount to umount instead of fusermount. >Actually, "usbm -u shared_folder" doesn't work, with this patch it >works. > >Index: Makefile >

Re: UPDATE: graphics/opencv

2016-07-30 Thread Rafael Sadowski
*Ping* On Sat Jun 25, 2016 at 08:07:36PM +0200, Rafael Sadowski wrote: > Hi ports@, > > update OpenCV stable branch to 2.4.13. OpenCV 3 from WIP githup is not > ready for other ports in tree. > > core ports features: > - remove XXX tags in digikam-kde4 and kde-applications. > -- Not more necess

UPDATE: net/lftp

2016-07-30 Thread Rafael Sadowski
Hi @ports, Tested @amd64 with out problems. OK, comments? Kind regards, Rafael Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.109 diff -u -p -u -p -r1.109 Makefile --- Makefile27 May 2016 12

UPDATE: graphics/nomacs

2016-07-30 Thread Rafael Sadowski
Hi @ports, looks like ports are unlock. Here is an update for nomacs. Tested @amd64 OK, Comments!? Kind regards, Rafael Index: Makefile === RCS file: /cvs/ports/graphics/nomacs/Makefile,v retrieving revision 1.3 diff -u -p -u -p -

Paging Han Boetes. [was Re: letsencrypt on 6.0]

2016-07-30 Thread Stuart Henderson
Forwarding from an offlist message because incoming mail is broken.. - Forwarded message from Mail Delivery System - From: Mail Delivery System Date: Fri, 29 Jul 2016 23:58:55 +0200 (CEST) To: s...@spacehopper.org Subject: Undelivered Mail Returned to Sender This is the mail system a