Re: UPDATE: mail/imapfilter

2022-07-15 Thread Gleydson Soares
> Update imapfilter to 2.7.5. OK? builds fine on arm64 and amd64 The next imapfilter's update may get rid of patches/patch-src_auth_c since upstream has deprecated CRAM-MD5 authentication mechanism as per commit [1] OK gsoares, thanks! [1] https://github.com/lefcha/imapfilter/commit/20865804d1

Re: plan9port works on i386 and powerpc

2022-09-25 Thread Gleydson Soares
> > Unfortunately, building at least on sparc64 does not complete. > > Curiously it also does not fail, it just stops after 'mk' is compiled. > > So I think ONLY_FOR_ARCHES may need to be retained, with the platforms > > we have tested. sure, it fails on aarch64 as well, requires a couple of tweak

Re: chromium display

2023-07-15 Thread Gleydson Soares
Hello Jon, It seems to be a known issue and workaround would be purging the GPUCache ~/.config/chromium/Default/GPUCache Relates to https://bugs.chromium.org/p/chromium/issues/detail?id=144

Re: vmware problems

2008-12-22 Thread Gleydson Soares
On Sun, Dec 21, 2008 at 2:36 AM, rizzo0917 wrote: > > openbsd 4.4 vmware 3 install from ports giving me a hard time > > > ===> Building for vmware-3.2.1_2242p7 > ===> source > ===> source/linuxrtc > cc -O2 -pipe -D_KERNEL -I/sys -c rtc.c > In file included from rtc.c:64: > /usr/include/sys/syst

Re: VMware port in openbsd 4.4.

2009-01-08 Thread Gleydson Soares
On Thu, Jan 8, 2009 at 6:22 PM, Alexandr wrote: > Hi, > > Could any body tell, what's wrong with it? > > In 4.2 work fine. > > http://marc.info/?l=openbsd-ports-cvs&m=122279663504779&w=2

Re: UPDATE: Nextcloud-18.0.3

2020-03-29 Thread Gleydson Soares
On Sun, Mar 29, 2020, at 5:50 AM, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Nextcloud to 18.0.3: > > https://nextcloud.com/changelog > > OK? This is a bugfix release that includes a security update, please go ahead. OK gsoares@ > > Cheers.- > > -- > > - gonzalo

Re: new audio/moc

2015-06-03 Thread Gleydson Soares
Sébastien Morand writes: > Hi, > > First of all, this is my first submission for a new port, so sorry if big > mistakes. I create port for audio/moc which is a music on console player > based on ncurse. > > Tell me if ok, > Sebastien already there a work in progress[1][2] to this port [1] http

Re: new audio/moc

2015-06-04 Thread Gleydson Soares
> [...] I have other ports to propose. you are welcome, please, use openbsd-wip github repository to put your work-in-progress stuff. Have a look to openbsd-wip instructions to request your write access to repository and be careful to look all use instructions. cheers, gsoares

plan9port: enable fontsrv(4)

2015-06-10 Thread Gleydson Soares
Hi Pascal, here is a diff[1] to enable fontsrv(4) support in ports/plan9/plan9port. diff inline below. fontsrv(4) provides an interface to use X11 fonts in plan9port. It is useful, can be used to load anti-aliasing/TrueType fonts on acme. eg: fontsrv & acme -f /mnt/font/"DejaVu Sans Mono"/8a/f

Re: plan9port: enable fontsrv(4)

2015-06-11 Thread Gleydson Soares
> This should make use of ${X11BASE} instead of hardcoding /usr/X11R6. > Though in principle, /usr/local should be ${LOCALBASE} as well ... Yup. forgot it. attached diff without those hardcoded paths. cheers, gsoares ? plan9port-20140306p0.diff Index: Makefile

Re: plan9port: enable fontsrv(4)

2015-06-11 Thread Gleydson Soares
> > This should make use of ${X11BASE} instead of hardcoding /usr/X11R6. > > Though in principle, /usr/local should be ${LOCALBASE} as well ... > > > > In addition to pascal's comment, can you change also the lines with > "gcc" hardcoded to ${CC}? yes, makes sense, diff attached with pascal's po

UPDATE: security/stunnel to 5.18

2015-06-15 Thread Gleydson Soares
01:21:10 - @@ -2,7 +2,7 @@ COMMENT= SSL encryption wrapper for standard network daemons -DISTNAME= stunnel-5.06 +DISTNAME= stunnel-5.18 CATEGORIES=security MAINTAINER=Gleydson Soares @@ -29,11 +29,14 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/auto NO_TEST

Re: UPDATE: security/stunnel to 5.18

2015-06-16 Thread Gleydson Soares
On Mon, Jun 15, 2015 at 10:53:07PM -0300, Gleydson Soares wrote: > the following diff[1] brings stunnel to the latest 5.18 > > additional patches are required to make it build with libressl. > > tested with my local setup @amd64 and works fine. > someone willing to test

