NEW: p5-PostScript-MailLabels 2.30

2011-12-13 Thread Todd C. Miller
PostScript-MailLabels contains modules for creating PostScript files of mailing address labels, to be printed on standard adhesive-backed mailing label stock. Flexible enough to tackle other printing tasks, basically anything requiring a set fields be printed on a regular grid. Also creates

NEW: p5-PostScript-MailLabels 2.30

2011-12-13 Thread Todd C. Miller
PostScript-MailLabels contains modules for creating PostScript files of mailing address labels, to be printed on standard adhesive-backed mailing label stock. Flexible enough to tackle other printing tasks, basically anything requiring a set fields be printed on a regular grid. Also creates

fix mt-daapd interface probing

2007-01-07 Thread Todd C. Miller
It would be better to use getifaddrs() but this is more expedient. Required on one of my machines after I added another ethernet card. - todd Index: audio/mt-daapd/patches/patch-src_mDNSUNP_c === RCS file:

Re: fix mt-daapd interface probing

2007-01-09 Thread Todd C. Miller
In message [EMAIL PROTECTED] so spake Arnaud Bergeron (abergeron): Aside from that, I'll admit I did not test with more than one network card because I did not have more than one at the moment I created the port. If you say this fixes your problem, then I have no objections to get

fix cda (xmcd) signal handling

2007-04-10 Thread Todd C. Miller
I've had this in my tree for (literally) years. I thought I had submitted it some time ago but perhaps not. The diff is needed due to a change in semantics of ignoring SIGCHLD made years ago. Instead of ignoring it we just want to set it to the default value (which is to discard the signal).

Re: impending sudo changes

2007-07-26 Thread Todd C. Miller
In message [EMAIL PROTECTED] so spake Antoine Jacoutot (ajacoutot): I just want to make sure I understood what I read here. Does this mean we now need to set (e.g. when on the wheel group): SUDO=/usr/bin/sudo -E in mk.conf to work with ports now? That is probably the simplest

impending sudo changes

2007-07-26 Thread Todd C. Miller
I have just committed sudo 1.6.9p1 to the OpenBSD tree. If you use sudo for ports builds this will affect you. The biggest change in 1.6.9p1 that will affect folks is the environment handling. Previously, sudo would pass the existing environment through to the command to be run after pruning

ffmpeg fix

2006-07-30 Thread Todd C. Miller
Without this fix ffmpeg dumps core on me most of the time. With the fix it seems stable. - todd From: http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/mpegaudiodec.c?r1=5127r2=5658 Index: graphics/ffmpeg/patches/patch-libavcodec_mpegaudiodec_c

update p5-version

2008-09-29 Thread Todd C. Miller
Current version does not work with forthcoming perl-5.10.0 - todd Index: devel/p5-version/Makefile === RCS file: /home/cvs/openbsd/ports/devel/p5-version/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile ---

Re: update p5-version

2008-09-29 Thread Todd C. Miller
In message [EMAIL PROTECTED] so spake Simon Bertrang (janus): As steven@ pointed out in private mail, version comes with perl 5.10. But that's an older version (0.74), so should i go and bake a diff to update the in-tree version? Sure. - todd

Update www/wml to 2.0.11 and fix for perl-5.10.0

2008-09-29 Thread Todd C. Miller
I was hoping that wml-2.0.11 would work out of the box on perl-5.10.0 but it doesn't know about DynaLoader being compiled statically into libperl so I had to patch that bit to make it work. - todd Index: www/wml/Makefile === RCS

Re: update p5-version

2008-09-29 Thread Todd C. Miller
In message [EMAIL PROTECTED] so spake Simon Bertrang (janus): After some checking and finally diffing the version.pm from CPAN with the one from our perl, i don't think we need it at all as the variant on CPAN is there to keep compatibility with perl 5.10. OK, great. - todd

Re: Update: www/mongrel2 1.5 - 1.7.5

2011-07-01 Thread Todd C. Miller
I've enabled ALL_STATE in src/lib/libc/time/private.h - todd On Thu, 30 Jun 2011 16:44:35 PDT, Jeremy Evans wrote: On 06/30 04:48, Ted Unangst wrote: On Thu, Jun 30, 2011, Jeremy Evans wrote: Regress tests have one failure on both amd64 and i386, a segfault in a gmtime call:

