Hi,
this is the diff to update libfwnt to latest release.
Ok?
Cheers,
Remi.
Index: Makefile
===
RCS file: /cvs/ports/sysutils/libfwnt/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile 12 Feb 2
Klemens Nanni wrote:
> On Tue, Jan 30, 2018 at 10:46:36PM -0500, trondd wrote:
> > "trondd" wrote:
> >
> > > On Fri, January 12, 2018 6:17 pm, trondd wrote:
> > > > Update gPodder to their new python3/GTK+3 version. Depends on the
> > > > python3
> > > > version of textproc/py-podcastparser a
On 01/30/2018 09:50 AM, James E Keenan wrote:
On 01/28/2018 04:36 PM, Andrew Hewus Fresh wrote:
[snip]
>
> I think this is OK, although I've been led to believe that we usually
> prefer to enable as many tests as possible so that we don't get
> different results depending on what folks might
On Wed, Jan 31, 2018 at 04:48:25PM -0500, trondd wrote:
> The file can't be in /root. I think this was explained previously but
> either /root/something looks like a valid individual package or is a valid
> package path.
Sure enough. That was it. I moved pkglist to /tmp and it works fine now.
Tha
On Wed, January 31, 2018 2:45 pm, Bryan Vyhmeister wrote:
> I am working on some partial bulk builds with dpb(1) and was intending
> to use a list of packages to build from a file conforming to pkgpath(7).
> My pkglist file always gives an error. I can build ports by listing them
> individually jus
On 2018/01/31 20:54, Klemens Nanni wrote:
> * The Makefile no longer honors CPPFLAGS and instead consistently uses CFLAGS
> for user-provided include paths
CPPFLAGS would usually be the better place for include paths ...
On Mon, Jan 29, 2018 at 02:03:53AM +0100, Klemens Nanni wrote:
> Here's an update to the newest release:
>
> * Fix broken thumbnail/index windows when using --scale-down
> * Use Imlib2 in-memory image cache (default cache size: 4MiB). This allows
> for significant performance improvements especi
I am working on some partial bulk builds with dpb(1) and was intending
to use a list of packages to build from a file conforming to pkgpath(7).
My pkglist file always gives an error. I can build ports by listing them
individually just fine on the command line.
octeon# dpb -B /dest -P ~/pkglist
Sta
On Tue, Jan 30, 2018 at 06:37:13PM -0500, trondd wrote:
> Daniel Jakots wrote:
>
> > On Thu, 25 Jan 2018 20:06:29 -0500, trondd
> > wrote:
> >
> > > +MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
> >
> > As it's a library and the ports name is py- prefixed, we can easily go
> > with a flavour wh
On Wed, Jan 31, 2018 at 12:39:42PM -0500, Daniel Jakots wrote:
> cvs rm -f /path/to/patch and then cvs diff ;)
Thanks! That was exactly what I was missing. Updated diff with the
patches removed below.
Bryan
Index: net/rsync/Makefile
==
On Wed, 31 Jan 2018 09:28:43 -0800, Bryan Vyhmeister
wrote:
> Patches to remove:
cvs rm -f /path/to/patch and then cvs diff ;)
This is an update to rsync 3.1.3. This releases merges in some of our
patches that we backported including:
patch-receiver_c
patch-rsync_c
patch-xattrs_c
These patches at reflected fixes for security advisories CVE-2017-15994
and CVE-2017-17433.
Running 'make test' results in:
- overall res
Reattached.
OK?
> -- Original Message --
> From: Stuart Cassoff <3...@bell.net>
> Date: January 15, 2018 at 11:48 AM
>
>
> OK?
>
> > -- Original Message --
> > From: Stuart Cassoff <3...@bell.net>
> > Date: December 24, 2017 at 11:46 PM
> >
> >
> > OK?
> >
> >
On Mon, Jan 22, 2018 at 02:14:20AM +0100, Klemens Nanni wrote:
> Simple update, tests pass for py2 and py3 on amd64.
>
> I included the NOOP diff for PFRAG.no-python3 as done by `update-plist'
> so further runs won't change it.
>
> Feedback?
>
> diff --git a/textproc/py-markdown/Makefile b/textp
On Thu, Jan 25, 2018 at 03:08:37PM +0100, Klemens Nanni wrote:
> On Wed, Jan 17, 2018 at 05:00:35PM +0100, Klemens Nanni wrote:
> > Simple update including:
> >
> > * env_parset for ash, dash, ksh, sh, zsh
> > * Automatically create hostgroups if argument ends in @sshlogin
> > * Initial support fo
On Tue, Jan 30, 2018 at 06:37:13PM -0500, trondd wrote:
> Daniel Jakots wrote:
>
> > On Thu, 25 Jan 2018 20:06:29 -0500, trondd
> > wrote:
> >
> > > +MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
> >
> > As it's a library and the ports name is py- prefixed, we can easily go
> > with a flavour wh
On Tue, Jan 30, 2018 at 10:46:36PM -0500, trondd wrote:
> "trondd" wrote:
>
> > On Fri, January 12, 2018 6:17 pm, trondd wrote:
> > > Update gPodder to their new python3/GTK+3 version. Depends on the python3
> > > version of textproc/py-podcastparser and net/mygpoclient.
> > >
> > > My only ques
Diff below brings security/easy-rsa to 3.0.4.
Lightly tested by initialising a pki and generating some certs.
Comments?
--
Björn Ketelaars
GPG key: 0x4F0E5F21
diff --git Makefile Makefile
index 72cda61c371..db2a3a76079 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
COMMENT = small R
Diff below brings net/wget to the latest version, which addresses:
- A major bug that caused GZip'ed pages to never be decompressed has
been fixed
- Support for Content-Encoding and Transfer-Encoding have been marked
as experimental and disabled by default
- Prevent erroneous decompr
On Wed, Jan 31, 2018 at 11:01:20AM +0100, Björn Ketelaars wrote:
> On Wed 31/01/2018 09:54, Klemens Nanni wrote:
> > On Wed, Jan 31, 2018 at 06:34:19AM +0100, Björn Ketelaars wrote:
> > > A new version of sslh is available that fixes an IPv6 parse bug.
> > Which bug? Does it work for you now?
>
>
On Wed 31/01/2018 09:54, Klemens Nanni wrote:
> On Wed, Jan 31, 2018 at 06:34:19AM +0100, Björn Ketelaars wrote:
> > A new version of sslh is available that fixes an IPv6 parse bug.
> Which bug? Does it work for you now?
The new release has been announced on the sslh mailinglist [0], and
tries to
On Wed, Jan 31, 2018 at 06:34:19AM +0100, Björn Ketelaars wrote:
> A new version of sslh is available that fixes an IPv6 parse bug.
Which bug? Does it work for you now?
> Upstream has decided to remove the v1.19 tarball to avoid encouraging
> use of a bad version, and has released v1.19b.
They als
Hi,
Since the upgrade from zint 2.4.3 to 2.6.2, I had problems in glabels
when using Zint backend: EAN and UPC barcodes aren't resizable
anymore.
I looked to the issue with upstream and a fix has been commited in zint
tree:
https://github.com/woo-j/zint/commit/3aeb1ea70a5f5b7c9a235ee29bdd708663f
Hallo,
Here is again, a new WIP for Suricata 4.0.3, a little bit pulished
than the last one and updated.
Feedbacks are welcome :)
Cheers.-
--
Sending from my toaster.
suricata-4.0.3.tgz
Description: application/tar-gz
24 matches
Mail list logo