Re: UPDATE: security/stunnel to 5.18

2015-06-20 Thread Gleydson Soares
On Fri, Jun 19, 2015 at 10:01 PM, Jérémie Courrèges-Anglas wrote: > Gleydson Soares writes: > >> On Mon, Jun 15, 2015 at 10:53:07PM -0300, Gleydson Soares wrote: >>> the following diff[1] brings stunnel to the latest 5.18 > > Quick review: > >>> additiona

UPDATE: security/stunnel-5.19

2015-06-22 Thread Gleydson Soares
following diff[1] update stunnel to 5.19. I've been working on an update to 5.18 but upstream just released 5.19. Markus, could you have a double check if the 5.19 works for you on sparc64? jca@ the libressl/patches bits are now OK for you? yasuoka@ could you try this update with your mew/emacs/

Re: Package noto fonts?

2015-07-01 Thread Gleydson Soares
hi Sascha, seems it should cover by ports@ rather bugs@ just moving this thread to the correct place, so others can interest up and port it. a port/tarball of this font is welcome, cheers, gsoares On Wed, Jul 1, 2015 at 10:38 AM, Sascha Brawer wrote: > Hi, does OpenBSD want to package Google’

NEW: plan9/devdrawserver

2015-07-02 Thread Gleydson Soares
Hi, Here is a port of the devdrawserver[1]. I am using it with frequency so I would to import it to the ports tree. Devdrawserver is a client-server p9p devdraw[1]. It allows for later attachment, so it can easily be run on a remote machine, proxying the draw calls to a local devdraw. It provide

Re: [maintainer update] security update to haproxy 1.5.14

2015-07-03 Thread Gleydson Soares
> REVISION = 0 * No need bump revision since it is a port update. commited, thanks!

Re: update textproc/cloc

2015-07-04 Thread Gleydson Soares
On Sat, Jul 4, 2015 at 3:11 PM, Joerg Jung wrote: > Hi, > > please find below an update for cloc to version 1.64. > > As usual, this cloc update provides support for several new languages > as well as new options and bug fixes. > > OKs? OK. > > Regards, > Joerg > > > Index: Makefile > ==

UPDATE: mail/msmtp-1.6.2

2015-07-06 Thread Gleydson Soares
update mail/msmtp to 1.6.2 changes: http://msmtp.sourceforge.net/news.html diff at: http://shutupandhack.org/~gsoares/openbsd/msmtp-1.6.2.diff OK? cheers, gsoares

UPDATE: x11/st-0.6

2015-07-08 Thread Gleydson Soares
update x11/st to 0.6 I changed the config.mk patch to make this release compile on OpenBSD. Upstream now is linking with librt since that it is in our libc no needs to pass -lrt for ld. diff at: http://shutupandhack.org/~gsoares/openbsd/st-0.6.diff OK? cheers, gsoares

Re: Vulnerable packages in ports tree 13/07

2015-07-12 Thread Gleydson Soares
On Sun, Jul 12, 2015 at 11:27 PM, Sevan / Venture37 wrote: > graphics/libwmf - CVE-2015-0848, CVE-2015-4696, CVE-2015-4695, CVE-2015-4588 > No. These were already fixed [1]. [1] http://marc.info/?l=openbsd-ports-cvs&m=143530877618567&w=2 cheers, gsoares

UPDATE: security/stunnel to 5.20

2015-07-12 Thread Gleydson Soares
= SSL encryption wrapper for standard network daemons -DISTNAME= stunnel-5.19 +DISTNAME= stunnel-5.20 CATEGORIES=security MAINTAINER=Gleydson Soares @@ -29,10 +29,12 @@ NO_TEST=Yes USE_GMAKE= Yes pre-configure: + ${SUBST_CMD} ${WRKSRC}/src

Re: [UPDATE] plan9/rc + update maintainer

2015-09-23 Thread Gleydson Soares
well, some points: > > - Remove editline flavor, as the editline variant mentioned in SUPDISTFILES > > didn't pass the ./configure stage, as did the system editline(3). You should change: CONFIGURE_ARGS+=--with-edit=edit You must change CONFIGURE_ENV to honor LIBS+="-L${EDITLINE}" wi

Re: [UPDATE] plan9/rc + update maintainer

2015-09-24 Thread Gleydson Soares
here is a reviewed diff with my tweaks included, both editline and readline flavors builds and runs fine. also I added license mark that was missing. ? rc-1.7.4.diff Index: Makefile === RCS file: /cvs/ports/plan9/rc/Makefile,v retrievi

Re: UPDATE: Stunnel-5.23