[NEW] audio/libofa

2010-11-19 Thread Todd C. Miller
The Open Fingerprint Architecture normalizes, extracts frequencies, and creates an array representing the frequency data in an audio file. This data-chunk (so called acoustic fingerprint) was designed for use with the MusicDNS service and can be used by the MusicBrainz tagger to identify audio

[Update] audio/picard 0.12.1

2010-11-19 Thread Todd C. Miller
This updates picard to version 0.12.1 and links it with the ffmpeg libs and the libofa port I submitted. The extra libs allow picard to do audio fingerprinting to classify files does not otherwise recognize. - todd Index: audio/picard/Makefile

Update: databases/p5-DBIx-Class

2011-03-08 Thread Todd C. Miller
Update to 0.08109, needed for latest squeezebox server. - todd Index: databases/p5-DBIx-Class/Makefile === RCS file: /home/cvs/openbsd/ports/databases/p5-DBIx-Class/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile ---

Update: databases/p5-SQL-Abstract

2011-03-08 Thread Todd C. Miller
Update to SQL-Abstract-1.56; needed for latest squeezebox server. - todd Index: databases/p5-SQL-Abstract/Makefile === RCS file: /home/cvs/openbsd/ports/databases/p5-SQL-Abstract/Makefile,v retrieving revision 1.8 diff -u -r1.8

Update: databases/p5-SQL-Abstract-Limit

2011-03-08 Thread Todd C. Miller
Update to SQL-Abstract-Limit-0.13; needed for latest squeezebox server. - todd Index: databases/p5-SQL-Abstract-Limit/Makefile === RCS file: /home/cvs/openbsd/ports/databases/p5-SQL-Abstract-Limit/Makefile,v retrieving revision 1.6

Update: devel/p5-AnyEvent

2011-03-08 Thread Todd C. Miller
Update to AnyEvent-5.202; needed for latest squeezebox server. - todd Index: devel/p5-AnyEvent/Makefile === RCS file: /home/cvs/openbsd/ports/devel/p5-AnyEvent/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile ---

[NEW] libdiscid - musicbrainz disc ID library

2011-04-22 Thread Todd C. Miller
This can be used by picard to lookup discs by ID in musicbrainz. The example program can be used to generate a submission url for a disc so is useful in its own right. Perhaps it should go in the bin directory instead of examples? Note that the musicbrainz disc ID != freedb disc ID. - todd

Update py-imdb to 4.5.1

2010-05-18 Thread Todd C. Miller
py-imdb 3.6 no longer works with imdb due to changes at imdb.com. - todd Index: misc/py-imdb/Makefile === RCS file: /home/cvs/openbsd/ports/misc/py-imdb/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile ---

Re: minor problems with sudo while building ports

2008-11-24 Thread Todd C. Miller
In message [EMAIL PROTECTED] so spake Markus Lude (markus.lude): Today I installed the latest i386 snapshot on my notebook. After the update I ran sysmerge. While updating/rebuilding some ports every now and then I get errors like sudo: no tty present and no askpass program

ack: grep-like tool for searching source trees

2009-03-01 Thread Todd C. Miller
# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering sh file. Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-ack/Makefile #

Re: ack: grep-like tool for searching source trees

2009-03-01 Thread Todd C. Miller
In message 20090301200032.gh3...@dawn.rhaalovely.net so spake Landry Breuil (landry): Already in textproc/p5-ack :) i already did the mistake of re-porting it some months ago... Oh, well. That's an older version so at least this wasn't a complete waste of time. Here's an update to

Re: [update] passwdqc-1.2.2

2010-07-07 Thread Todd C. Miller
Why does DESCR talk about pam? Shouldn't that be passwdqc? - todd In message alpine.bso.2.00.1007071513560.25...@janus.obspm.bsdfrog.org so spake Antoine Jacoutot (ajacoutot): On Wed, 7 Jul 2010, Antoine Jacoutot wrote: Hi. This diff updates passwdqc to version 1.2.2 which

[NEW] devel/py-dulwich

2010-07-29 Thread Todd C. Miller
Dulwich is a pure-Python implementation of the Git file formats and protocols. The project is named after the village in which Mr. and Mrs. Git live in the Monty Python sketch. Index: devel/py-dulwich/Makefile === RCS file:

[NEW] devel/py-hg-git

