Hi,
On Wednesday, September 14, 2022 13:08 CEST, Stuart Henderson
wrote:
> On 2022/09/14 12:44, Landry Breuil wrote:
> > Le Wed, Sep 14, 2022 at 12:03:49PM +0200, Giovanni Bechis a écrit :
> > > On 9/14/22 11:19, Landry Breuil wrote:
> > > > Le Tue, Sep 13, 2022 at 11:29:01PM +0200, Giovanni Be
On Wednesday, September 14, 2022 15:16 CEST, Giovanni Bechis
wrote:
> On 9/14/22 13:08, Stuart Henderson wrote:
> > On 2022/09/14 12:44, Landry Breuil wrote:
> >> Le Wed, Sep 14, 2022 at 12:03:49PM +0200, Giovanni Bechis a écrit :
> >>> On 9/14/22 11:19, Landry Breuil wrote:
> Le Tue, Sep 1
On Friday, September 16, 2022 15:19 CEST, Landry Breuil
wrote:
> Le Fri, Sep 16, 2022 at 02:18:54PM +0200, Sebastian Reitenbach a écrit :
> > On Wednesday, September 14, 2022 15:16 CEST, Giovanni Bechis
> > wrote:
> >
> > > On 9/14/22 13:08, Stuart Henderson w
Hi,
attached two tarballs, one bare sysutils/ruby-pdk, and the other one containing
all new required dependencies. I know, it's quite a number of dependencies, but
taking MAINTAINER for all of them.
The categories of some of them may be debatable, I'm happy to change them if
necessary.
Now tha
Hi,
there are more that pull in net/libproxy, but these I at least tested on amd64,
snapshot a few days old. They all refuse to start with message:
ld.so: cadaver: can't load library 'libpxbackend-1.0.so'
Killed
I can for example
LD_PRELOAD=/usr/local/lib/libproxy/libpxbackend-1.0.so cadaver
Hi,
on a recent snapshot:
OpenBSD 7.3-current (GENERIC) #1292: Wed Aug 23 10:34:04 MDT 2023
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
starting httpd fails:
sudo /etc/rc.d/apache2 -d start
doing _rc_parse_conf
apache2_flags empty, using default ><
doing rc_check
apac
Hi Theo,
On Tuesday, August 29, 2023 21:53 CEST, Theo Buehler
wrote:
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first'
> httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next'
These were removed in the last libcrypto bump. Does mod_ssl work
Hi,
I wanted to setup login_ldap for authpf, and it took me a while to figure out
what my problem is.
The name of the file /usr/local/libexec/auth/login_-ldap
is wrong. After changing it to:
/usr/local/libexec/auth/login_ldap
fixed the problem and everything started to work just fine.
cheers
S
Hi,
this is a port of get_process_mem Ruby gem, a new requirement for updating
security/wpscan:
cat pkg/DESCR
Do you need to get the memory usage of a process? Great because this
library does that.
OK?
Sebastian
ruby-get_process_mem.tar.gz
Description: GNU Zip compressed data
Hi,
this is a port of sys-proctable Ruby gem, a new requirement for updating
security/wpscan:
cat pkg/DESCR
The sys-proctable library provides an interface for gathering
information about processes on your system, i.e. the process table. Most
major platforms are supported and, while different pl
ping,
reattached port
cheers,
Sebastian
Am Mittwoch, Februar 19, 2020 12:46 CET, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> this is a port of sys-proctable Ruby gem, a new requirement for updating
> security/wpscan:
>
> cat pkg/DESCR
> The sys-proctable li
ping,
reattached port.
cheers,
Sebastian
Am Mittwoch, Februar 19, 2020 12:44 CET, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> this is a port of get_process_mem Ruby gem, a new requirement for updating
> security/wpscan:
>
> cat pkg/DESCR
> Do you need to ge
Hi,
attached patch adds gamecontroller support for multimedia/sfml.
My first attempt was to just enable the FreeBSD driver, with that, it detected
my gamepads, however, no buttons, axis, hat, etc. worked.
Then I looked at how the SDLs do it, adapted their logic, and finally, all the
buttons,
ax
Hi,
attached patch switches the backend from LinuxX11 to SDL, and enables joystick
support.
With the LinuxX11 backend, it's not possible to enable Joystick/Gamepad
support, since it
relies on Linuxism (include linux/joystick.h etc.)
Switching to SDL backend, allows me to play with two GamePads
Hi,
ping, anyone gaming?
patches reattached for convenience.
cheers,
Sebastian
Am Montag, März 09, 2020 23:42 CET, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> attached patch adds gamecontroller support for multimedia/sfml.
>
> My first attempt was to just enable the
Hi,
ping, anyone gaming?
patch reattached for convenience.
cheers,
Sebastian
Am Dienstag, März 10, 2020 20:47 CET, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> attached patch switches the backend from LinuxX11 to SDL, and enables
> joystick support.
> With the L
Hi,
this updates nokogiri to 1.10.8, an update of security/ruby-cms_scanner, and
ultimately security/wpscan would require it.
Tested all dependencies that they still build with updated version,
the only one that has tests, www/ruby-sanitize, has the same 5 tests failing
with the update.
OK?
chee
Hi,
I guess I'm just missing a minor thing, but so far, gcompris is refusing to
play any sound.
In case it matters, I'm running a windowmaker desktop, other applications
have sound, i.e. firefox, witchblast, supertuxkart etc.
I've seen gcompris seems to rely on gstreamer to play audio,
so I test
Hi,
here an update from 2.2.17a to a current 2.3.2.
Works for me so far on amd64 with postgres db and LDAP authentication.
Besides the usual upgrade procedure, the database shema
has to be updated this time too, see the pkg README.
I'm going to commit it at the end of the week if I don't hear
a
This updates to a current release, only a few weeks old, adding
a lot of new parameter files.
The added patch is fix from upstream to prevent xtrkcad from
segfaulting when trying to add anything to the new trackplan.
OK?
Index: Makefile
=
Hi,
I wanted to get rid of a MODRUBY_BIN_SUFFIX for the installed binaries, on a
couple of ruby ports, so added
GEM_FLAGS = --no-format-executable
however, then, as I was pointed out by jeremy@, ruby25 and ruby26 flavored
packages
conflict.
So he recommended to additionally add
MODR
Am Sonntag, November 24, 2019 09:54 CET, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> I wanted to get rid of a MODRUBY_BIN_SUFFIX for the installed binaries, on a
> couple of ruby ports, so added
> GEM_FLAGS = --no-format-executable
>
> however, then,
Hi,
@rsadowski pointed out that the port we have is rather old,
despite having much higher version number than recent versions.
attached an update to the latest, now using Qt5 instead of Qt3.
Had to patch it to work around a clang vs. gcc oddity (or bug?).
It starts up for me, but can't test mu
Hi,
anyone?
Nothing uses it (yet), but in not too far future, MPDCon will make use of it.
cheers,
Sebastian
On Saturday, November 10, 2012 16:38 CET, "Sebastian Reitenbach"
wrote:
> Hi,
>
> below an easy update of the GNUstep SQLClient library to 1.6.0. Changes:
>
Hi,
here is an update of MPDCon 1.4.
Some new features:
* now possible to rate songs
* new Playlist Inspector
* allows to configure a random feed to the playlist
* random feed can be based on the song ratings
* other minor fixes and additions
* new dependency to x11/gnustep/sqlclient
O
Hi,
I'm testing x11/gnustep/libobjc2 from svn. Upstream changed the build
environment to use cmake.
Since the recommended compiler is clang, I thought about trying that too, but
that made me run into trouble:
so I have this in the Makefile:
MODULES = devel/cmake lang/clang
MODCLANG_ARCHS
Hi,
in port-modules, the section about the lang/clang module
falsely talks about MODGCC3_ARCHS, but should talk about
MODCLANG_ARCHS instead.
OK?
Sebastian
Index: port-modules.5
===
RCS file: /cvs/src/share/man/man5/port-modules.5
Hi,
below an easy update of the GNUstep SQLClient library to 1.6.0. Changes:
* Change execute methods to return a count of the rows to which the
executed operation applies, or -1 if not supported.
Implement for postgresql and mysql.
* Add support for asynchronous notifications
OK?
Index
Hi,
here is an update of MPDCon 1.4.
Some new features:
* now possible to rate songs
* new Playlist Inspector
* allows to configure a random feed to the playlist
* random feed can be based on the song ratings
* other minor fixes and additions
* new dependency to x11/gnustep/sqlclient
O
On Sunday, January 13, 2013 17:39 CET, "Sebastian Reitenbach"
wrote:
> Hi,
>
> I'm testing x11/gnustep/libobjc2 from svn. Upstream changed the build
> environment to use cmake.
> Since the recommended compiler is clang, I thought about trying that too, but
&
Hi,
attached are updates to SOPE/SOGo to 2.0.4.
A list of bugfixes and changes can be found from the
annoucement mail here:
https://inverse.ca/sogo/lists/arc/users/2013-01/msg00275.html
so far lightly tested on amd64.
OK?
Sebastian
Index: Makefile
Hi,
attached a tarball of the just released OpenGroupware 5.5 rc2 release.
cat pkg/DESCR:
OpenGroupware is a full-featured groupware system developed in
Objective-C on SOPE using a WebObject paradigm. Besides the standard
groupware features as webmail, contacts, appointment and task
management,
On Tuesday, March 5, 2013 04:35 CET, Stuart Cassoff wrote:
> On 03/04/13 23:13, Dmitrij D. Czarkoff wrote:
> > On Mon, Mar 04, 2013 at 01:18:56PM -0500, Stuart Cassoff wrote:
> >> I also notice a TclXML in there, maybe that can be excised as well?
> >
> > It is Tkabber's fork of TclXML. They
Hi,
attached patches update www/sope, www/sogo to the last release: 2.0.5a.
Patches should come after the GNUstep updates I just sent in a different mail,
but its supposed to work with the current version too. So, when this may
enter the ports tree before, would need a bump.
OK?
SebastianIndex:
Hi,
$ cat pkg/DESCR
Cynthiune is a versatile music player based on GNUstep, able to play a
lot of different audio formats.
Two of the supported audio-backends are enabled, sndio and libao.
libao backend is there, since gnustep-gui h
Hi,
a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping
over the 1.6 releases. In 1.6.X some basic support for Magellan devices
was added. Since I don't have such device, cannot really test it ;)
Otherwise, the few features I really use all the time, work well for me
on amd64.
LLVM_SOURCE_DIR@/cmake/modules")
++ list(APPEND CMAKE_MODULE_PATH "${LLVM_ROOT}/share/llvm/cmake")
+ include( LLVM-Config )
+ endif()
+
On Sunday, January 13, 2013 19:01 CET, "Sebastian Reitenbach"
wrote:
>
> On Sunday, January 13, 2013 17:39 CET,
On Wednesday, May 1, 2013 22:48 CEST, Vadim Zhukov wrote:
> Sorry, I have to run right now, so I could not dive in throughly ATM
> (but I will be able to do this tomorrow).
>
> Could you please test the following patch instead? Policy CMP0017 defaults
> to OLD now, I suspect this could be re
On Thursday, May 2, 2013 13:23 CEST, Vadim Zhukov wrote:
> 02.05.2013 15:17 пользователь "Sebastian Reitenbach" <
> sebas...@l00-bugdead-prods.de> написал:
> >
> >
> > On Wednesday, May 1, 2013 22:48 CEST, Vadim Zhukov
> wrote:
> >
> >
Ping
On Wednesday, May 1, 2013 09:47 CEST, "Sebastian Reitenbach"
wrote:
> Hi,
>
> $ cat pkg/DESCR
>
> Cynthiune is a versatile music player based on GNUstep, able to play a
> lot of different au
Ping
On Wednesday, May 1, 2013 11:03 CEST, "Sebastian Reitenbach"
wrote:
> Hi,
>
> a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping
> over the 1.6 releases. In 1.6.X some basic support for Magellan devices
> was added. Since I don't h
Hi,
On Friday, May 10, 2013 02:50 CEST, Stuart Henderson wrote:
> On 2013/05/01 09:47, Sebastian Reitenbach wrote:
> > Hi,
> >
> > $ cat pkg/DESCR
> >
> > Cynthiune is a versatile music player
lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expect/}
@@ -14,38 +15,22 @@ MAINTAINER= Sebastian Reitenbach
#endif
@@ -14,8 +14,8 @@ Get rid of implicit declaration of funct
#ifdef TIME_WITH_SYS_TIME
# include
-@@ -118,6 +120,7 @@ extern unsigned long strtoul _ANSI_ARGS_((CONST char
*
On Tuesday, May 14, 2013 14:56 CEST, Giovanni Bechis
wrote:
> On 05/14/13 13:22, Sebastian Reitenbach wrote:
> [...]
> > Ports, that need a bump, because depending on lang/expect,no_tk in one way
> > or another are:
> > devel/dejagnu
> > mail/courier-auth
@${MODTK_WISH_ADJ} ${WRKSRC}/august
> > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/august
> > ${INSTALL_SCRIPT} ${WRKSRC}/august ${PREFIX}/bin
> > ${INSTALL_DATA} ${WRKSRC}/specchars.txt ${PREFIX}/share/doc/august
Hi,
attached patch updates arpwatch to add -u flag, to drop privileges
to non-privileged user after startup. Patch taken from Debian/Ubuntu, which
originates from RedHat. user/group _arpwatch added to PLIST,
and a user to be added to users.list
rc script is updated to add -u _arpwatch user to to
Hi,
Am Montag, Oktober 29, 2018 15:26 CET, Antoine Jacoutot
schrieb:
> On Mon, Oct 29, 2018 at 02:58:11PM +0100, Sebastian Reitenbach wrote:
> > Hi,
> >
> > attached patch updates arpwatch to add -u flag, to drop
> > privileges
> > to non-privileged use
Hi,
Am Montag, Oktober 29, 2018 16:44 CET, Antoine Jacoutot
schrieb:
> On Mon, Oct 29, 2018 at 04:43:02PM +0100, Sebastian Reitenbach wrote:
> > Hi,
> >
> > Am Montag, Oktober 29, 2018 15:26 CET, Antoine Jacoutot
> > schrieb:
> >
> > > On Mon, O
Hi,
Am Dienstag, Oktober 30, 2018 08:58 CET, Antoine Jacoutot
schrieb:
> > > > > On Mon, Oct 29, 2018 at 02:58:11PM +0100, Sebastian Reitenbach wrote:
> > > > > > Hi,
> > > > > >
> > > > > > attached patch updates arpwatc
Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot
schrieb:
> Le ven. 26 oct. 2018 à 15:46, Stuart Henderson a écrit
> :
> >
> > On 2018/10/26 14:11, Éric Jacquot wrote:
> > > I don't know if it is related to the recent switch on ld LLVM, but
> > > sogo failed with current snap ((GENERIC.M
Am Donnerstag, November 01, 2018 15:39 CET, "Sebastian Reitenbach"
schrieb:
> Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot
> schrieb:
>
> > Le ven. 26 oct. 2018 à 15:46, Stuart Henderson a
> > écrit :
> > >
> > > On 2018/10/26 14:1
Am Donnerstag, November 01, 2018 15:53 CET, "Sebastian Reitenbach"
schrieb:
> Am Donnerstag, November 01, 2018 15:39 CET, "Sebastian Reitenbach"
> schrieb:
>
> > Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot
> > schrieb:
> >
> >
Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson
schrieb:
> On 2018/10/30 17:49, Christian Weisgerber wrote:
> > Marc Espie:
> >
> > > > I'm more inclined to remove USE_LLD again.
> > > > What actual use do you envision for either USE_LLD=Yes on !clang
> > > > or USE_LLD=No on clang
Am Donnerstag, November 01, 2018 22:44 CET, "Sebastian Reitenbach"
schrieb:
> Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson
> schrieb:
>
> > On 2018/10/30 17:49, Christian Weisgerber wrote:
> > > Marc Espie:
> > >
> >
Am Donnerstag, November 01, 2018 22:44 CET, "Sebastian Reitenbach"
schrieb:
> Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson
> schrieb:
>
> > On 2018/10/30 17:49, Christian Weisgerber wrote:
> > > Marc Espie:
> > >
> >
Hi,
find below the update to Puppet 5.5.8, works for me on my master as well as
on clients. Skipping 5.5.7, since kn@ reported some problem with it, which
is apparently fixed in the 5.5.8.
While there, add a portroach marker to limit to the 5.X versions.
If noone objects, I'd go ahead with it in
petdb/
MAINTAINER=Sebastian Reitenbach
Index: distinfo
===
RCS file: /cvs/ports/databases/puppetdb5/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo24 Jul 2018 20:40:15 - 1.5
+++ distinfo7 Nov
Since the switch to lld, GNUstep objc stuff loading Bundles breaks with a
floating point exception.
This basically breaks www/sogo and > 90% of x11/gnustep.
On the weekend I actually found time to look into it a bit deeper.
>From the libobjc2 maintainer I got the info that there might be somethin
I blew off the dust of my alpha, and attempted some investigations, one of the
required packages to build would be devel/re2c, however, bison aborts with
SIGILL:
(gdb) r
Starting program: /usr/local/bin/bison --output=src/ast/parser.cc
--defines=src/ast/y.tab.h ./src/ast/parser.yp
warning: Hit
Hi,
in musescore preferences "note input" tab, I have set "Enable MIDI input", and
I run musescore like:
MIDIDEVICE=rmidi/2 musescore
with the hope that it picks up the right device, but nope, when I enable note
input in a score, and hit my MIDI controller, no luck.
I know it's the right rmidi/
Seems the package is missing on mirrors, I tried to build it myself on a fresh
installed snapshot:
OpenBSD 6.4-current (GENERIC) #531: Wed Jan 2 20:25:22 MST 2019
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
Building Go cmd/dist using /usr/local/go/bootstrap.
Building
The version of hydrogen in ports is quite old, and when you startup the GUI,
it is totally broken and unusable.
So the patch below updates to 0.9.5 (still quite old), but with
0.9.6 the build infrastructure was changed from scons to cmake, so
updating to something newer is an excercise left for an
Am Dienstag, Januar 08, 2019 11:10 CET, Alexandre Ratchov
schrieb:
> On Wed, Jan 02, 2019 at 11:32:50PM +0100, Sebastian Reitenbach wrote:
> > Hi,
> >
> > in musescore preferences "note input" tab, I have set "Enable MIDI input",
> > and I run m
Hi,
I was told the patch doesn't apply, and it seems it got mangled when I cut'n
pasted it into the mail.
another try, and also attached.
Sebastian
Am Montag, Januar 07, 2019 23:39 CET, "Sebastian Reitenbach"
schrieb:
> The version of hydrogen in ports is quite old, a
Am Dienstag, Januar 08, 2019 16:44 CET, Alexandre Ratchov
schrieb:
> On Tue, Jan 08, 2019 at 03:12:05PM +0100, Sebastian Reitenbach wrote:
> >
> > @@ -240,15 +240,15 @@
> > QString name;
> > int i;
> >
> > - /* midithru:* */
> > +
Am Dienstag, Januar 08, 2019 18:14 CET, Stuart Henderson
schrieb:
> On 2019/01/08 15:12, Sebastian Reitenbach wrote:
> > Hi,
> >
> > I was told the patch doesn't apply, and it seems it got mangled when I
> > cut'n pasted it into the mail.
> > another
Find attached and inline an update of Musescore to 3.0.0.
See the release notes for changes:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3
Also you may find this mentioning remarks/bugs/issues with the Musescore 3
version:
https://musescore.org/en/h
Hi Brian,
Am Freitag, Januar 11, 2019 23:14 CET, Brian Callahan
schrieb:
> Hi Sebastian --
>
> On 1/10/19 8:26 AM, Sebastian Reitenbach wrote:
> > Find attached and inline an update of Musescore to 3.0.0.
> > See the release notes for changes:
> > https://musescore
Hi,
attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few
releases.
For SOGo, I had to re-add the patch to the patch-UI_MailPartViewers_GNUmakefile.
in order to prevent the unknown symbols problem on startup :(
Further, the default changed where the SOGo daemon listens on:
ping
On Sunday, December 15, 2013 13:11 CET, "Sebastian Reitenbach"
wrote:
> Hi,
>
> attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few
> releases.
>
> For SOGo, I had to re-add the patch to the
> patch-UI_MailPartViewers_GNUmake
Hi,
while playing with GNUstep on my lemote, I found libffi absolute
unusable. Since the GNUstep stuff also supports to link against
ffcall, I tried that.
The patches make ffcall compile with lots of warnings suppressed,
and allow the configure script of gnustep-base to pass the test
(before it
On Saturday, January 18, 2014 16:29 CET, James Turner
wrote:
> On Sat, Jan 18, 2014 at 02:36:13PM +0100, Sebastian Reitenbach wrote:
> > Hi,
> >
> > while playing with GNUstep on my lemote, I found libffi absolute
> > unusable. Since the GNUstep stuff al
On Monday, June 2, 2014 11:55 CEST, "Martijn Rijkeboer"
wrote:
> Hi,
>
> I'm trying to use SOGo on OpenBSD 5.5 AMD64 but it is not working. When I
> try to connect I get a timeout and the log file contains many lines with
> the following errors:
>
> Loading two versions of SOGoEMailAlarmsM
On Tuesday, June 3, 2014 09:28 CEST, "Shawn K. Quinn"
wrote:
> On Tue, Jun 3, 2014, at 02:09 AM, Giovanni Bechis wrote:
> > On 06/03/14 01:06, Kent Fritz wrote:
> > > Here's a very simple scan that shows a fundamental problem:
> [...]
> > > That answer is wrong, both ports are open and respo
Hi,
I have a HP LaserJet Pro CM1415fn, connected via network. Printing works fine
as described
in the package README of the hplip command.
However, I tried to configure scanning, but struggled a bit.
I added hpaio to /etc/sane.d/dll.conf,
scanimage -L
then showed me the printer:
device `hpaio
On Monday, June 16, 2014 14:33 CEST, Antoine Jacoutot
wrote:
> On Mon, Jun 16, 2014 at 01:20:02PM +0200, Sebastian Reitenbach wrote:
> > Hi,
> >
> > I have a HP LaserJet Pro CM1415fn, connected via network. Printing works
> > fine as described
> > i
Hi,
not sure if this is known already, but this happens to me on i386:
OpenBSD 5.5-current (GENERIC) #177: Sun Jun 15 10:11:48 MDT 2014
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) 500
MHz
cpu0: FPU
On Wednesday, June 18, 2014 20:23 CEST, Stuart Henderson
wrote:
> On 2014/06/18 18:54, Sebastian Reitenbach wrote:
> > Hi,
> >
> > not sure if this is known already, but this happens to me on i386:
>
> Check you don't have old libs around, especially
On Thursday, June 19, 2014 10:28 CEST, Stuart Henderson
wrote:
> On 2014/06/19 10:02, Sebastian Reitenbach wrote:
> >
> > On Wednesday, June 18, 2014 22:02 CEST, Stuart Henderson
> > wrote:
> >
> > > On 2014/06/18 21:54, Sebastian Reitenbach wrote:
&
Hi,
below a little patch to security/nikto to let it use the installed DTD when
saving xml files out of the box.
While there, switch homepage to https.
OK?
Index: Makefile
===
RCS file: /cvs/ports/security/nikto/Makefile,v
retrievi
Hi,
attached a port of WhatWeb:
Next generation web scanner. Identify the technology stack that powers a
website and explore the Web of Things.
tests, comments, concerns or even OK to import welcome.
cheers,
Sebastian
Am Freitag, April 26, 2019 16:10 CEST, Solene Rapenne schrieb:
> On Fri, Apr 26, 2019 at 04:06:01PM +0200, Sebastian Reitenbach wrote:
> > Hi,
> >
> > attached a port of WhatWeb:
> >
> > Next generation web scanner. Identify the technology stack that powers a
&
Am Freitag, April 26, 2019 20:27 CEST, Antoine Jacoutot
schrieb:
> On Fri, Apr 26, 2019 at 06:29:00PM +0200, Sebastian Reitenbach wrote:
> > Am Freitag, April 26, 2019 16:10 CEST, Solene Rapenne
> > schrieb:
> >
> > > On Fri, Apr 26, 2019 at 04:06:01PM +02
Hi,
seems x11/itk is broken, without the patch:
> wish8.5
% package require Itk
couldn't load file "/usr/local/lib/tcl/itk/libitk33.so.0.0": File not found
and with the patch:
> wish8.5
% package require Itk
3.3
Also, this makes x11
bitmq.com/
+HOMEPAGE = https://www.rabbitmq.com/
MAINTAINER = Sebastian Reitenbach
# MPL
PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = http://www.rabbitmq.com/releases/rabbitmq-server/v${V}/
+MASTER_SITES = https://www.rabbitmq.com/releases/rabbitmq-server/v${V}/
+EXTRACT_SUFX = .tar.xz
Hi,
I'm experimenting with Suricata, but don't want to let suricata listen on
network interface, as it has to run as root. Suricata has a user/group options,
but they require libcap-ng.
Looking around, what we have, I came across dumpcap.
So, put the _suricata user into the _wireshark group, a
Am Dienstag, Juni 04, 2019 10:37 CEST, Stuart Henderson
schrieb:
> On 2019/06/04 10:21, Sebastian Reitenbach wrote:
> > Hi,
> >
> > I'm experimenting with Suricata, but don't want to let suricata listen on
> > network interface, as it has to run as root. S
Hi,
tcl 8.6 has binary encode/decode functions [1], so I'm trying to convert a hex
string representation of an IPv4 or IPv6 address into binary and back to the
hex representation.
I'd have expected that this decode hex to binary and back should always be
reversible, but
doesn't seem to be the
Am Freitag, Juni 07, 2019 23:46 CEST, Stuart Henderson
schrieb:
> On 2019/06/07 23:08, Sebastian Reitenbach wrote:
> > Hi,
> >
> > tcl 8.6 has binary encode/decode functions [1], so I'm trying to convert a
> > hex string representation of an IPv4 or IPv6 addr
Hi,
just updated, or better say freshly installed,
my elkstack host to a snapshot as of today, and starting kibana fails with:
Kibana does not support the current Node.js version v10.15.3. Please use
Node.js v>=10.15.0 <10.16.
OpenBSD 6.5-current (GENERIC) #42: Wed Jun 19 21:41:26 MDT 2019
Hi,
Am Freitag, Juni 21, 2019 16:12 CEST, kpcyrd schrieb:
> On Tue, May 14, 2019 at 03:45:45AM +, kpcyrd wrote:
> > Thanks for pointing this out, I've looked into this bug and released a
> > bugfix release, the updated port is attached to this email.
> >
> > The in-depth analysis of this bug
Hi,
this fixes something that IIRC worked forever, however, the last box I
installed where it worked was
on June 24th, now I installed a new box just yesterday, and this now fails:
# rm /etc/sysctl.conf
# augtool
augtool> set /files/etc/sysctl.conf/a b
augtool> save
attached patch makes it work
Hi,
this updates nokogiri to 1.10.4, an update of security/ruby-cms_scanner would
require it. Tested all dependencies that they still build with updated version,
the only one that has tests, www/ruby-sanitize, has the same 5 tests failing
with the update.
OK?
cheers,
Sebastian
Index: Makefile
=
Hi,
I now want to update devel/ruby-opt_parse_validator, which relaxed the
dependency to addressable, to allow this one updating as well. The other
dependency on addressable still builds.
I'd time the update together with updating ruby-opt_parse_validator.
OK?
cheers,
Sebastian
? addressabl
Hi,
Zeitwerk is a new dependency I need to update devel/ruby-activesupport.
cat pkg/DESCR
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
and application may have their own independent autoloader, with its own
configuration, inflector, and logger. Supports autoloading, prel
Hi,
sysutils/ruby-r10k update has colored2 gem as dependency, in favor of the old
colored dependency. The port is more or less a copy of the old
devel/ruby-colored
port.
Afterward, the devel/ruby-colored could be sent to attic, it's not used by
anything else.
OK?
Sebastian
ruby-colored2.tar.
hi,
below an update from 9.1 to 9.2. Getting rid of a few patches, lightly tested
SSH brute force, works for me, as well as triggering it via xhydra.
so far seems to work for me.
any feedback, tests etc. welcome, otherwise OK to update?
cheers,
Sebastian
Index: Makefile
=
Hi,
below patch updates impacket from 0.9.21 to 0.9.23.
tested with a zerologon exploit, that requires at least 0.9.22, as the
NETLOGON structs for NetrServerPasswordSet2 were only added there.
OK?
cheers,
Sebastian
Index: Makefile
==
Hi,
this pure gem without dependencies, is required as a new dependency for an
update of sysutils/ruby-r10k.
pkg/DESCR
A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT)
standard.
OK?
Sebastian
ruby-jwt.tar.gz
Description: application/gzip
ping, anyone?
Am Dienstag, August 24, 2021 23:25 CEST, schrieb "Sebastian Reitenbach"
:
> Hi,
>
> below patch updates impacket from 0.9.21 to 0.9.23.
> tested with a zerologon exploit, that requires at least 0.9.22, as the
> NETLOGON structs for NetrServerPasswordS
1 - 100 of 762 matches
Mail list logo