2015-09-24 Thread Gleydson Soares
Upstream will release 5.24 soon, with OPENSSL_NO_EGD libressl patches merged upstream. So I will wait a bit. 2015-09-24 23:35 GMT-03:00 Gonzalo L. Rodriguez : > Hi, > > Update for Stunnel to 5.23: > > https://www.stunnel.org/sdf_ChangeLog.html > > Ok? Comments? > > Cheers.- > > -- > Sending from m

tedu ports/plan9/sam

2015-09-25 Thread Gleydson Soares
I am inclined to move the editor sam to attic. Our in tree version is outdated. The latest [1] and ‘official’ sam version is included as part of Plan 9 from User Space aka plan9port - (ports/plan9/plan9port). sam's users can just install the plan9port... objections? [1] - http://sam.cat-v.org/

Re: tedu ports/plan9/sam

2015-09-25 Thread Gleydson Soares
On Fri, Sep 25, 2015 at 4:31 PM, Stuart Henderson wrote: > > Makes sense to me. > > Should we setup an automatic upgrade path in quirks and plan9port's > PLIST (@conflict/@pkgpath)? Maybe also worth installing a courtesy > symlink to /usr/local/bin in plan9port for this, that way any > existing us

Re: dwm runs xterm

2015-10-08 Thread Gleydson Soares
On Thu, Oct 08, 2015 at 08:39:13AM -0400, Ted Unangst wrote: > We have a local patch to dwm so that it runs xterm instead of uxterm. That's > fine, but the man page isn't patched, which is confusing. yes, here is a diff to fix that. Index: Makefile ==

UPDATE: security/stunnel-5.24

2015-10-09 Thread Gleydson Soares
Jun 2015 14:44:30 - 1.77 +++ Makefile9 Oct 2015 13:25:25 - @@ -2,7 +2,7 @@ COMMENT= SSL encryption wrapper for standard network daemons -DISTNAME= stunnel-5.19 +DISTNAME= stunnel-5.24 CATEGORIES=security MAINTAINER=Gleydson Soares @@ -29,10 +29,12

UPDATE: security/stunnel

2015-11-09 Thread Gleydson Soares
9 Nov 2015 23:15:29 - @@ -2,7 +2,7 @@ COMMENT= SSL encryption wrapper for standard network daemons -DISTNAME= stunnel-5.24 +DISTNAME= stunnel-5.26 CATEGORIES=security MAINTAINER=Gleydson Soares Index: distinfo

Re: [UPDATE] x11/dwm

2015-11-10 Thread Gleydson Soares
On Tue, Nov 10, 2015 at 11:30:02AM +0100, Joerg Jung wrote: > > > On 09 Nov 2015, at 22:07, Ted Unangst wrote: > > Joerg Jung wrote: > >> > >> please find below an update for x11/dwm to 6.1. This release contains > >> various fixes and improvements, see announcement [1] for more details. > >>

Re: UPDATE: security/stunnel

2015-11-11 Thread Gleydson Soares
ping... anyone? as usual, comments, tests, oks are welcome. // gsoares On Mon, Nov 9, 2015 at 8:21 PM, Gleydson Soares wrote: > here is an update to stunnel 5.26 > OK? > > > Index: Makefile > === > RCS file

Re: [update] OfflineIMAP version 7.3.2

2019-12-26 Thread Gleydson Soares
On Thu, Dec 26, 2019 at 11:14:19AM +0100, Remi Locherer wrote: > Hi, > > this updates our OfflineIMAP package to version 7.3.2. > This release doesn't contain many changes. > > Changelog can be found here: > https://github.com/OfflineIMAP/offlineimap/blob/v7.3.2/Changelog.md > (see changes for 7.

Re: [Update] net/wireguard-tools : Update to 1.0.20191226

2019-12-27 Thread Gleydson Soares
On Fri, Dec 27, 2019 at 06:46:47PM +0100, Klemens Nanni wrote: > On Fri, Dec 27, 2019 at 05:38:20PM +0100, Jason A. Donenfeld wrote: > > -V =0.0.20191212 > > -DISTNAME = WireGuard-$V > > +V =1.0.20191226 > > +DISTNAME = wireguard-tools-$V > > PKGNAME = wireguard-to

Re: UPDATE: p5-IO-Tty

2012-12-12 Thread Gleydson Soares
On Wed, Dec 12, 2012 at 3:50 PM, RD Thrush wrote: > After the libc posix pty api addition, make regress failed. Removing the > Tty_xs > patch appears to fix the problem. diff looks right, i will commit it tonight when i get home. thanks.

Re: [UPDATE] www/moin

2013-01-09 Thread Gleydson Soares
could you check if we can to apply this update also to OPENBSD_5_2 branch? seems MFC is OK here. from release 1.9.4 to 1.9.6 mostly are security fixing... On Wed, Jan 9, 2013 at 3:35 AM, Remi Pointel wrote: > Hi, > > this is the diff to update moin to last release: 1.9.6. > This version includes