2010-07-29 Thread Todd C. Miller
The Hg-Git plugin for Mercurial adds the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. Index:

Re: [NEW] devel/py-dulwich

2010-07-29 Thread Todd C. Miller
In message 20100729133740.ga9...@cl0311500093650 so spake David Coppa (dcoppa): Why are you appending p1 to PKGNAME? This is a new port... Yeah, that should be p0 +HOMEPAGE= http://samba.org/~jelmer/dulwich/ +MASTER_SITES= http://samba.org/~jelmer/dulwich/ You can use

Re: [NEW] devel/py-hg-git

2010-07-29 Thread Todd C. Miller
In message 20100729134100.gb9...@cl0311500093650 so spake David Coppa (dcoppa): This MASTER_SITES does not work. This seems to work better. - todd Index: devel/py-hg-git/Makefile === RCS file: devel/py-hg-git/Makefile

NEW: security/sshguard

2010-08-31 Thread Todd C. Miller
sshguard protects hosts from brute force attacks. It supports IPv6, whitelists and log authentication, interfaces with all the major firewalling systems, has a remarkably clever log analyzer, and is independent, fast and lightweight as it's written in C. - todd Index: security/sshguard/Makefile

Re: NEW: security/sshguard

2010-08-31 Thread Todd C. Miller
In message 20100831211644.gb15...@symphytum.spacehopper.org so spake Stuart Henderson (stu): there was a previous port of this which was never imported, I think most things have been incorporated upstream but it had some useful information in MESSAGE about setting up syslogd/pf.conf to

Re: [NEW] devel/py-dulwich

2010-09-01 Thread Todd C. Miller
Resending now that ports are unlocked: Dulwich is a pure-Python implementation of the Git file formats and protocols. The project is named after the village in which Mr. and Mrs. Git live in the Monty Python sketch. Index: devel/py-dulwich/Makefile

Re: [NEW] devel/py-dulwich

2010-09-02 Thread Todd C. Miller
Updated version, incoportating feedback from martynas@ - todd Index: devel/py-dulwich/Makefile === RCS file: devel/py-dulwich/Makefile diff -N devel/py-dulwich/Makefile --- /dev/null 1 Jan 1970 00:00:00 - +++

[NEW] devel/py-hg-git

2010-09-02 Thread Todd C. Miller
The Hg-Git plugin for Mercurial adds the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. Index:

Re: [NEW] devel/py-hg-git

2010-09-02 Thread Todd C. Miller
Updated with feedback from jcs@ and martynas@ - todd Index: devel/py-hg-git/Makefile === RCS file: devel/py-hg-git/Makefile diff -N devel/py-hg-git/Makefile --- /dev/null 1 Jan 1970 00:00:00 - +++ devel/py-hg-git/Makefile

Update py-lxml to version 2.2.8

2010-09-14 Thread Todd C. Miller
Current version causes a warning due to deprecated 'import sets'. - todd Index: textproc/py-lxml/Makefile === RCS file: /home/cvs/openbsd/ports/textproc/py-lxml/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile ---

[UPDATE] misc/py-imdb to 4.6

2010-09-14 Thread Todd C. Miller
-${MODPY_EGG_VERSION} +PKGNAME = py-imdb-${MODPY_EGG_VERSION} +CATEGORIES = misc -HOMEPAGE= http://imdbpy.sourceforge.net/ +HOMEPAGE = http://imdbpy.sourceforge.net/ -MAINTAINER=Todd C. Miller mill...@openbsd.org +MAINTAINER = Todd C. Miller mill...@openbsd.org # GPL

Re: [UPDATE] misc/py-imdb to 4.6

2010-09-15 Thread Todd C. Miller
+MODPY_EGG_VERSION = 4.6 +DISTNAME = IMDbPY-${MODPY_EGG_VERSION} +PKGNAME = py-imdb-${MODPY_EGG_VERSION} +CATEGORIES = misc -HOMEPAGE= http://imdbpy.sourceforge.net/ +HOMEPAGE = http://imdbpy.sourceforge.net/ -MAINTAINER=Todd C. Miller mill...@openbsd.org +MAINTAINER = Todd C

Re: [UPDATE] misc/py-imdb to 4.6