Re: missing license in net/irc

2013-01-18 Thread Gleydson Soares
On Fri, Jan 18, 2013 at 02:12:59PM -0600, Amit Kulkarni wrote: > had to copy net/irc as template to have a new port and glanced at the > license...which was missing. > > it should be #GPLv1, it is mentioned in irc2.10.3p1/doc/LICENSE no. it is GPLv1+ as source code says: /***

Re: UPDATE: editors/vim

2013-03-12 Thread Gleydson Soares
On Sat, 09 Mar 2013 at 10:24:05 PM -0300, Stuart Henderson wrote: > On 2013/03/07 16:44, Stuart Henderson wrote: >> On 2013/03/07 16:30, Paul Irofti wrote: >> > The following diff brings vim to the present day. >> > >> > Changes: >> >- use gpatch instead of patch, lets a lot more patches appl

Re: UPDATE: editors/vim

2013-03-12 Thread Gleydson Soares
by the way, OK also if pirofti@ want to take maintainership.

UPDATE: security/stunnel-4.56

2013-03-30 Thread Gleydson Soares
21 Mar 2013 08:48:53 - 1.69 +++ Makefile31 Mar 2013 06:39:45 - @@ -2,7 +2,7 @@ COMMENT= SSL encryption wrapper for standard network daemons -DISTNAME= stunnel-4.55 +DISTNAME= stunnel-4.56 CATEGORIES=security MAINTAINER=Gleydson Soares Index

UPDATE: msmtp-1.4.31

2013-04-22 Thread Gleydson Soares
A new version of msmtp has been released today; version 1.4.31 upstream notes: - Updated the msmtpq script. - Fixed building of the documentation with texinfo >= 5.0. more tests, comments, OKs are welcome. diff attached. Index: Makefile =

Re: phpmyadmin remote code execution

2013-04-25 Thread Gleydson Soares
OK with me. On Thu, Apr 25, 2013 at 8:15 AM, Stuart Henderson wrote: > http://cxsecurity.com/issue/WLB-2013040179 > > ok? > > Index: Makefile > === > RCS file: /cvs/ports/www/phpmyadmin/Makefile,v > retrieving revision 1.80 > diff

Re: update: sysutils/sec

2013-04-29 Thread Gleydson Soares
On Sun, Apr 28, 2013 at 9:49 PM, Okan Demirmen wrote: > > update to 2.7.2; ok? ok > > Index: Makefile > === > RCS file: /home/open/cvs/ports/sysutils/sec/Makefile,v > retrieving revision 1.21 > diff -u -p -r1.21 Makefile > --- Makef

UPDATE: sysutils/ggrep-2.16

2014-01-03 Thread Gleydson Soares
hi, here is an update for ggrep-2.16. works fine for me @amd64 regress tests for grep is OK, one of the gnulib tests fail, but that do not look critical. $ grep ^FAIL /usr/ports/pobj/ggrep-2.16/grep-2.16/gnulib-tests/test-suite.log FAIL: test-vc-list-files-cvs.sh $ OK? Index: Makefile ===

Re: UPDATE: sysutils/ggrep-2.16

2014-01-03 Thread Gleydson Soares
On Fri, Jan 3, 2014 at 6:17 PM, Christian Weisgerber wrote: > Gleydson Soares: > >> here is an update for ggrep-2.16. >> works fine for me @amd64 > > Okay by me with these further changes: > > (gperf isn't used by the build, as far as I can tell. > Remov

UPDATE: textproc/p5-Text-CSV_XS to 1.02

2014-01-06 Thread Gleydson Soares
update textproc/p5-Text-CSV_XS to 1.02. regress fine. OK? Index: Makefile === RCS file: /cvs/ports/textproc/p5-Text-CSV_XS/Makefile,v retrieving revision 1.18 diff -u -p -u -p -r1.18 Makefile --- Makefile11 Oct 2013 23:51:18 -00

UPDATE: devel/cppcheck-1.63

2014-01-07 Thread Gleydson Soares
update cppcheck to 1.63 .cfg files are needed by cppcheck now: - set CFGDIR accordingly - install .cfg files and regen PLIST OK? Index: Makefile === RCS file: /cvs/ports/devel/cppcheck/Makefile,v retrieving revision 1.21 diff -u -p

UPDATE: x11/rdesktop-1.8.1

2014-01-07 Thread Gleydson Soares
oares Exp $ COMMENT= open source client for Windows Terminal Server -DISTNAME= rdesktop-1.7.1 -REVISION= 2 +DISTNAME= rdesktop-1.8.1 CATEGORIES=x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} @@ -13,7 +12,7 @@ MAINTAINER= Gleydson Soares Index: dis

Re: [UPDATE] mail/dkim-milter

2014-01-07 Thread Gleydson Soares
Em 07/01/2014 20:30, "Antoine Jacoutot" escreveu: > > On Tue, Jan 07, 2014 at 11:13:24PM +0100, Remi Locherer wrote: > > This adds an rc script do dkim-milter. Manuals look good without > > using groff. > > > > This is not an update of dkim-milter itself, 2.8.3 is likely the > > last version. Deve

UPDATE: x11/tabbed to 0.6

2014-01-31 Thread Gleydson Soares
tabbed 0.6 was released, following diff bring tabbed to 0.6, works here. OK? Index: Makefile === RCS file: /cvs/ports/x11/tabbed/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile19 Oct 2013 10:48:28

Re: [security update] audio/mumble

2014-02-05 Thread Gleydson Soares
OK with me. I think we should do the same to OPENBSD_5_4. On Wed, Feb 5, 2014 at 1:30 PM, Pascal Stumpf wrote: > Security update to 1.2.5, fixes CVE-2014-0044 and CVE-2014-0045, no > other changes. ok? > > > Index: Makefile > === >

Re: [security update] audio/mumble

2014-02-05 Thread Gleydson Soares
On Wed, Feb 5, 2014 at 6:23 PM, Gleydson Soares wrote: > I think we should do the same to OPENBSD_5_4. disregard this point, it is not required. it was imported after openbsd_5_4,

Re: [UPDATE]: security/luasec 0.4.1 -> 0.5

2014-03-20 Thread Gleydson Soares
hi, On Thu, Feb 27, 2014 at 4:16 PM, Henrik Friedrichsen wrote: > The attached patch updates security/luasec to version 0.5. > > This library is used for instance by prosody, a popular XMPP server. > > As of luasec 0.5 and prosody >0.9 (sending this one in the next mail) > perfect-forward-secrecy

Re: UPDATE: QEMU 1.7.1

2014-03-25 Thread Gleydson Soares
ok gsoares@ Em 25/03/2014 19:32, "Brad Smith" escreveu: > Here is an update to the bug fix release of QEMU 1.7.1. > > OK? > > > Index: Makefile > === > RCS file: /home/cvs/ports/emulators/qemu/Makefile,v > retrieving revision 1.114

Re: tedu asp2php

2014-03-26 Thread Gleydson Soares
Kill it with fire! Em 26/03/2014 11:23, "Stuart Henderson" escreveu: > "asp2php is a program which converts Microsoft's ASP code to PHP. > It supports multiple database drivers, sessions, both PHP3 and PHP4, > and also provides a graphical front end to do all this." > > I don't think a program th

Re: git-1.9.1