2010-09-16 Thread Todd C. Miller
/ -MAINTAINER=Todd C. Miller mill...@openbsd.org +MAINTAINER = Todd C. Miller mill...@openbsd.org # GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP=Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes

allow sshguard to build on gcc 3.x

2010-09-20 Thread Todd C. Miller
Apparently gcc 3.x doesn't like: const char *restrict addresses[] But is OK with: const char **restrict addresses I've bumped REVISION though I'm not sure there is any need to do so. - todd Index: security/sshguard/Makefile

Re: allow sshguard to build on gcc 3.x

2010-09-21 Thread Todd C. Miller
In message aanlktimt+hvg0rrrx8fpftkyi4zysmt4ftesr2rj_...@mail.gmail.com so spake Matthew Dempsky (matthew): On Mon, Sep 20, 2010 at 12:01 PM, Todd C. Miller todd.mil...@courtesan.com wrote: Apparently gcc 3.x doesn't like:    const char *restrict addresses[] But is OK

Re: pkg update issues: cups-filters libraries

2013-07-17 Thread Todd C. Miller
On Wed, 17 Jul 2013 12:32:31 +0100, Stuart Henderson wrote: [ CC'ing mirrors-discuss; any mirror operators who have plenty of disk space (especially second-levels), it would be helpful to switch to using --delay-updates in your rsync lines. It won't fix all occurrences of this, but should

missing p5-CGI-Compile and p5-File-pushd ports?

2014-03-18 Thread Todd C. Miller
In attempting to get Bugzilla to work with Plack (for running under nginx) I've run into some issues with the p5-Plack port. 1) p5-Plack uses CGI::Compile but there does not appear to be a p5-CGI-Compile port. 2) CGI::Compile needs File::Pushd for which we are also missing a port. 3)

NEW: www/p5-CGI-Compile

2014-09-02 Thread Todd C. Miller
p5-CGI-Compile is required to run plackup in fastcgi mode. I use plackup in fastcgi mode to run bugzilla via nginx. Presumably it could be used with reyk's httpd as well. Please CC me in replies as I am not subscribed to ports@ - todd p5-CGI-Compile.tar.gz Description: application/tar-gz

NEW: devel/p5-File-pushd

2014-09-02 Thread Todd C. Miller
p5-File-pushd is required to run plackup in fastcgi mode. I use plackup in fastcgi mode to run bugzilla via nginx. Presumably it could be used with reyk's httpd as well. Please CC me in replies as I am not subscribed to ports@ - todd p5-File-pushd.tar.gz Description: application/tar-gz

update misc/py-imdb to 5.0

2014-11-04 Thread Todd C. Miller
The existing version no longer works due to imdb changes. - todd Index: misc/py-imdb/Makefile === RCS file: /home/cvs/openbsd/ports/misc/py-imdb/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- misc/py-imdb/Makefile

NEW: www/p5-FCGI

2014-12-18 Thread Todd C. Miller
I was surprised to find that we don't already have p5-FCGI in ports. It is required to run p5-Plack in FCGI mode. Any comments on OKs? I'd like to have all the dependencies for p5-Plack in FCGI mode available. - todd p5-FCGI.tgz Description: application/tar-gz

Re: NEW: www/p5-FCGI

2014-12-18 Thread Todd C. Miller
On Thu, 18 Dec 2014 18:43:42 +0100, Antoine Jacoutot wrote: Wouldn't this warrant a SHARED_ONLY=Yes and a plists merge? Updated package that uses SHARED_ONLY=Yes and gets rid of PFRAG.shared. - todd p5-FCGI.tgz Description: application/tar-gz

Re: NEW: www/p5-FCGI

2014-12-18 Thread Todd C. Miller
On Thu, 18 Dec 2014 18:01:21 +, Stuart Henderson wrote: Is this different to what's in www/fcgi? Yes, it is different from the fastcgi.com stuff. - todd

Re: NEW: www/p5-FCGI

2014-12-18 Thread Todd C. Miller
On Thu, 18 Dec 2014 18:01:21 +, Stuart Henderson wrote: Is this different to what's in www/fcgi? It looks like the file name will conflict with what is in www/fcgi. Since plack seems to work OK with www/fcgi you can just ignore this. - todd

UPDATE: devel/p5-Module-Build-Tiny 0.039

2014-12-18 Thread Todd C. Miller
I need a newer version of p5-Module-Build-Tiny for the www/p5-CGI-Compile port I am about to submit. - todd Index: devel/p5-Module-Build-Tiny/Makefile === RCS file: /cvs/ports/devel/p5-Module-Build-Tiny/Makefile,v retrieving

NEW: devel/p5-File-pushd

2014-12-18 Thread Todd C. Miller
p5-File-pushd is required to run plackup in fastcgi mode. I posted an older version of it a few months ago. Comments or OKs? - todd p5-File-pushd.tgz Description: application/tar-gz

NEW: www/p5-CGI-Compile

2014-12-18 Thread Todd C. Miller
p5-CGI-Compile is required to run plackup in fastcgi mode. I posted an older version of this a few months ago. This one requires the devel/p5-Module-Build-Tiny update I sent out so I'll wait until that was in to commit it. Any comments on it? - todd p5-CGI-Compile.tgz Description:

p5-Plack: update RUN_DEPENDS for FCGI

2014-12-19 Thread Todd C. Miller
This updates RUN_DEPENDS to include modules needed for FCGI support. I bumped the REVISION but if that's not right please let me know. Comments or OKs? - todd Index: www/p5-Plack/Makefile === RCS file:

shells/tcsh: fix annoying crash on long lines

2015-01-06 Thread Todd C. Miller
I've just submitted this to the tcsh mantis but since it is a crasher that bites me often, I think it makes sense to fix it in the port too. Full details at: http://bugs.gw.com/view.php?id=412 - todd Index: shells/tcsh/Makefile

Re: shells/tcsh: fix annoying crash on long lines

2015-01-08 Thread Todd C. Miller
On Tue, 06 Jan 2015 15:02:16 -0700, Todd C. Miller wrote: I've just submitted this to the tcsh mantis but since it is a crasher that bites me often, I think it makes sense to fix it in the port too. Full details at: http://bugs.gw.com/view.php?id=412 The fix has been committed

Re: mj2.org

2015-03-13 Thread Todd C. Miller
On Tue, 10 Mar 2015 16:29:41 -, Kevin Chadwick wrote: I am looking into using majordomo with opensmtpd and I am unsure whether to use majordomo from ports or majordomo from mj2.org. Any advice? The OpenBSD list machine uses mj2 but it will take some minor patches to make it work with

Re: moving sudo to ports

2015-06-19 Thread Todd C. Miller
On Sat, 20 Jun 2015 02:38:35 +0200, =?utf-8?Q?J=C3=A9r=C3=A9mie_Courr=C3=A8ges- Anglas?= wrote: - the certificate for https://www.sudo.ws can't be validated by ftp(1), download falls back to FTP sites. I'll just make this http:// then. - s/Execute/execute/ in COMMENT (I don't think this

Re: moving sudo to ports

2015-06-19 Thread Todd C. Miller
Updated port incorporating feedback from jca@. I no longer have a real vax to test with but I've verified that it works as expected with NO_SHARED_LIBS=yes - todd sudo.tgz Description: application/tar-gz

moving sudo to ports

2015-06-18 Thread Todd C. Miller
After discussions with Theo we've agreed to move sudo from base to ports. That way people who want sudo can run a modern version, as opposed to the ancient thing in base. This also makes it possible to have an ldap flavor. I need some help from ports@ to make this happen. I have the beginnings

Re: moving sudo to ports

2015-06-18 Thread Todd C. Miller
With some help from espie@ I've got the sudo port in what I think is fairly good shape. I've included a tarball of it below. The port includes a few patches from the upcoming sudo 1.8.14 release to make packaging it easier and to support overriding LIBTOOL. - todd sudo.tgz Description:

Re: sudo-1.8.16p0 on 2016-06-02 snapshot: Bad system call

2016-06-03 Thread Todd C. Miller
Perhaps your sudo binary is linked with an old libc that used sys_osendsyslog? - todd

fix or delete graphics/giftrans?

2016-03-20 Thread Todd C. Miller
graphics/giftrans hasn't worked for a very long time as the path to the rgb.txt file is wrong. I suspect most people just use netpbm or similar. I fixed the port but ended up not using it. - todd Index: graphics/giftrans/Makefile

Re: [bug] gzip archives created with pkg_create have wrong data sizes

2016-04-25 Thread Todd C. Miller
On Mon, 25 Apr 2016 18:24:53 -0400, dan mclaughlin wrote: > is it? one of the reasons i brought it up is that in gzip(1) it seems pretty > clear that it is supposed to be the file size The original file size (and thus compression ratio) is not stored in the gzip archive, it is computed by

Re: p5-BSD-Random use libc

2016-10-12 Thread Todd C. Miller
On Wed, 12 Oct 2016 17:46:20 +0200, Alexander Bluhm wrote: > My idea of the p5-BSD-arc4random port in OpenBSD is to keep the API > of the BSD::arc4random Perl module, but use our libc functions > internally. This has been done with BSD::arc4random::arc4random() > a while ago, but

Re: textproc/agrep: "fix" or kill?

2017-04-12 Thread Todd C. Miller
We already have the superior TRE version of agrep in ports. Why do we need the old agrep? - todd

Re: clang breakage: memtest86+

2017-08-11 Thread Todd C. Miller
On Fri, 11 Aug 2017 17:29:23 -0400, Jeremie Courreges-Anglas wrote: > So with this diff memtest86+ doesn't work any more on naddy's x230 > (it did with /usr/bin/gcc). Using gcc from ports doesn't help. Have you tried building it without optimization? - todd

Re: [PATCH] textproc/ispell segfaults immediately on being run

2017-06-03 Thread Todd C. Miller
On Sat, 03 Jun 2017 10:59:17 +0100, Stuart Henderson wrote: > I don't know if it's related, but one thing which does stick out is that > this is happening just after a qsort() and the implementation of this > was changed recently in libc (17-30 May). CC'ing millert just in case. Backing out

mail/nmh: bogus CONFIGURE_ENV

2018-02-01 Thread Todd C. Miller
There's nothing in the current nmh configure script that sets ac_cv_header_db_h. This dates from a time when nmh's ndbm configure checks chose db.h over ndbm.h. It hasn't been needed since 2005 when the ndbm detection was rewritten. - todd Index: mail/nmh/Makefile

NEW: devel/py-misaka

2019-07-17 Thread Todd C . Miller
[Now with the attachment...] I'm working on a port for isso (https://github.com/posativ/isso) and one of its depencencies is misaka, a CFFI-based binding for Hoedown, a fast markdown processing library written in C. It features a fast HTML renderer and functionality to make custom renderers

NEW: devel/py-misaka

2019-07-17 Thread Todd C . Miller
I'm working on a port for isso (https://github.com/posativ/isso) and one of its depencencies is misaka, a CFFI-based binding for Hoedown, a fast markdown processing library written in C. It features a fast HTML renderer and functionality to make custom renderers (e.g. man pages or LaTeX). Misaka

Re: [FIX] mozilla ComputeRandomAllocationAddress

2019-10-01 Thread Todd C . Miller
On Tue, 01 Oct 2019 07:47:44 -0600, "Theo de Raadt" wrote: > Still, I'm astounded. I haven't seen any other program trying to do this, > and I doubt even mozilla has sufficient braintrust to review the impact > of this decision on all the platforms they run. Just weird. The funny thing is they

Re: Missing CVEs in quirks

2020-01-31 Thread Todd C . Miller
On Fri, 31 Jan 2020 06:27:46 +0100, Rafael Sadowski wrote: > The diff contains some forgotten CVE entries in quirks. I went through > all the January commits and looked for CVE in the commit msg. No objection from me. - todd

NEW: mb2md

2020-01-31 Thread Todd C . Miller
mb2md is a utility to convert mbox mailboxes to Maildir format. Since there has been talk of changing the default mailbox format for smtpd, it would be nice to have a conversion program in ports. I've included patches from debian and created a basic man page from the documentation in the script

UPDATE: devel/py-dulwich

2020-05-16 Thread Todd C . Miller
Update py-dulwich to 0.19.16 and make python3 the default flavor. Passes its tests and verified working with mercurial 5.3.2 and the latest hg-git from foss.heptapod.net. We don't have hg-git in ports anymore but that is still the main consumer of dulwich. Now that mercurial has moved to

NEW: textproc/py-codespell

2020-05-14 Thread Todd C . Miller
--- Codespell is a source code spell checker. Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. --- I've tried to follow some of the existing python ports with respect to python3. Let me know

Re: NEW: textproc/py-codespell

2020-05-14 Thread Todd C . Miller
On Thu, 14 May 2020 10:37:28 -0400, Kurt Mosiejczuk wrote: > Attached is my counter-proposal. It seems to be just a program that is run, > not a library, so just have it be textproc/codespell. I also had to add > some dependencies for it to work properly. They don't list it in setup.py > or

Re: maintainer update: www/hugo

2020-05-21 Thread Todd C . Miller
On Thu, 21 May 2020 21:03:37 +0200, Paco Esteban wrote: > For now it does not work for me with the patch you sent. I get: > > # github.com/gohugoio/hugo/vendor/github.com/bep/golibsass/internal/libsass > c99func.c:2:10: fatal error: '../../libsass_src/src/c99func.c' file not found > > I'll take

Re: maintainer update: www/hugo

2020-05-21 Thread Todd C . Miller
Would it be worth adding an "extended" flavor that has, e.g., SCSS support? A number of hugo themes require this. See: https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version Perhaps something like this? Untested because my web server

Re: maintainer update: www/hugo

2020-05-22 Thread Todd C . Miller
On Fri, 22 May 2020 10:04:03 +0200, Paco Esteban wrote: > It builds now and works with one of the SASS themes I've found. > I added the flavor description, diff at the end. Looks good to me. Thanks! - todd

NEW: devel/p5-App-Packager

2020-07-21 Thread Todd C . Miller
App::Packager provides an abstract interface to a number of common packagers, trying to catch as much common behaviour as possible. The main purpose is to have uniform access to application specific resources. Supported packagers are PAR::Packer, Cava::Packager and unpackaged. This is a

NEW: p5-String-Interpolate

2020-07-21 Thread Todd C . Miller
String::Interpolate provides a neat interface to the solution to that perenial Perl problem - how to invoke the Perl string interpolation engine on a string contained in a scalar variable. This is a requirement for another port I'm working on. - todd p5-String-Interpolate.tgz Description:

NEW: devel/p5-File-LoadLines

2020-07-21 Thread Todd C . Miller
File::LoadLines provides an easy way to load the contents of a text file into an array of lines. It is intended for relatively small files like config files that are often produced by weird tools (and users). This is a requirement for another port I'm working on. - todd p5-File-LoadLines.tgz

NEW: devel/p5-String-Interpolate-Named

2020-07-21 Thread Todd C . Miller
String::Interpolate::Named provides a function to interpolate named arguments by target texts in a template string. The target texts are provided to the function via a hash, where the keys correspond to the named argument to be replaced. This is a requirement for another port I'm working on. -

Re: rsync: update to 3.2.2

2020-08-04 Thread Todd C . Miller
On Tue, 04 Aug 2020 12:19:49 -0600, "Theo de Raadt" wrote: > This is totally ridiculous. > > Who is served by all these extra features? Didn't it work before? > Is it suddenly MANDATORY to have all these features? Wow, that's crazy. Can we have a "bloated" flavor instead so everyone is not

Re: [update] security/sudo to 1.9.1

2020-06-24 Thread Todd C . Miller
On Wed, 24 Jun 2020 15:49:33 -, deserter...@danwin1210.me wrote: > I've stumbled upon some errors in the newest update of sudo, > All three config files (sudo,sudoers,sudo_logsrvd) in SYSCONFDIR > were duplicate of a single example config in PLIST-main. Thanks, I've applied that diff. > The

Re: [UPDATE] textproc/codespell to 1.17.1

2020-06-29 Thread Todd C . Miller
On Mon, 29 Jun 2020 12:29:36 +0200, Frederic Cambus wrote: > Comments? OK? OK millert@ - todd

Re: [update] security/sudo to 1.9.1

2020-06-19 Thread Todd C . Miller
-main= execute a command as another user +COMMENT-python=sudo Python plugin -DISTNAME= sudo-1.8.31 +V= 1.9.1 +DISTNAME= sudo-${V} CATEGORIES=security +PKGNAME-main= sudo-${V} +PKGNAME-python=sudo-python-${V} + MAINTAINER=Todd C. Miller # ISC

[update] security/sudo to 1.9.1

2020-06-19 Thread Todd C . Miller
+DISTNAME= sudo-${V} CATEGORIES=security +PKGNAME-main= sudo-${V} +PKGNAME-logsrv=sudo-logsrv-${V} +PKGNAME-python=sudo-python-${V} + MAINTAINER=Todd C. Miller # ISC-style license PERMIT_PACKAGE=Yes -WANTLIB+= c util z - - HOMEPAGE= https

Re: [update] security/sudo to 1.9.1

2020-06-20 Thread Todd C . Miller
te a command as another user +COMMENT-main= execute a command as another user +COMMENT-python=sudo Python plugin -DISTNAME= sudo-1.8.31 +V= 1.9.1 +DISTNAME= sudo-${V} CATEGORIES=security +PKGNAME-main= sudo-${V} +PKGNAME-python=sudo-python-${V} + M

NEW: textproc/chordpro

2020-07-24 Thread Todd C . Miller
[Finally, the port I wanted in the first place...] chordpro will read a text file containing the lyrics of one or many songs plus chord information. chordpro will then generate a photo-ready, professional looking, impress-your-friends sheet-music suitable for printing on your nearest printer.

Re: NEW: textproc/chordpro

2020-07-28 Thread Todd C . Miller
On Fri, 24 Jul 2020 14:05:47 -0600, Todd C. Miller wrote: > chordpro will read a text file containing the lyrics of one or many > songs plus chord information. chordpro will then generate a > photo-ready, professional looking, impress-your-friends sheet-music > suitable for prin

UPDATE: textproc/codespell

2020-11-24 Thread Todd C . Miller
Update textproc/codespell to 2.0.0. OK? - todd Index: textproc/codespell/Makefile === RCS file: /cvs/ports/textproc/codespell/Makefile,v retrieving revision 1.3 diff -u -p -u -r1.3 Makefile --- textproc/codespell/Makefile 3 Jul

Re: NEW: autoconf 2.70

2020-12-18 Thread Todd C . Miller
On Fri, 18 Dec 2020 17:41:45 -0500, Brad Smith wrote: > Here is a port for autoconf 2.70. You might want to wait until the 2.70.1 release for the bug fixes, though it's not clear when that will arrive. At the very least you will need the following patch. Otherwise, the compiler test for C99

Re: UPDATE: devel/bison

2021-05-10 Thread Todd C . Miller
On Sun, 09 May 2021 12:01:08 +0100, Stuart Henderson wrote: > > net/olsrd,-gui > - https://github.com/OLSR/olsrd/pull/87 Fixed by the following. Not sure if bumping REVISION for both is necessary. - todd Index: net/olsrd/Makefile

Re: UPDATE: devel/bison

2021-05-09 Thread Todd C . Miller
On Fri, 30 Apr 2021 22:22:36 +0200, Christian Weisgerber wrote: > Hmm, why does bison.info get rebuilt anyway? GNU software ships > with a pre-built .info file included. Maybe we can just disable > the regeneration? I was unsuccessful in doing that, though I'm sure someone with more automake

Re: UPDATE: devel/bison

2021-05-09 Thread Todd C . Miller
On Sun, 09 May 2021 12:01:08 +0100, Stuart Henderson wrote: > Your fix is ok: > > devel/cbmc > > Fixing/Fixed: > > x11/qt5/qtwebkit (committed) > > devel/electron (testing) Thanks! > Remaining: > > > devel/splint > seems still broken upstream; >

Re: UPDATE: devel/bison

2021-05-09 Thread Todd C . Miller
On Sun, 09 May 2021 12:01:08 +0100, Stuart Henderson wrote: > > lang/verilator > - probably just wants updating, there are several commits in > https://github.com/verilator/verilator/search?q=bison=commits There's a simple upstream fix for this. - todd Index: lang/verilator/Makefile

Re: UPDATE: devel/bison

2021-05-09 Thread Todd C . Miller
On Sun, 09 May 2021 13:57:25 +0200, Marc Espie wrote: > I'm pretty sure splint is dead. > > we're talking about a year of breakage with no-one giving a fuck. I've made a PR to fix this upstream, we'll see if anyone is there... https://github.com/splintchecker/splint/pull/26 - todd

Re: UPDATE: devel/bison

2021-05-17 Thread Todd C . Miller
On Mon, 17 May 2021 07:56:22 -0600, "Todd C. Miller" wrote: > The crash does not happen when I build cbmc manually (outside of > ports), only when I build it from within the ports tree. The crash only happens when output is to a terminal but TERM is unset or is set to a v

  1   2   3   >