2014-03-28 Thread Gleydson Soares
ok gsoares@ Em 28/03/2014 06:02, "David Coppa" escreveu: > > Hi all, > > Bugfixing update to git-1.9.1. > > googlecode.com has been abandoned. > > Ok? > > Ciao! > David > > Index: Makefile > === > RCS file: /cvs/ports/devel/git/Makef

Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-20 Thread Gleydson Soares
Hi Jan, thank you for your effort on this port. i've pushed it to openbsd-wip at https://github.com/jasperla/openbsd-wip/tree/master/net/tacacs%2B it addresses the joint work of you and sthen@ are you still ok regarding of taking maintanership? i will give some extra tests and double review next

Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-23 Thread Gleydson Soares
> Can you use the standard locations for doc/examples please rather > than /usr/local/share/tacacs? Yep. > Needs @extraunexec rm -f /var/log/tac_plus/* for pkg_delete -c. Done. Thanks for the feedback, i'm pushing it to openbsd-wip. PS.: I'm running it and works just fine It has a dozen of Cis

Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-24 Thread Gleydson Soares
0.4.28v0/+CONTENTS') > *** Error 1 in /usr/ports/mystuff/net/tacacs+ > (/usr/ports/infrastructure/mk/bsd.port.mk:2466 > 'install') > > . > > On Mon, 20 May 2019 at 21:56, Gleydson Soares wrote: > > > > Hi Jan, > > > > thank you for your effort on this

Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-24 Thread Gleydson Soares
Try with the change below and Let us know if it works for you, Thank you sent from my mobile device On Fri, May 24, 2019, at 7:43 AM, Gleydson Soares wrote: > it requires _tacacs user due to privdrop, so you need to uncomment the > folllwing line: > {x250} /usr/ports $ grep -rn ta

Re: NEW: Tacacs+ port - shrubbery.net version

2019-06-30 Thread Gleydson Soares
Hi sthen, > Slightly tweaked version attached, this one's ok with me: > > - https homepage > - PERMIT_*_CDROM is not used for new ports > - whitespace nit in Makefile > - tweak comment in patch > - place @extraunexec above the @sample line, that way pkg_delete -c doesn't > complain about a missin

Re: plan9port: win(1) hang on acme(1) window

2019-07-16 Thread Gleydson Soares
Hi, I will have a look at it tonight. Even though I’m running acme/win with no issues. Will try reproduce it on a newer snapshot. > On 16 Jul 2019, at 04:25, a...@gmx.com wrote: > > Hi > >> I also opened up an issue on the github repository of the project: >> https://github.com/9fans/plan9port

Re: plan9port: win(1) hang on acme(1) window

2019-07-18 Thread Gleydson Soares
> Gleydson, could you take a look at my diff that updates the port > to the latest git commit? I'ts my first time contributing to a port > and I'd like to know if my diff is okay. Your diff reads ok, but it didn't apply clearly here, could you work on fixing it and resend the patch ? also, since

Re: [update] plan9/plan9port 20180117 -> 20190619

2019-08-11 Thread Gleydson Soares
On Sun, Aug 11, 2019 at 03:42:09PM -0400, Patrick Marchand wrote: > Hi Gleydson / ports, > > Here is a revised patch for plan9port. I had messed up quite a few > things in my first try, but I now think I understand the ports > system much better. > > Main changes I've seen include: > - Plumb all

Re: [update] plan9/plan9port 20180117 -> 20190619

2019-09-10 Thread Gleydson Soares
committed, thanks!

Re: UPDATE: devel/cppcheck 1.87 -> 1.88

2019-09-10 Thread Gleydson Soares
On Tue, Sep 03, 2019 at 06:00:15PM +1000, Jonathan Gray wrote: > On Tue, Aug 27, 2019 at 06:53:16PM +0200, Hiltjo Posthuma wrote: > > Hi, > > > > The patch below updates cppcheck from 1.87 to 1.88. > > > > Briefly tested on amd64. > > here is 1.89 > > default output format changed, for previous

Re: ????: [Update] net/p5-Net-Frame-Layer-IPv6 : Update to 1.08

2019-09-10 Thread Gleydson Soares
commited, thanks.

Re: [Update] net/p5-Net-Frame : Update to 1.21

2019-09-10 Thread Gleydson Soares
On Mon, Aug 26, 2019 at 06:36:00AM +, wen heping wrote: > Hi, > >Here is a patch for net/p5-Net-Frame: >i) Update to 1.21 >ii) Remove BUILD_DEPENDS which is not needed. >iii) Add TEST_POD=yes to MAKE_ENV > >It build well and passed all tests on amd64-head system. > >T

Re: NEW: net/doh

2019-09-13 Thread Gleydson Soares
On Fri, Sep 13, 2019 at 02:48:22PM +0100, Stuart Henderson wrote: > --- > doh is a simple tool that uses libcurl to resolve a host name > using a POST request to a DNS-over-HTTPS (DoH) server. > --- > > ok to import? (the syntax is friendlier than sdig for simple tests) > buids and works fine he

Re: NEW: net/doh

2019-09-13 Thread Gleydson Soares
i have fixed the segfault by adding a patch and also i put the pkg-readme. pull request done, upstream aware. this one is OK gsoares@ doh-revised.tgz Description: application/tar-gz

Re: NEW: net/doh

2019-09-14 Thread Gleydson Soares
> On 14 Sep 2019, at 20:28, Stuart Henderson wrote: > >> On 2019/09/13 12:57, Gleydson Soares wrote: >> i have fixed the segfault by adding a patch and also i put the pkg-readme. >> pull request done, upstream aware. >> >> this one is OK gsoares@ > &

Re: TEST_POD [was Re: [Update] net/p5-Net-BGP : Update to 0.17]

2019-09-18 Thread Gleydson Soares
> On 18 Sep 2019, at 04:40, Stuart Henderson wrote: > >> On 2019/09/18 02:15, wen heping wrote: >> Hi, ports@: >> >> Here is a patch for net/p5-Net-BGP: >> i) Update to 0.17 >> ii) Add TEST_POD=yes > > I've been wondering for a while... what's the point in using TEST_POD > in p

Re: TEST_POD [was Re: [Update] net/p5-Net-BGP : Update to 0.17]

2019-09-18 Thread Gleydson Soares
> On 18 Sep 2019, at 12:26, Stuart Henderson wrote: > >> On 2019/09/18 05:48, Gleydson Soares wrote: >> >> >>>> On 18 Sep 2019, at 04:40, Stuart Henderson wrote: >>>> >>>> On 2019/09/18 02:15, wen heping wrote: >>>>

Re: Remove devel/py-iniparse ?

2020-04-23 Thread Gleydson Soares
On Thu, Apr 23, 2020 at 11:14:44PM -0400, Kurt Mosiejczuk wrote: > This was originally imported because tortoisehg needed it. Well, > tortoisehg is gone. Let it go as well? It hasn't been updated in > 8 years and has no consumers. kill it with fire!

Re: deluge: Remove obsolete x11/py-gtk2 dependency

2020-04-24 Thread Gleydson Soares
On Sat, Apr 25, 2020 at 03:28:53AM +0200, Klemens Nanni wrote: > > rsadowski's last update of deluge moved it to Python 3. GTK+2 is no > longer in use, deluge-gtk uses GTK+3. > > Builds and runs fine without x11/py-gtk2 installed, which is Python 2 > only and therefore kept pulling it in. > > O

Re: slock 1.4 / bsd-auth

2020-05-23 Thread Gleydson Soares
On Thu, May 21, 2020 at 11:58:37AM +0100, Stuart Henderson wrote: > I've written a patch to add bsd-auth support back to slock 1.4 which > I've been using for a while. Tidied the make variable handling a bit > as well, no need to patch to use ?=, they can just be overridden with > MAKE_FLAGS. OK?

Re: slock 1.4 / bsd-auth

2020-05-23 Thread Gleydson Soares
On Thu, May 21, 2020 at 01:49:36PM +0200, Theo Buehler wrote: > On Thu, May 21, 2020 at 11:58:37AM +0100, Stuart Henderson wrote: > > I've written a patch to add bsd-auth support back to slock 1.4 which > > I've been using for a while. Tidied the make variable handling a bit > > as well, no need to

Re: slock 1.4 / bsd-auth

2020-05-24 Thread Gleydson Soares
On Sun, May 24, 2020 at 02:15:58AM +0200, Theo Buehler wrote: > > Actually, i3 has a feature for dealing with it though, --release: > > try better: bindsym --release $mod+Mod1+l exec "slock" > > That works, thanks. I'm fine with this going in if the port's copy of > explicit_bzero is disabled with

UPDATE: plan9port-20200519

2020-05-24 Thread Gleydson Soares
Hi, here is an update [1] for plan9port, bringing it to latest github commit. i have removed some heavy optional run_dependencies to slim down it, since it does not affect the plan9port usability itself. if one wants to read .ps file or whatever you should just install pkg_add ghostscript/etc a

Re: UPDATE: plan9port-20200519

2020-06-12 Thread Gleydson Soares
On Sun, May 24, 2020 at 12:27:25PM -0300, Gleydson Soares wrote: > Hi, > > here is an update [1] for plan9port, bringing it to latest github commit. > > i have removed some heavy optional run_dependencies to slim down it, since > it does not affect the plan9port usability it

Re: UPDATE: net/castget 2.0.1

2020-06-12 Thread Gleydson Soares
t downloader > > -DISTNAME=castget-1.0.1 > -REVISION=11 > -SHARED_LIBS +=castget 0.0 # .0.0 > +DISTNAME=castget-2.0.1 > CATEGORIES=net > > HOMEPAGE=http://www.nongnu.org/castget > > MASTER_SITES=

Re: UPDATE: net/castget 2.0.1

2020-06-21 Thread Gleydson Soares
Hi Caspar, > Thanks for your feedback. I updated the HOMEPAGE, thanks. I would be > fine with taking over maintainership. The updated diff below reflects > that. committed, thanks.

UPDATE: security/luasec-0.9

2020-06-21 Thread Gleydson Soares
the following diff updates luasec to 0.9. the only consumer of luasec on ports is net/prosody looks like regress is broken though, see: ===> Regression tests for prosody-0.11.5 busted --lua=lua51 /bin/sh: busted: not found seems lua-busted is not in ports yet, so maybe we should set NO_TEST unt

Re: UPDATE: security/luasec-0.9

2020-06-23 Thread Gleydson Soares
> Deployed this on my server and I don't see any issue so far. In fact, > prosody is communicating over TLS without problems, so I'd it's OK > from prosody side. thanks for testing, i have just committed the luasec update. > Regarding setting NO_TEST, bsd.port.mk(5) says it should be set to Yes >

Re: UPDATE net/profanity 0.9.3 and take MAINTAINER

2020-06-25 Thread Gleydson Soares
On Thu, Jun 25, 2020 at 03:01:47AM +, Lucas wrote: > Hello ports, > > This is a simple update to 0.9.3, with some bug fixes since 0.9.0. > > * Make legacy auth optional (0.9.1) > * Dont manipulate pointer from getenv (0.9.2) > * Fix reading/writing linked files (0.9.2) > * Use gnu99 C

x11/rdesktop: zap patches

2013-08-06 Thread Gleydson Soares
get rid of patches since that gcc 2.95 was removed from our base tree. these patches were merged to help this port build on that gcc version, so now we can zap. OK ? Index: Makefile === RCS file: /cvs/ports/x11/rdesktop/Makefile,v

Re: Outdated MASTER_SITE_NETBSD

2013-08-06 Thread Gleydson Soares
i...@juanfra.info writes: > Index: network.conf.template > === > RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v > retrieving revision 1.183 > diff -u -p -r1.183 network.conf.template > --- network.conf.template

Re: NEW: net/cgo

2013-08-06 Thread Gleydson Soares
bcal...@devio.us writes: > Hi ports -- > > Attached is a port of cgo, a terminal-based gopher client. > Works well for me on amd64, loongson, and macppc. > > OK? > > ~Brian #1 this line seems long: perl -pi -e "s,firefox,${LOCALBASE}/bin/firefox,g|s,display,${LOCALBASE}/bin/display,g|s,mplayer,

UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares
update to zsh-5.0.2, some minor new features and bug fixes. OK? Index: Makefile === RCS file: /cvs/ports/shells/zsh/Makefile,v retrieving revision 1.68 diff -u -p -u -p -r1.68 Makefile --- Makefile11 Mar 2013 11:41:29 -

Re: UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares
gsoa...@trusted.com.br writes: > update to zsh-5.0.2, some minor new features and bug fixes. attached a new diff with some minor tweaks: -> remove useless .orig diles, so zap comment markers in PLIST. OK? Index: Makefile === RCS f

Re: UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares
ajacou...@bsdfrog.org writes: >> --- pkg/PLIST24 Sep 2012 19:33:50 - 1.36 >> +++ pkg/PLIST13 Aug 2013 16:51:15 - >> @@ -2,7 +2,7 @@ >> @pkgpath shells/zsh,-main >> @shell bin/zsh >> %%SHARED%% >> -@bin bin/zsh-${V} >> +@bin bin/${FULLPKGNAME} > > bad bad bad... su

Re: systrace getdents

2013-08-13 Thread Gleydson Soares
looks right, ok with me. alexander.bl...@gmx.net writes: > Hi, > > Ports build with systrace is broken as the time_t diff has replaced > getdirentries(2) with getdents(2). > > ok? > > bluhm > > Index: infrastructure/db/systrace.filter > ===

UPDATE: devel/cppcheck-1.61

2013-10-03 Thread Gleydson Soares
following diff update cppcheck to 1.61. release notes here: http://sourceforge.net/p/cppcheck/news/2013/08/cppcheck-161/ regress seems fine, Testing Complete Number of tests: 2444 Number of todos: 159 Tests failed: 0 works for me @amd64 OK? Index: Makefile ==

Re: Update to hexedit

2013-11-21 Thread Gleydson Soares
On Thu, Nov 21, 2013 at 5:30 PM, Vladimir Támara Patiño wrote: > Includes patch sent to developer to show position in bigger files, > and changing strcat with strlcat and sprintf with snprintf. since you are adding new patches that changes the package, need a bump REVISION. i haven't looked to sr

Re: [new] sysutils/fzf a commandline fuzzy finder

2018-06-06 Thread Gleydson Soares
On Tue, Jun 05, 2018 at 07:51:18PM -0600, Aaron Bieber wrote: > Hi, > > Here is a port of fzf ( https://github.com/junegunn/fzf ), a tool that > can be used with vim and friends to quickly find files (really quick!). > > I added a pledge(2) call (stdio rpath wpath cpath tty proc exec inet), > whi

Re: [update] security/gopass to 1.8.1

2018-06-22 Thread Gleydson Soares
On Fri, Jun 22, 2018 at 06:31:02AM -0600, Aaron Bieber wrote: > Hola, > > Here is an update to gopass. Quite a bit has changed since the last > update: https://github.com/gopasspw/gopass/releases > > Upstream location also changed. > > I have been using this without issue for a number of days. >

UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
=brunoos +GH_PROJECT=luasec + CATEGORIES=security HOMEPAGE= https://github.com/brunoos/luasec/wiki @@ -16,8 +18,6 @@ MAINTAINER= Gleydson Soares https://github.com/brunoos/luasec/archive/ MODULES= lang/lua MODLUA_RUN_DEPENDS+= net/luasocket Index: distinfo

Re: UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
ec-${VERSION} +GH_ACCOUNT=brunoos +GH_PROJECT=luasec + CATEGORIES=security HOMEPAGE= https://github.com/brunoos/luasec/wiki @@ -16,8 +18,6 @@ MAINTAINER= Gleydson Soares https://github.com/brunoos/luasec/archive/ MODULES= lang/lua MODLUA_RUN_DEPENDS+= net/lua

Re: UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
On Sat, Sep 08, 2018 at 05:36:46PM +0100, Stuart Henderson wrote: > On 2018/09/08 13:24, Gleydson Soares wrote: > > > the following diff updates luasec to 0.7. > > > > > > changelog: > > > https://github.com/brunoos/luasec/blob/master/CHANGELOG > &g

  1   2   3   >