Re: [MAINTAINER UPDATE] www/azorius 0.2.0 -> 0.3.1

2023-09-03 Thread gonzalo




On 9/2/23 18:39, Horia Racoviceanu wrote:

Upgrade to v0.3.1
- use the release tarball (suggested by tedu@)
- add MESSAGE and update README with database upgrade info

changelog

=== 0.3.1 Delayed Reaction

+ Fix a crash in the markdown parser.

+ Fix some missing notifications.

=== 0.3.0 Imperfect Future

+ Subscribe to post for comment notifications.

+ Very basic search feature.

+ Syntax highlighting for code blocks.

+ More consistently useful logging.

+ Experimental filters.

+ Inline images in posts.

+ Cleaner UI and navigation.

+ Dark mode.

+ Improved URL scheme.

+ Previews for picture groups.

+ Normalize some links (youtube only atm).

+ Improved federation.

+ Include replies collection in posts.

+ Background refresh.

+ Group chat.

+ A little more tag support.

+ Nicer online help.

+ Detect recent duplicate links.

+ Site alerts, woop, woop.

+ Initial support for featured posts.

+ Notifications for most events.


This is OK for me, if there is no objection I will commit this today.

Thanks.



Re: UPDATE: GNUPlot-5.4.8

2023-09-02 Thread gonzalo

This works for me.

OK gonzalo@

On 9/2/23 19:01, Stuart Henderson wrote:

On 2023/08/18 00:09, Gonzalo L. Rodriguez wrote:

Hi,

Update for GNUPlot to 5.4.8:

http://www.gnuplot.info/ReleaseNotes_5_4_8.html

OK? Comments?

here's a version which keeps ports readline as-is. sync WANTLIB and fix
LIB_DEPENDS to avoid "LIB_DEPENDS converters/libiconv not needed for
math/gnuplot,no_cairo" while there.

patch-src_command_c needs removing too.


Index: Makefile
===
RCS file: /cvs/ports/math/gnuplot/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile31 Mar 2022 17:16:30 -  1.79
+++ Makefile2 Sep 2023 17:00:38 -
@@ -1,11 +1,10 @@
  COMMENT = command-driven interactive function plotting program
  
-V =		5.2

-PATCHLEVEL =   7
+V =5.4
+PATCHLEVEL =   8
  DISTNAME =gnuplot-${V}.${PATCHLEVEL}
  CATEGORIES =  math graphics
  MASTER_SITES =${MASTER_SITE_SOURCEFORGE:=gnuplot/}
-REVISION = 1
  
  HOMEPAGE =	http://www.gnuplot.info/
  
@@ -49,15 +48,16 @@ SUBST_VARS =	V

  CONFIGURE_ARGS += --without-x \
  --without-gd
  .else
-LIB_DEPENDS += converters/libiconv graphics/gd
-WANTLIB += X11 fontconfig freetype gd iconv jpeg png tiff webp
+LIB_DEPENDS += graphics/gd
+WANTLIB += X11 gd
  CONFIGURE_ARGS += --with-x
  .endif
  
  .if ${FLAVOR:Mno_cairo} || ${FLAVOR:Mno_x11}

  CONFIGURE_ARGS += --without-cairo
  .else
-LIB_DEPENDS += devel/gettext,-runtime \
+LIB_DEPENDS += converters/libiconv \
+   devel/gettext,-runtime \
devel/pango \
graphics/cairo
  WANTLIB +=cairo gobject-2.0 glib-2.0 intl pango-1.0 pangocairo-1.0 
harfbuzz
Index: distinfo
===
RCS file: /cvs/ports/math/gnuplot/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo8 Nov 2019 23:29:56 -   1.19
+++ distinfo2 Sep 2023 17:00:38 -
@@ -1,2 +1,2 @@
-SHA256 (gnuplot-5.2.7.tar.gz) = l/5QP/Oy41b+KuMiA/x/0s+c7x9Gtg/kbcUBoii59O0=
-SIZE (gnuplot-5.2.7.tar.gz) = 5335673
+SHA256 (gnuplot-5.4.8.tar.gz) = kxJ5x8qtGv99RstHZvH/QcJtm+na8Lzwx53u7j2R9c8=
+SIZE (gnuplot-5.4.8.tar.gz) = 5684061
Index: patches/patch-configure
===
RCS file: /cvs/ports/math/gnuplot/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure
--- patches/patch-configure 11 Mar 2022 19:36:15 -  1.3
+++ patches/patch-configure 2 Sep 2023 17:00:38 -
@@ -3,39 +3,39 @@ readline -> ereadline
  Index: configure
  --- configure.orig
  +++ configure
-@@ -10168,7 +10168,7 @@ fi
+@@ -11738,7 +11738,7 @@ fi
 if test -d $with_readline/lib; then
   LDFLAGS="$LDFLAGS -L$with_readline/lib"
 fi
  -if test ! -d $with_readline/include/readline; then
  +if test ! -d $with_readline/include/ereadline; then
   if test -d $with_readline/include/editline; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $with_readline contains 
libedit, not readline!" >&5
- $as_echo "$as_me: WARNING: $with_readline contains libedit, not readline!" 
>&2;}
-@@ -10261,7 +10261,7 @@ if ${ac_cv_lib_readline_remove_history+:} false; then
-   $as_echo_n "(cached) " >&6
- else
+   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $with_readline contains 
libedit, not readline!" >&5
+ printf "%s\n" "$as_me: WARNING: $with_readline contains libedit, not readline!" 
>&2;}
+@@ -11830,7 +11830,7 @@ then :
+   printf %s "(cached) " >&6
+ else $as_nop
 ac_check_lib_save_LIBS=$LIBS
  -LIBS="-lreadline ${gp_tcap} $LIBS"
  +LIBS="-lereadline ${gp_tcap} $LIBS"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   
-@@ -10292,7 +10292,7 @@ fi

- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_remove_history" 
>&5
- $as_echo "$ac_cv_lib_readline_remove_history" >&6; }
- if test "x$ac_cv_lib_readline_remove_history" = xyes; then :
+@@ -11860,7 +11860,7 @@ fi
+ printf "%s\n" "$ac_cv_lib_readline_remove_history" >&6; }
+ if test "x$ac_cv_lib_readline_remove_history" = xyes
+ then :
  -  TERMLIBS="-lreadline $gp_tcap $TERMLIBS"
  +  TERMLIBS="-lereadline $gp_tcap $TERMLIBS"
   fi
   
   if test "$ac_cv_lib_readline_remove_history" = no; then

-@@ -10333,7 +10333,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_history_remove_history" 
>&5
- $as_echo "$ac_cv_lib_history_remove_history" >&6; }
- if test "x$ac_cv_lib_history_remove_history" = xyes; then :
+@@ -11901,7 +1190

Re: [MAINTAINER UPDATE] www/honk 1.0.0 > 1.1.1

2023-09-01 Thread gonzalo

Looks good to me, any comments?

On 9/1/23 19:44, Horia Racoviceanu wrote:

Upgrade to v1.1.1
- remove SUBST_VARS no longer needed

changelog

### 1.1.1 Required Refinement

+ Fix help file stylesheet link.

### 1.1.0 Eventual Enshittification

+ Fix backup command.

+ Fixes for markdown.

+ Allow bigger image uploads.

+ Some hotkeys for the web UI.

+ Upload multiple files (but beware).

+ Better page titles.

+ Refine thread sort.

+ Send updates to correct audience.

+ Run analyze to improve database performance.

+ Delivery performance improvements.

+ Export command to ActivityPub data. (And import.)

+ Note that we require go 1.18 now.




Re: net/dendrite out of date

2023-08-31 Thread gonzalo




On 8/30/23 19:37, lino.n...@mailbox.org wrote:
The net/dendrite port is out of date. Latest version is 0.13.2, ports 
version is 0.12.0.




Instead of complain you should test the diffs we sent with the updates.



Re: UPDATE: Suricata-7.0.1

2023-10-25 Thread gonzalo

ping

On 10/18/23 16:42, Gonzalo L. Rodriguez wrote:

Hello,

Update for Suricata to 7.0.1:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.1

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile27 Sep 2023 16:34:37 -  1.60
+++ Makefile18 Oct 2023 14:14:00 -
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64
  
  COMMENT =	high performance network IDS, IPS and security monitoring
  
-SURICATA_V =	6.0.12

+SURICATA_V =   7.0.1
  SUPDATE_V =   1.2.7
  
  DISTNAME =	suricata-${SURICATA_V}

@@ -20,9 +20,8 @@ PERMIT_PACKAGE=   Yes
  SITES =   https://www.openinfosecfoundation.org/download/
  
  # uses pledge()

-WANTLIB +=  ${COMPILER_LIBCXX} c iconv jansson lz4 lzma m magic
-WANTLIB +=  maxminddb net nspr4 nss3 nssutil3 pcap pcre plc4 plds4
-WANTLIB +=  smime3 ssl3 yaml-0 z
+WANTLIB += ${COMPILER_LIBCXX} c elf iconv m pcap yaml-0 z
+WANTLIB += jansson lz4 magic maxminddb net pcre2-8
  
  MODULES =	lang/python
  
@@ -40,7 +39,7 @@ LIB_DEPENDS =	archivers/lz4 \

devel/nspr \
devel/libyaml \
devel/libmagic \
-   devel/pcre \
+   devel/pcre2 \
net/libnet/1.1 \
net/libmaxminddb \
security/nss
@@ -49,7 +48,7 @@ COMPILER =base-clang ports-gcc
  DEBUG_PACKAGES = ${BUILD_PACKAGES}
  
  CONFIGURE_STYLE =	autoconf

-AUTOCONF_VERSION = 2.69
+AUTOCONF_VERSION = 2.71
  AUTOMAKE_VERSION =1.15
  
  CONFIGURE_ENV =		ac_cv_path_HAVE_PDFLATEX= \

Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Jul 2023 08:22:31 -   1.20
+++ distinfo18 Oct 2023 14:14:00 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=
-SIZE (suricata-6.0.12.tar.gz) = 27388535
+SHA256 (suricata-7.0.1.tar.gz) = YEfHX555qbDMbWx2MgJKQSaBK8IS9SrPXTyBPMfJ+ws=
+SIZE (suricata-7.0.1.tar.gz) = 23439262
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure_ac
--- patches/patch-configure_ac  3 Jul 2023 08:22:31 -   1.11
+++ patches/patch-configure_ac  18 Oct 2023 14:14:00 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
  Index: configure.ac
  --- configure.ac.orig
  +++ configure.ac
-@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2559,7 +2559,7 @@ if test "$WINDOWS_PATH" = "yes"; then
   fi
   else
   EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-doc_userguide_Makefile_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-doc_userguide_Makefile_in
--- patches/patch-doc_userguide_Makefile_in 3 Jul 2023 08:22:31 -   
1.6
+++ patches/patch-doc_userguide_Makefile_in 18 Oct 2023 14:14:00 -
@@ -3,32 +3,6 @@ Index: doc/userguide/Makefile.in
  +++ doc/userguide/Makefile.in
  @@ -1,3 +1,4 @@
  +
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
   # @configure_input@
-
-@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
--@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -W -b html -d 
_build/doctrees \
-+@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -b html -d 
_build/doctrees \
- @HAVE_SPHINXBUILD_TRUE@   $(top_srcdir)/doc/userguide _build/html
-
- @HAVE_SPHINXBUILD_TRUE@_build/latex/Suricata.pdf:
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
--@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -W -b latex -d 
_build/doctrees \
-+@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -b latex -d 
_build/doctrees \
- @HAVE_SPHINXBUILD_TRUE@   $(top_srcdir)/doc/userguide _build/latex
- # The Sphinx generated Makefile is GNU Make specific, so just do what
- # it does here - yes, multiple passes of pdflatex is required.
-@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE

Re: UPDATE: Suricata-7.0.0

2023-09-18 Thread gonzalo

ping

On 9/4/23 14:50, Gonzalo L. Rodriguez wrote:

Hello,

Upgrade for Suricata to 7.0.0:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.0

Test are welcome.

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- Makefile3 Jul 2023 08:22:31 -   1.59
+++ Makefile4 Sep 2023 12:48:54 -
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64
  
  COMMENT =	high performance network IDS, IPS and security monitoring
  
-SURICATA_V =	6.0.12

+SURICATA_V =   7.0.0
  SUPDATE_V =   1.2.7
  
  DISTNAME =	suricata-${SURICATA_V}

@@ -49,7 +49,7 @@ COMPILER =base-clang ports-gcc
  DEBUG_PACKAGES = ${BUILD_PACKAGES}
  
  CONFIGURE_STYLE =	autoconf

-AUTOCONF_VERSION = 2.69
+AUTOCONF_VERSION = 2.71
  AUTOMAKE_VERSION =1.15
  
  CONFIGURE_ENV =		ac_cv_path_HAVE_PDFLATEX= \

Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Jul 2023 08:22:31 -   1.20
+++ distinfo4 Sep 2023 12:48:54 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=
-SIZE (suricata-6.0.12.tar.gz) = 27388535
+SHA256 (suricata-7.0.0.tar.gz) = e80TExGDZkUUZdw/g4Wj9qrdCE/+RN0lfdqBBYY7t2k=
+SIZE (suricata-7.0.0.tar.gz) = 23426302
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure_ac
--- patches/patch-configure_ac  3 Jul 2023 08:22:31 -   1.11
+++ patches/patch-configure_ac  4 Sep 2023 12:48:54 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
  Index: configure.ac
  --- configure.ac.orig
  +++ configure.ac
-@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2543,7 +2543,7 @@ if test "$WINDOWS_PATH" = "yes"; then
   fi
   else
   EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-doc_userguide_Makefile_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-doc_userguide_Makefile_in
--- patches/patch-doc_userguide_Makefile_in 3 Jul 2023 08:22:31 -   
1.6
+++ patches/patch-doc_userguide_Makefile_in 4 Sep 2023 12:48:54 -
@@ -3,10 +3,10 @@ Index: doc/userguide/Makefile.in
  +++ doc/userguide/Makefile.in
  @@ -1,3 +1,4 @@
  +
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
   # @configure_input@
   
-@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1

+@@ -616,14 +617,14 @@ uninstall-man: uninstall-man1
   @HAVE_SPHINXBUILD_TRUE@  sysconfdir=$(sysconfdir) \
   @HAVE_SPHINXBUILD_TRUE@  localstatedir=$(localstatedir) \
   @HAVE_SPHINXBUILD_TRUE@  version=$(PACKAGE_VERSION) \
@@ -23,7 +23,7 @@ Index: doc/userguide/Makefile.in
   @HAVE_SPHINXBUILD_TRUE@  $(top_srcdir)/doc/userguide _build/latex
   # The Sphinx generated Makefile is GNU Make specific, so just do what
   # it does here - yes, multiple passes of pdflatex is required.
-@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1
+@@ -643,7 +644,7 @@ uninstall-man: uninstall-man1
   @HAVE_SPHINXBUILD_TRUE@  sysconfdir=$(sysconfdir) \
   @HAVE_SPHINXBUILD_TRUE@  localstatedir=$(localstatedir) \
   @HAVE_SPHINXBUILD_TRUE@  version=$(PACKAGE_VERSION) \
Index: patches/patch-src_suricata_c
===
RCS file: patches/patch-src_suricata_c
diff -N patches/patch-src_suricata_c
--- patches/patch-src_suricata_c14 Feb 2023 21:14:14 -  1.12
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-Use setresuid/gid() directly to change user and group.  Otherwise
-Suricata uses libcap-ng on Linux and runs as root elsewhere.
-
-Index: src/suricata.c
 src/suricata.c.orig
-+++ src/suricata.c
-@@ -2929,6 +2929,7 @@ int SuricataMain(int argc, char **argv)
-
- PostRunStartedDetectSetup();
-
-+SCSetUserID(suricata.userid, suricata.groupid);
- SCPledge();
- SuricataMainLoop();
-
Index: patches/patch-src_util-privs_c
===
RCS file: patches/patch-src_util-privs_c
diff -N patches/patch-src_util-privs_c
--- patches/patch-src_util-privs_c  11 Mar 2022 19:54:07 -  1.5
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,34 +0,0 @@
-Use setresuid/gid() directly to change user and group.  Otherwise
-Suricata uses libcap-ng on Linux and runs as root elsewhere.
-
-Index: src/util-privs.c
 src/util-pri

Re: [NEW] www/azorius

2023-08-14 Thread gonzalo




On 8/10/23 01:05, Horia Racoviceanu wrote:

Hi,

This is a port for Azorius, a social link aggregator and comment
forum. It federates with other instances via ActivityPub.

Homepage: https://humungus.tedunangst.com/r/azorius
Introduction: https://flak.tedunangst.com/post/azorius-01
Flagships instance: https://azorius.net

We're looking for comments and testing please.

ping, any OK to put this in? :)



Re: Remove: x11/qt5/qtwebkit preparations

2024-02-14 Thread gonzalo




On 2/4/24 08:25, Rafael Sadowski wrote:

Hi ports@, hi ports hackers,

I would like to get rid of 'x11/qt5/qtwebkit'. Here is a short list with
ports using qtwebkit with some comments. All $MAINTAINER CC'd.

- geo/qgis: I can't imagine that such an active project would still use it.
- x11/py-qt5: Easy to remove
- x11/qt5/docs: Easy to remove
- x11/qt5/qttools: Easy to remove
- x11/smtube: Upstream dead? Nobody package is anymore:
   https://repology.org/project/smtube/versions


looks dead but I pinged the author for a final confirmation, if I don't 
get any feedback soon I will kill it.



- devel/zeal: I have an WIP update.
- www/ruby-capybara-webkit: Sent to ports for removal
- textproc/goldendict: I know, there is an issue with qt6 goldendict. I think
   that is the same issue as it is in zeal.
- databases/recoll: Needs an update, upstream switched to qt5-webengine
- productivity/libalkimia: Needs an update, upstream switched to qt5-webengine
- databases/kexi: On my list, remove the dependency
- devel/kreport: On my list, remove the dependency
- multimedia/upplay: Needs an update, ping maintainer
- net/qsyncthingtray: dead upstream?
- misc/subsurface: dead upstream?
- meta/qt5: On my list
- mail/trojita: Already removed

I would be delighted if the maintainers could take a look at this.

Grateful for any support!

Rafael





Re: [MAINTAINER UPDATE] www/honk 1.1.1 --> 1.2.0

2023-12-22 Thread gonzalo




On 12/21/23 19:16, Horia Racoviceanu wrote:

Upgrade to v1.2.0
- update package README
- update package MESSAGE

changelog

### 1.2.0 Forgotten Followup

+ Filter option to match unknown actors.

+ Update some dependencies.

+ Watch local.css for changes.

+ MacOS support. lol.

+ Wait for requests to drain on shutdown.

+ Handle quoteUrl property.

+ Reroute memes to donks in emergencies.

+ Fix handling of svg with bom fucks.

+ FastCGI listening.

+ Finally fix slow public queries.


thanks!

this is OK for me, I will commit it soon.



Re: [update] nextcloud 27.1.4 / 26.0.8

2023-11-27 Thread gonzalo




On 11/27/23 15:17, Landry Breuil wrote:

hi,

as every month.. 27.1.4 wfm.

Landry


You are way too fast :)

OK, I have the same.

Thanks



Re: www/aria2: Update to 1.37.0

2023-11-27 Thread gonzalo




On 11/27/23 11:41, wen heping wrote:

Hi, ports@:
 
 Here is a simple patch for www/aria2 to update to 1.37.0.

It build and run well on amd64-current system. 3 tests failed
in all 1k tests.

Any comments ?


Regards,
wen


Thanks I will take a look and commit it.



Re: [MAINTAINER UPDATE] www/honk 1.2.0 -> 1.2.1

2024-01-25 Thread gonzalo




On 1/25/24 07:36, Horia Racoviceanu wrote:

Upgrade to v1.2.1
- unbreak

changelog

### 1.2.1 Solipsist Satisfaction

+ Federation reliability and compat improvements.

+ Fix 32 bit support.

+ Close databases to give the wal file a chance to checkpoint.

+ Dim images in darkmode.

- Remove the hoot: feature. The bird is dead.


This is OK for me, I will commit it today.

Thanks!



Re: UPDATE: Dendrite-0.13.5

2024-01-26 Thread gonzalo

(づ。◕‿‿◕。)づ any love for dendrite?


On 1/17/24 09:33, Gonzalo L. Rodriguez wrote:

Hello,

Update for Dendrite to 0.13.5:

https://github.com/matrix-org/dendrite/releases/tag/v0.13.5

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/net/dendrite/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile31 Aug 2023 06:45:41 -  1.26
+++ Makefile17 Jan 2024 07:57:10 -
@@ -1,7 +1,7 @@
  COMMENT = matrix homeserver written in Go
  
  MODGO_MODNAME =	github.com/matrix-org/dendrite

-MODGO_VERSION =v0.13.2
+MODGO_VERSION =v0.13.5
  
  DISTNAME =	dendrite-${MODGO_VERSION}
  
Index: distinfo

===
RCS file: /cvs/ports/net/dendrite/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo31 Aug 2023 06:45:41 -  1.19
+++ distinfo17 Jan 2024 07:57:11 -
@@ -1,4 +1,4 @@
-SHA256 (dendrite-v0.13.2.zip) = wPMrdMLxnN6YIQEf+RkJd+BvJJgJwApRVEmCyjXRRP4=
+SHA256 (dendrite-v0.13.5.zip) = 6NkednWIqbfRFkB8lVHOhFg2iu419b8WyZkfdMSIwJc=
  SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod)
 = +sTF2PaC+eyXchsvyf1TBiqxcLLSt/q4/8EK4YOhlR4=
  SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip)
 = ylMwkB/NqD0JVTrDYldtGWxTEVe8nFAudrI3zKJitAA=
  SHA256 
(go_modules/github.com/!arceliar/ironwood/@v/v0.0.0-20221025225125-45b4281814c2.mod)
 = /juPd/r0QaZxYsS4PDpr7/UAalYQx1nj6jai4KPdE6c=
@@ -135,8 +135,8 @@ SHA256 (go_modules/github.com/dgryski/go
  SHA256 
(go_modules/github.com/dgryski/go-farm/@v/v0.0.0-20190423205320-6a90982ecee2.zip)
 = 0ftg8c5WKssHVp1TtDNTtz9DmRHCfuzvcWMFzS1zAlg=
  SHA256 (go_modules/github.com/docker/distribution/@v/v2.8.2+incompatible.mod) 
= 8WJgpOubxmzzMUzM0qv+QkXD+3yoFlMeZI333gXFYAQ=
  SHA256 (go_modules/github.com/docker/distribution/@v/v2.8.2+incompatible.zip) 
= ngoXu8qhQZIyzUTjp5IJvibZzPoHnjLg6ZmcgcCZFHc=
-SHA256 (go_modules/github.com/docker/docker/@v/v20.10.24+incompatible.mod) = 
kf0O0nQ9pHohFX0Pa3aFky9UqMNjIX5sW8Z88iP/2CI=
-SHA256 (go_modules/github.com/docker/docker/@v/v20.10.24+incompatible.zip) = 
T6LavZYqXyntebNOqu1Nj6ibdgWmSx8MZkwUcXGFUoU=
+SHA256 (go_modules/github.com/docker/docker/@v/v24.0.7+incompatible.mod) = 
kf0O0nQ9pHohFX0Pa3aFky9UqMNjIX5sW8Z88iP/2CI=
+SHA256 (go_modules/github.com/docker/docker/@v/v24.0.7+incompatible.zip) = 
qb9LUxiMr0GtpaVJDZnEToCNL0pyUCjicX2bMch/UAI=
  SHA256 (go_modules/github.com/docker/go-connections/@v/v0.4.0.mod) = 
PaVqKXDHlKCzgbUAg3cJRJ+urCcUglMbDCIo6zpxFEg=
  SHA256 (go_modules/github.com/docker/go-connections/@v/v0.4.0.zip) = 
Vw687n5v2ETgDInuqysZIggdaWnfdgeN/k/6zT21ato=
  SHA256 (go_modules/github.com/docker/go-units/@v/v0.5.0.mod) = 
7UVXffs1YrxpPc7ZGxcvcQ8akInECAhSn0RzSHVODFg=
@@ -324,7 +324,8 @@ SHA256 (go_modules/github.com/klauspost/
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.mod) = 
bON2Yx8SuRwP2MaOa9aL8fCNZqQ23UGU9wBGQ/5iPBA=
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.9.mod) = 
HDqp639GIBVx3yygwb2cCV2BsskcHtk5OAjC5lTD/GQ=
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.zip) = 
fgBLtrcVNVCL+pxXJWz7LKI/CeooHb7K/qIXeWtxL80=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.zip) = 
Nim/vfjspprAAPM+jenpe3rMt8i3L1dLjdDhRaBWv4s=
  SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.mod) = 
nG/GHSQ1hCexvtSPaJTbOCyik2H0DQNojUsKvHVd0rI=
  SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.zip) = 
9o/4LKqAeUD+5hW0iY1Cg2V2Hus2hhlZyouRoDS9Dn4=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 
49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo=
@@ -357,8 +358,8 @@ SHA256 (go_modules/github.com/matrix-org
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20210324163249-be2af5ef2e16.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.zip)
 = +UQWtWsTC19Zy6a2CE5JC9e5P9rqQqTxIwOJ/xZRTCs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20230807152937-c48e302e15ac.mod)
 = 18wtXGcLQc7pujZ1ySZoJ3FpEr7AtntnBlotfS5B8IE=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20230807152937-c48e302e15ac.zip)
 = YwhCJgqLyrXJN+GRk81A9u8MrVKaL3jx/bXwP31aZQc=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.mod)
 = qvzbCosZspmTBadX/esiGzBfUngO3iLTIziwK9/0cDs=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0

Re: UPDATE: ARtty-1.4.8

2024-04-16 Thread gonzalo

ping

On 3/25/24 9:56 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Artty to 1.4.8:

https://github.com/mjwhitta/artty/releases/tag/v1.4.8

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/artty/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Aug 2023 07:30:33 -  1.3
+++ Makefile25 Mar 2024 08:54:39 -
@@ -1,7 +1,7 @@
  COMMENT = art for your TTY
  
  MODGO_MODNAME =	github.com/mjwhitta/artty

-MODGO_VERSION =v1.4.4
+MODGO_VERSION =v1.4.8
  
  DISTNAME =	artty-${MODGO_VERSION}
  
Index: distinfo

===
RCS file: /cvs/ports/sysutils/artty/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo11 Aug 2023 07:30:33 -  1.3
+++ distinfo25 Mar 2024 08:54:39 -
@@ -1,82 +1,84 @@
-SHA256 (artty-v1.4.4.zip) = iWAwN405Xo5DXZeKFBWe7dk8wJW9dU6Q60MnNnohRWc=
+SHA256 (artty-v1.4.8.zip) = eB6FNFDtdPWYOIp8YKAyBTRt+VV9m7UVPmlKkXYYHrs=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 
a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.mod) = 
hPPkCAOx69SoAuVXlLmZffCxc8SAnoVy/5BC7FWMobw=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.zip) = 
7PWkrySCbDrXWM4GQQygji1Y5NlQU747nd4uFIUsDNw=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 
9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 
No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.zip) = 
Ux79psC3yK/msEGW5gR9xtUPpIqo5Xb1hMgzGNN9SAI=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.zip) = 
Uv3KqQcxESmHtnx/OSUKHvYhvbgr0eccTgdJvwcFcO8=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.mod) = 
RYelLS8K4JuksQGFMuhQXXGZrzanXJkfEYFOjmV+OB0=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.zip) = 
slO9E3od5WMRVf8+bsHED462m9tW86Xk17D1jex6W84=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.mod) = 
qnVLVeTLdlA0bD1g+vax2dcHtZ9oYQqLEHu74yWYfMQ=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.zip) = 
aogZMsTjbXhdJZ8GPLiTUvXCecNJMu4uwyFRomn8F+M=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.zip) = 
ii/TQcel+tKTh6U+hljHe9dDI0UY9Hi3G9djvr0Y7Z4=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.mod) = 
7iHQxRuVnJPGD8b2oHRSjyicTHi3D4Iby17XwQy8TgY=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.zip) = 
JoQ7qGlijuKp9nHqWOyKBFHr5xohHo0qOjq6M0e6Dk0=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.mod) = 
lDyDwBq+ccwObSdOvMoVuhnD2cCtasBHXi+PutIfEI4=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.zip) = 
+939epkau0jjBalg4uT8Ld+GKVfRupPoPobg341Qptw=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.mod) = 
FFOsbLLYWSiV9OfGT16BSKFiEByaK7iX6nTyjsKchm4=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.zip) = 
f52m25TBDxSB3kgEGFjojDwAXpKaZRvirzW93ApndXM=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.zip) = 
ysZB9i/5y5zSYObiimApgdwvGRa1Ai3qOq+MWZICFMo=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.mod) = 
fZYf0HIooWuyWDE4+QJQp64LxLFY+1zQAx9Xc2x08AE=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.zip) = 
VCOQ0p7kKAorwP3juV7UXWf4fEzrePK3kYCZ8OGjLlg=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.mod) = 
6C4N3Tm5fzviZdziADdiiHzPfC5pQA/JLlEG/Nw7bOc=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.zip) = 
tHYK8q/YzPlUHRaWh50KT6QYzeqJD8V9sg0+q0asyLI=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.mod) = 
jUY25N0PTSKGDKw0i1aQsw9MjDDr3uuSg8P2f+UWWEE=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.zip) = 
i67Z7TNzKE5z6SpFFt//sPiCTj70T8Ftjb527UfB1Kw=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.mod) = 
uocCcm+8hjodzau3yYPhop3KfM8h/GLmvdX+AxfBWLk=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.zip) = 
Df7voclJcd4JDkdE1IjAeiVFqqLy1jFpDvGKxef4eIE=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.mod) = 
EwGCoUzubaEHc8H9lbaN1JFFAs1bA8zpyOSVVqvWzZk=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.zip) = 
TdY6G+Pb33s5JCm0+Va7iUJ3+m9rlrqK8OIRgVOXsMg=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.mod) = 
t92B+qMaKxwpLC/26g+wicdw4g9dOSKX5/BNXl4b2/8=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.zip

Re: UPDATE: Varnish-7.5.0

2024-04-16 Thread gonzalo

ping

On 3/25/24 9:21 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Varnish to 7.5.0:

https://varnish-cache.org/docs/7.5/whats-new/changes-7.5.html

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile8 Jan 2024 08:16:49 -   1.79
+++ Makefile25 Mar 2024 08:20:12 -
@@ -1,6 +1,6 @@
  COMMENT = high-performance HTTP accelerator
  
-DISTNAME =		varnish-7.4.2

+DISTNAME = varnish-7.5.0
  
  CATEGORIES =		www
  
Index: distinfo

===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo8 Jan 2024 08:16:49 -   1.36
+++ distinfo25 Mar 2024 08:20:12 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.4.2.tgz) = bT0DxnUU5rtOhYTkCjgfUecIYH05M3pj3ErkIGHZpG8=
-SIZE (varnish-7.4.2.tgz) = 3977831
+SHA256 (varnish-7.5.0.tgz) = /KYbmDE54arGHEVG0SoaOrmAfbsdgxRXHjFIyT/3K10=
+SIZE (varnish-7.5.0.tgz) = 4033962




Re: UPDATE: Axel-2.17.14

2024-04-16 Thread gonzalo

ping

On 4/8/24 9:56 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Axel to 2.17.14:

https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.14

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/net/axel/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile21 Feb 2024 07:35:25 -  1.19
+++ Makefile8 Apr 2024 07:55:11 -
@@ -1,6 +1,6 @@
  COMMENT=  tiny download accelerator
  
-V=		2.17.13

+V= 2.17.14
  DISTNAME= axel-$V
  
  CATEGORIES=	net

Index: distinfo
===
RCS file: /cvs/ports/net/axel/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo21 Feb 2024 07:35:25 -  1.8
+++ distinfo8 Apr 2024 07:55:11 -
@@ -1,2 +1,2 @@
-SHA256 (axel-2.17.13.tar.gz) = YEzn+9s3UAxGIpXWwD+lnrTf+3gP3y/DxB/6dcj27Dg=
-SIZE (axel-2.17.13.tar.gz) = 312226
+SHA256 (axel-2.17.14.tar.gz) = V19z9kDug2qV0ntUru0hbEW8HpFMrZLabwC5B9HJSSU=
+SIZE (axel-2.17.14.tar.gz) = 313731




Re: UPDATE: ARtty-1.4.8

2024-04-30 Thread gonzalo

anyone?

On 4/16/24 12:17 PM, gonzalo wrote:

ping

On 3/25/24 9:56 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Artty to 1.4.8:

https://github.com/mjwhitta/artty/releases/tag/v1.4.8

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/artty/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    11 Aug 2023 07:30:33 -    1.3
+++ Makefile    25 Mar 2024 08:54:39 -
@@ -1,7 +1,7 @@
  COMMENT =    art for your TTY
  MODGO_MODNAME =    github.com/mjwhitta/artty
-MODGO_VERSION =    v1.4.4
+MODGO_VERSION =    v1.4.8
  DISTNAME =    artty-${MODGO_VERSION}
Index: distinfo
===
RCS file: /cvs/ports/sysutils/artty/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    11 Aug 2023 07:30:33 -    1.3
+++ distinfo    25 Mar 2024 08:54:39 -
@@ -1,82 +1,84 @@
-SHA256 (artty-v1.4.4.zip) = iWAwN405Xo5DXZeKFBWe7dk8wJW9dU6Q60MnNnohRWc=
+SHA256 (artty-v1.4.8.zip) = eB6FNFDtdPWYOIp8YKAyBTRt+VV9m7UVPmlKkXYYHrs=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 
a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.mod) = 
hPPkCAOx69SoAuVXlLmZffCxc8SAnoVy/5BC7FWMobw=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.zip) = 
7PWkrySCbDrXWM4GQQygji1Y5NlQU747nd4uFIUsDNw=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 
9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 
No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.zip) = 
Ux79psC3yK/msEGW5gR9xtUPpIqo5Xb1hMgzGNN9SAI=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.zip) = 
Uv3KqQcxESmHtnx/OSUKHvYhvbgr0eccTgdJvwcFcO8=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.mod) = 
RYelLS8K4JuksQGFMuhQXXGZrzanXJkfEYFOjmV+OB0=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.zip) = 
slO9E3od5WMRVf8+bsHED462m9tW86Xk17D1jex6W84=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.mod) = 
qnVLVeTLdlA0bD1g+vax2dcHtZ9oYQqLEHu74yWYfMQ=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.zip) = 
aogZMsTjbXhdJZ8GPLiTUvXCecNJMu4uwyFRomn8F+M=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.zip) = 
ii/TQcel+tKTh6U+hljHe9dDI0UY9Hi3G9djvr0Y7Z4=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.mod) = 
7iHQxRuVnJPGD8b2oHRSjyicTHi3D4Iby17XwQy8TgY=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.zip) = 
JoQ7qGlijuKp9nHqWOyKBFHr5xohHo0qOjq6M0e6Dk0=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.mod) = 
lDyDwBq+ccwObSdOvMoVuhnD2cCtasBHXi+PutIfEI4=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.zip) = 
+939epkau0jjBalg4uT8Ld+GKVfRupPoPobg341Qptw=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.mod) = 
FFOsbLLYWSiV9OfGT16BSKFiEByaK7iX6nTyjsKchm4=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.zip) = 
f52m25TBDxSB3kgEGFjojDwAXpKaZRvirzW93ApndXM=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.zip) = 
ysZB9i/5y5zSYObiimApgdwvGRa1Ai3qOq+MWZICFMo=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.mod) = 
fZYf0HIooWuyWDE4+QJQp64LxLFY+1zQAx9Xc2x08AE=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.zip) = 
VCOQ0p7kKAorwP3juV7UXWf4fEzrePK3kYCZ8OGjLlg=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.mod) = 
6C4N3Tm5fzviZdziADdiiHzPfC5pQA/JLlEG/Nw7bOc=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.zip) = 
tHYK8q/YzPlUHRaWh50KT6QYzeqJD8V9sg0+q0asyLI=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.mod) = 
jUY25N0PTSKGDKw0i1aQsw9MjDDr3uuSg8P2f+UWWEE=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.zip) = 
i67Z7TNzKE5z6SpFFt//sPiCTj70T8Ftjb527UfB1Kw=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.mod) = 
uocCcm+8hjodzau3yYPhop3KfM8h/GLmvdX+AxfBWLk=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.zip) = 
Df7voclJcd4JDkdE1IjAeiVFqqLy1jFpDvGKxef4eIE=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.mod) = 
EwGCoUzubaEHc8H9lbaN1JFFAs1bA8zpyOSVVqvWzZk=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.zip) = 
TdY6G+Pb33s5JCm0+Va7iUJ3+m9rlrqK8OIRgVOXsMg=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.mod) = 
t92B+qMaKxwpLC/26g+wicdw4g9dOSKX5/BNXl4b2/8=
-SHA256 (go_modules/github.com/mjwhitta/where/@v

Re: UPDATE: Varnish-7.5.0

2024-04-30 Thread gonzalo

anyone?

On 4/16/24 12:17 PM, gonzalo wrote:

ping

On 3/25/24 9:21 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Varnish to 7.5.0:

https://varnish-cache.org/docs/7.5/whats-new/changes-7.5.html

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile    8 Jan 2024 08:16:49 -    1.79
+++ Makefile    25 Mar 2024 08:20:12 -
@@ -1,6 +1,6 @@
  COMMENT =    high-performance HTTP accelerator
-DISTNAME =    varnish-7.4.2
+DISTNAME =    varnish-7.5.0
  CATEGORIES =    www
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo    8 Jan 2024 08:16:49 -    1.36
+++ distinfo    25 Mar 2024 08:20:12 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.4.2.tgz) = 
bT0DxnUU5rtOhYTkCjgfUecIYH05M3pj3ErkIGHZpG8=

-SIZE (varnish-7.4.2.tgz) = 3977831
+SHA256 (varnish-7.5.0.tgz) = 
/KYbmDE54arGHEVG0SoaOrmAfbsdgxRXHjFIyT/3K10=

+SIZE (varnish-7.5.0.tgz) = 4033962






Re: UPDATE: Axel-2.17.14

2024-04-30 Thread gonzalo

anyone?

On 4/16/24 12:16 PM, gonzalo wrote:

ping

On 4/8/24 9:56 AM, Gonzalo L. Rodriguez wrote:

Hello,

Update for Axel to 2.17.14:

https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.14

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/net/axel/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    21 Feb 2024 07:35:25 -    1.19
+++ Makefile    8 Apr 2024 07:55:11 -
@@ -1,6 +1,6 @@
  COMMENT=    tiny download accelerator
-V=    2.17.13
+V=    2.17.14
  DISTNAME=    axel-$V
  CATEGORIES=    net
Index: distinfo
===
RCS file: /cvs/ports/net/axel/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    21 Feb 2024 07:35:25 -    1.8
+++ distinfo    8 Apr 2024 07:55:11 -
@@ -1,2 +1,2 @@
-SHA256 (axel-2.17.13.tar.gz) = 
YEzn+9s3UAxGIpXWwD+lnrTf+3gP3y/DxB/6dcj27Dg=

-SIZE (axel-2.17.13.tar.gz) = 312226
+SHA256 (axel-2.17.14.tar.gz) = 
V19z9kDug2qV0ntUru0hbEW8HpFMrZLabwC5B9HJSSU=

+SIZE (axel-2.17.14.tar.gz) = 313731






Re: [update] nextcloud 27.1.9

2024-04-30 Thread gonzalo




On 4/27/24 9:03 AM, Landry Breuil wrote:

hi,

still running fine on 7.4, will have a REVISION bump in -current ?

ok ?

Landry


I think it's not need it anymore in -current, maybe sthen@ can confirm? :)

I have the same diff anyway.

OK.



Re: UPDATE: Dendrite-0.13.6

2024-04-09 Thread gonzalo

ping

On 3/25/24 20:04, Gonzalo L. Rodriguez wrote:

Hello,

Update for Dendrite to 0.13.6:

https://github.com/matrix-org/dendrite/releases/tag/v0.13.6

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/net/dendrite/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile1 Feb 2024 15:49:37 -   1.27
+++ Makefile25 Mar 2024 19:01:59 -
@@ -1,7 +1,7 @@
  COMMENT = matrix homeserver written in Go
  
  MODGO_MODNAME =	github.com/matrix-org/dendrite

-MODGO_VERSION =v0.13.5
+MODGO_VERSION =v0.13.6
  
  DISTNAME =	dendrite-${MODGO_VERSION}
  
Index: distinfo

===
RCS file: /cvs/ports/net/dendrite/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo1 Feb 2024 15:49:37 -   1.20
+++ distinfo25 Mar 2024 19:02:00 -
@@ -1,4 +1,4 @@
-SHA256 (dendrite-v0.13.5.zip) = 6NkednWIqbfRFkB8lVHOhFg2iu419b8WyZkfdMSIwJc=
+SHA256 (dendrite-v0.13.6.zip) = TFk+OowA2lIvEJxyUiA54fxOWHWgoL9PDze5sctBN9w=
  SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod)
 = +sTF2PaC+eyXchsvyf1TBiqxcLLSt/q4/8EK4YOhlR4=
  SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip)
 = ylMwkB/NqD0JVTrDYldtGWxTEVe8nFAudrI3zKJitAA=
  SHA256 
(go_modules/github.com/!arceliar/ironwood/@v/v0.0.0-20221025225125-45b4281814c2.mod)
 = /juPd/r0QaZxYsS4PDpr7/UAalYQx1nj6jai4KPdE6c=
@@ -225,7 +225,6 @@ SHA256 (go_modules/github.com/golang/pro
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.2.mod) = 
wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q=
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.3.mod) = 
1S4SrQsoSK63qyUiw+9tfldiGA9VYhaENhLSYY6U8oE=
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.5.mod) = 
s6wk4gSR2Eb+rulQiL3gkmzl4kU4UCUPUkdEFuZhKUQ=
-SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.2.mod) = 
S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU=
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.0.mod) = 
c4y7HelrZ6YjisO4CBzYsb+w2uvPbJu+jL221zuuzRk=
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.2.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
  SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.3.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
@@ -323,9 +322,9 @@ SHA256 (go_modules/github.com/kisielk/go
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.10.3.mod) = 
rqg6mMd7wLglwC4EHyS/E7yDLigVhyG6qiiSZF0wrT8=
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.mod) = 
bON2Yx8SuRwP2MaOa9aL8fCNZqQ23UGU9wBGQ/5iPBA=
  SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.9.mod) = 
HDqp639GIBVx3yygwb2cCV2BsskcHtk5OAjC5lTD/GQ=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.zip) = 
Nim/vfjspprAAPM+jenpe3rMt8i3L1dLjdDhRaBWv4s=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.0.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.4.mod) = 
JjAqEltaUlSr5G4mgdVhv+p9yqndtbF8fkRxNHUIEBg=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.4.zip) = 
3RrMY8QL82zPsqen3UZXnqZ1heN/HS27BgJrVu9iWQM=
  SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.mod) = 
nG/GHSQ1hCexvtSPaJTbOCyik2H0DQNojUsKvHVd0rI=
  SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.zip) = 
9o/4LKqAeUD+5hW0iY1Cg2V2Hus2hhlZyouRoDS9Dn4=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 
49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo=
@@ -358,8 +357,8 @@ SHA256 (go_modules/github.com/matrix-org
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20210324163249-be2af5ef2e16.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
  SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.zip)
 = +UQWtWsTC19Zy6a2CE5JC9e5P9rqQqTxIwOJ/xZRTCs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.mod)
 = qvzbCosZspmTBadX/esiGzBfUngO3iLTIziwK9/0cDs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.zip)
 = urEvSf2WXDLEppl8LBQAMZg1XUlgZhgTmbAxaP1S6f0=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20240109180417-3495e573f2b7.mod)
 = M9vjiZVMPwClrmb2PlT3Pn4/xYouf/oShuxAkB9RZKk=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20240109180417-3495e573f2b7.zip)
 = Sp8xN4mOpFPCuQXI0q0UXl63PoIaSwI6jXMJ0KK07ec=
  SHA256 
(go_modules/github.com/matrix-org/pinecone/@v/v0.11.1

Re: UPDATE: ARtty-1.4.8

2024-04-08 Thread gonzalo

ping

On 3/25/24 09:56, Gonzalo L. Rodriguez wrote:

Hello,

Update for Artty to 1.4.8:

https://github.com/mjwhitta/artty/releases/tag/v1.4.8

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/artty/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Aug 2023 07:30:33 -  1.3
+++ Makefile25 Mar 2024 08:54:39 -
@@ -1,7 +1,7 @@
  COMMENT = art for your TTY
  
  MODGO_MODNAME =	github.com/mjwhitta/artty

-MODGO_VERSION =v1.4.4
+MODGO_VERSION =v1.4.8
  
  DISTNAME =	artty-${MODGO_VERSION}
  
Index: distinfo

===
RCS file: /cvs/ports/sysutils/artty/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo11 Aug 2023 07:30:33 -  1.3
+++ distinfo25 Mar 2024 08:54:39 -
@@ -1,82 +1,84 @@
-SHA256 (artty-v1.4.4.zip) = iWAwN405Xo5DXZeKFBWe7dk8wJW9dU6Q60MnNnohRWc=
+SHA256 (artty-v1.4.8.zip) = eB6FNFDtdPWYOIp8YKAyBTRt+VV9m7UVPmlKkXYYHrs=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
  SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 
a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.mod) = 
hPPkCAOx69SoAuVXlLmZffCxc8SAnoVy/5BC7FWMobw=
  SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.zip) = 
7PWkrySCbDrXWM4GQQygji1Y5NlQU747nd4uFIUsDNw=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 
9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY=
  SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 
No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.zip) = 
Ux79psC3yK/msEGW5gR9xtUPpIqo5Xb1hMgzGNN9SAI=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.zip) = 
Uv3KqQcxESmHtnx/OSUKHvYhvbgr0eccTgdJvwcFcO8=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.mod) = 
RYelLS8K4JuksQGFMuhQXXGZrzanXJkfEYFOjmV+OB0=
  SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.zip) = 
slO9E3od5WMRVf8+bsHED462m9tW86Xk17D1jex6W84=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.mod) = 
qnVLVeTLdlA0bD1g+vax2dcHtZ9oYQqLEHu74yWYfMQ=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.zip) = 
aogZMsTjbXhdJZ8GPLiTUvXCecNJMu4uwyFRomn8F+M=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.zip) = 
ii/TQcel+tKTh6U+hljHe9dDI0UY9Hi3G9djvr0Y7Z4=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.mod) = 
7iHQxRuVnJPGD8b2oHRSjyicTHi3D4Iby17XwQy8TgY=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.zip) = 
JoQ7qGlijuKp9nHqWOyKBFHr5xohHo0qOjq6M0e6Dk0=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.mod) = 
lDyDwBq+ccwObSdOvMoVuhnD2cCtasBHXi+PutIfEI4=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.zip) = 
+939epkau0jjBalg4uT8Ld+GKVfRupPoPobg341Qptw=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.mod) = 
FFOsbLLYWSiV9OfGT16BSKFiEByaK7iX6nTyjsKchm4=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.zip) = 
f52m25TBDxSB3kgEGFjojDwAXpKaZRvirzW93ApndXM=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.zip) = 
ysZB9i/5y5zSYObiimApgdwvGRa1Ai3qOq+MWZICFMo=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.mod) = 
fZYf0HIooWuyWDE4+QJQp64LxLFY+1zQAx9Xc2x08AE=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.zip) = 
VCOQ0p7kKAorwP3juV7UXWf4fEzrePK3kYCZ8OGjLlg=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.mod) = 
6C4N3Tm5fzviZdziADdiiHzPfC5pQA/JLlEG/Nw7bOc=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.zip) = 
tHYK8q/YzPlUHRaWh50KT6QYzeqJD8V9sg0+q0asyLI=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.mod) = 
jUY25N0PTSKGDKw0i1aQsw9MjDDr3uuSg8P2f+UWWEE=
  SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.zip) = 
i67Z7TNzKE5z6SpFFt//sPiCTj70T8Ftjb527UfB1Kw=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.mod) = 
uocCcm+8hjodzau3yYPhop3KfM8h/GLmvdX+AxfBWLk=
  SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.zip) = 
Df7voclJcd4JDkdE1IjAeiVFqqLy1jFpDvGKxef4eIE=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.mod) = 
EwGCoUzubaEHc8H9lbaN1JFFAs1bA8zpyOSVVqvWzZk=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.zip) = 
TdY6G+Pb33s5JCm0+Va7iUJ3+m9rlrqK8OIRgVOXsMg=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.mod) = 
t92B+qMaKxwpLC/26g+wicdw4g9dOSKX5/BNXl4b2/8=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.zip

Re: UPDATE: SQLMap-1.8.3

2024-04-08 Thread gonzalo

ping

On 3/25/24 09:42, Gonzalo L. Rodriguez wrote:

Hello,

Update for SQLMap to 1.8.3:

https://github.com/sqlmapproject/sqlmap/releases

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile3 Sep 2023 13:44:18 -   1.46
+++ Makefile25 Mar 2024 08:39:21 -
@@ -2,7 +2,7 @@ COMMENT =   penetration testing tool to d
  
  GH_ACCOUNT =		sqlmapproject

  GH_PROJECT =  sqlmap
-GH_TAGNAME =   1.7.8
+GH_TAGNAME =   1.8.3
  
  CATEGORIES =		security
  
Index: distinfo

===
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo3 Sep 2023 13:44:18 -   1.36
+++ distinfo25 Mar 2024 08:39:21 -
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.7.8.tar.gz) = 5nY18WpzH1uUExfJ+ncbKg6YjO76S/cLdWiLvh1EiPo=
-SIZE (sqlmap-1.7.8.tar.gz) = 7214346
+SHA256 (sqlmap-1.8.3.tar.gz) = tr9cAOy5b7vGc6yaVFOIYUBkDyjNy9YJHVWv1jxNphc=
+SIZE (sqlmap-1.8.3.tar.gz) = 7216846




Re: UPDATE: Lynis-3.1.1

2024-04-08 Thread gonzalo

ping

On 3/25/24 09:35, Gonzalo L. Rodriguez wrote:

Hello,

Update for Lynis to 3.1.1:

https://cisofy.com/changelog/lynis/#311

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/security/lynis/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile27 Sep 2023 16:34:33 -  1.47
+++ Makefile25 Mar 2024 08:34:17 -
@@ -1,6 +1,6 @@
  COMMENT=  security auditing tool
  
-DISTNAME =	lynis-3.0.9

+DISTNAME = lynis-3.1.1
  
  CATEGORIES=	security
  
Index: distinfo

===
RCS file: /cvs/ports/security/lynis/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo3 Sep 2023 15:09:03 -   1.41
+++ distinfo25 Mar 2024 08:34:17 -
@@ -1,2 +1,2 @@
-SHA256 (lynis-3.0.9.tar.gz) = 85TffSA5H7dul1rojz66HaBaycSUXix/cJMm4YXhcCU=
-SIZE (lynis-3.0.9.tar.gz) = 339171
+SHA256 (lynis-3.1.1.tar.gz) = 1y9O5zJYFruNv88x6xBCB7n+WKJJPCqHU3N0anEoTMM=
+SIZE (lynis-3.1.1.tar.gz) = 344324
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/lynis/pkg/PLIST,v
retrieving revision 1.24
diff -u -p -r1.24 PLIST
--- pkg/PLIST   11 Mar 2022 19:53:33 -  1.24
+++ pkg/PLIST   25 Mar 2024 08:34:17 -
@@ -36,6 +36,7 @@ share/lynis/db/languages/fr
  share/lynis/db/languages/gr
  share/lynis/db/languages/he
  share/lynis/db/languages/hu
+share/lynis/db/languages/id
  share/lynis/db/languages/it
  share/lynis/db/languages/ja
  share/lynis/db/languages/ko




Re: UPDATE: Varnish-7.5.0

2024-04-08 Thread gonzalo

ping

On 3/25/24 09:21, Gonzalo L. Rodriguez wrote:

Hello,

Update for Varnish to 7.5.0:

https://varnish-cache.org/docs/7.5/whats-new/changes-7.5.html

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile8 Jan 2024 08:16:49 -   1.79
+++ Makefile25 Mar 2024 08:20:12 -
@@ -1,6 +1,6 @@
  COMMENT = high-performance HTTP accelerator
  
-DISTNAME =		varnish-7.4.2

+DISTNAME = varnish-7.5.0
  
  CATEGORIES =		www
  
Index: distinfo

===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo8 Jan 2024 08:16:49 -   1.36
+++ distinfo25 Mar 2024 08:20:12 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.4.2.tgz) = bT0DxnUU5rtOhYTkCjgfUecIYH05M3pj3ErkIGHZpG8=
-SIZE (varnish-7.4.2.tgz) = 3977831
+SHA256 (varnish-7.5.0.tgz) = /KYbmDE54arGHEVG0SoaOrmAfbsdgxRXHjFIyT/3K10=
+SIZE (varnish-7.5.0.tgz) = 4033962




Re: UPDATE: Nextcloud-28.0.4

2024-04-08 Thread gonzalo

ping

On 4/2/24 19:17, Gonzalo L. Rodriguez wrote:

Hello,

Update for Nextcloud to 28.0.4:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile5 Mar 2024 09:55:51 -   1.4
+++ Makefile2 Apr 2024 17:12:46 -
@@ -1,3 +1,3 @@
-NC_VERSION=28.0.3
+NC_VERSION=28.0.4
  
  .include 

Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
diff -u -p -r1.2 distinfo
--- distinfo5 Mar 2024 09:55:51 -   1.2
+++ distinfo2 Apr 2024 17:12:46 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.3.tar.bz2) = 
ntQTwN4W9bAzzu/8ypnA1h/GmNvrjbhRrJrfnu+VGQY=
-SIZE (nextcloud-28.0.3.tar.bz2) = 185856401
+SHA256 (nextcloud-28.0.4.tar.bz2) = 
m/7O4eEvukjEnppxyqgcS6ELKIR4f6t11kzP0SKhMBk=
+SIZE (nextcloud-28.0.4.tar.bz2) = 189242050
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Mar 2024 09:55:51 -   1.2
+++ pkg/PLIST   2 Apr 2024 17:13:08 -
@@ -8385,6 +8385,8 @@ nextcloud/apps/admin_audit/l10n/it.js
  nextcloud/apps/admin_audit/l10n/it.json
  nextcloud/apps/admin_audit/l10n/ja.js
  nextcloud/apps/admin_audit/l10n/ja.json
+nextcloud/apps/admin_audit/l10n/ka.js
+nextcloud/apps/admin_audit/l10n/ka.json
  nextcloud/apps/admin_audit/l10n/ko.js
  nextcloud/apps/admin_audit/l10n/ko.json
  nextcloud/apps/admin_audit/l10n/lt_LT.js
@@ -8812,6 +8814,8 @@ nextcloud/apps/circles/l10n/ka_GE.js
  nextcloud/apps/circles/l10n/ka_GE.json
  nextcloud/apps/circles/l10n/kab.js
  nextcloud/apps/circles/l10n/kab.json
+nextcloud/apps/circles/l10n/kn.js
+nextcloud/apps/circles/l10n/kn.json
  nextcloud/apps/circles/l10n/ko.js
  nextcloud/apps/circles/l10n/ko.json
  nextcloud/apps/circles/l10n/lb.js
@@ -8844,6 +8848,8 @@ nextcloud/apps/circles/l10n/ru.js
  nextcloud/apps/circles/l10n/ru.json
  nextcloud/apps/circles/l10n/sc.js
  nextcloud/apps/circles/l10n/sc.json
+nextcloud/apps/circles/l10n/si.js
+nextcloud/apps/circles/l10n/si.json
  nextcloud/apps/circles/l10n/sk.js
  nextcloud/apps/circles/l10n/sk.json
  nextcloud/apps/circles/l10n/sl.js
@@ -8876,8 +8882,7 @@ nextcloud/apps/circles/lib/Activity/Filt
  nextcloud/apps/circles/lib/Activity/Provider.php
  nextcloud/apps/circles/lib/Activity/ProviderParser.php
  nextcloud/apps/circles/lib/Activity/ProviderSubjectCircle.php
-nextcloud/apps/circles/lib/Activity/ProviderSubjectGroup.php
-nextcloud/apps/circles/lib/Activity/ProviderSubjectLink.php
+nextcloud/apps/circles/lib/Activity/ProviderSubjectCircleMember.php
  nextcloud/apps/circles/lib/Activity/ProviderSubjectMember.php
  nextcloud/apps/circles/lib/Activity/SettingAsMember.php
  nextcloud/apps/circles/lib/Activity/SettingAsModerator.php
@@ -9257,6 +9262,7 @@ nextcloud/apps/circles/lib/Search/LocalU
  nextcloud/apps/circles/lib/Search/UnifiedSearchProvider.php
  nextcloud/apps/circles/lib/Search/UnifiedSearchResult.php
  nextcloud/apps/circles/lib/Service/
+nextcloud/apps/circles/lib/Service/ActivityService.php
  nextcloud/apps/circles/lib/Service/CircleService.php
  nextcloud/apps/circles/lib/Service/CirclesService.php
  nextcloud/apps/circles/lib/Service/ConfigService.php
@@ -9410,6 +9416,8 @@ nextcloud/apps/cloud_federation_api/l10n
  nextcloud/apps/cloud_federation_api/l10n/es_CL.json
  nextcloud/apps/cloud_federation_api/l10n/es_EC.js
  nextcloud/apps/cloud_federation_api/l10n/es_EC.json
+nextcloud/apps/cloud_federation_api/l10n/es_MX.js
+nextcloud/apps/cloud_federation_api/l10n/es_MX.json
  nextcloud/apps/cloud_federation_api/l10n/et_EE.js
  nextcloud/apps/cloud_federation_api/l10n/et_EE.json
  nextcloud/apps/cloud_federation_api/l10n/eu.js
@@ -9751,6 +9759,8 @@ nextcloud/apps/contactsinteraction/l10n/
  nextcloud/apps/contactsinteraction/l10n/es.json
  nextcloud/apps/contactsinteraction/l10n/es_EC.js
  nextcloud/apps/contactsinteraction/l10n/es_EC.json
+nextcloud/apps/contactsinteraction/l10n/es_MX.js
+nextcloud/apps/contactsinteraction/l10n/es_MX.json
  nextcloud/apps/contactsinteraction/l10n/eu.js
  nextcloud/apps/contactsinteraction/l10n/eu.json
  nextcloud/apps/contactsinteraction/l10n/fa.js
@@ -10002,6 +10012,8 @@ nextcloud/apps/dav/img/schedule.svg
  nextcloud/apps/dav/l10n/
  nextcloud/apps/dav/l10n/ar.js
  nextcloud/apps/dav/l10n/ar.json
+nextcloud/apps/dav/l10n/ast.js
+nextcloud/apps/dav/l10n/ast.json
  nextcloud/apps/dav/l10n/bg.js
  nextcloud/apps/dav/l10n/bg.json
  nextcloud/apps/dav/l10n/ca.js
@@ -12071,9 +12083,9 @@ nextcloud/apps/files_pdfviewer/js/files_
  nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
  nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.LICENSE.txt
  nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer

Fix: libyajl

2024-05-22 Thread gonzalo
Hello,

Little update for fix libyajl:

https://github.com/lloyd/yajl/issues/250
https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/devel/libyajl/Makefile,v
diff -u -p -r1.16 Makefile
--- Makefile11 Mar 2022 18:50:42 -  1.16
+++ Makefile8 May 2024 13:07:18 -
@@ -4,6 +4,7 @@ GH_ACCOUNT =lloyd
 GH_PROJECT =   yajl
 GH_TAGNAME =   2.1.0
 PKGNAME =  lib${DISTNAME}
+REVISION = 0
 
 CATEGORIES =   devel
 
Index: patches/patch-src_yajl_tree_c
===
RCS file: patches/patch-src_yajl_tree_c
diff -N patches/patch-src_yajl_tree_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_yajl_tree_c   8 May 2024 13:07:18 -
@@ -0,0 +1,13 @@
+Index: src/yajl_tree.c
+--- src/yajl_tree.c.orig
 src/yajl_tree.c
+@@ -445,6 +445,9 @@ yajl_val yajl_tree_parse (const char *input,
+  YA_FREE(&(handle->alloc), internal_err_str);
+ }
+ yajl_free (handle);
++  //If the requested memory is not released in time, it will cause memory 
leakage
++  if(ctx.root)
++   yajl_tree_free(ctx.root);
+ return NULL;
+ }
+ 
-- 

     %gonzalo



UPDATE: Nextcloud-28.0.6

2024-05-28 Thread gonzalo
/apps/twofactor_totp/l10n/he.js
@@ -21290,9 +21281,6 @@ nextcloud/apps/twofactor_totp/lib/Settin
 nextcloud/apps/twofactor_totp/lib/Settings/Personal.php
 nextcloud/apps/twofactor_totp/package-lock.json
 nextcloud/apps/twofactor_totp/package.json
-nextcloud/apps/twofactor_totp/screenshots/
-nextcloud/apps/twofactor_totp/screenshots/enter_challenge.png
-nextcloud/apps/twofactor_totp/screenshots/settings.png
 nextcloud/apps/twofactor_totp/templates/
 nextcloud/apps/twofactor_totp/templates/challenge.php
 nextcloud/apps/twofactor_totp/templates/loginsetup.php
@@ -21344,7 +21332,6 @@ nextcloud/apps/twofactor_totp/vendor/rul
 nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/
 nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/TOTPTest.php
 nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/bootstrap.php
-nextcloud/apps/twofactor_totp/webpack.config.js
 nextcloud/apps/updatenotification/
 nextcloud/apps/updatenotification/appinfo/
 nextcloud/apps/updatenotification/appinfo/info.xml
@@ -22123,7 +22110,6 @@ nextcloud/apps/user_status/lib/Service/P
 nextcloud/apps/user_status/lib/Service/StatusService.php
 nextcloud/apps/user_status/openapi.json
 nextcloud/apps/viewer/
-nextcloud/apps/viewer/.stylelintignore
 nextcloud/apps/viewer/COPYING
 nextcloud/apps/viewer/appinfo/
 nextcloud/apps/viewer/appinfo/info.xml
@@ -22143,7 +22129,6 @@ nextcloud/apps/viewer/composer/composer/
 nextcloud/apps/viewer/composer/composer/autoload_static.php
 nextcloud/apps/viewer/css/
 nextcloud/apps/viewer/css/viewer-main.css
-nextcloud/apps/viewer/cypress.config.ts
 nextcloud/apps/viewer/img/
 nextcloud/apps/viewer/img/app.svg
 nextcloud/apps/viewer/img/blank.mp4
@@ -22245,6 +22230,8 @@ nextcloud/apps/viewer/l10n/fi.js
 nextcloud/apps/viewer/l10n/fi.json
 nextcloud/apps/viewer/l10n/fr.js
 nextcloud/apps/viewer/l10n/fr.json
+nextcloud/apps/viewer/l10n/ga.js
+nextcloud/apps/viewer/l10n/ga.json
 nextcloud/apps/viewer/l10n/gd.js
 nextcloud/apps/viewer/l10n/gd.json
 nextcloud/apps/viewer/l10n/gl.js
@@ -22362,7 +22349,6 @@ nextcloud/apps/viewer/lib/Listener/
 nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
 nextcloud/apps/viewer/package-lock.json
 nextcloud/apps/viewer/package.json
-nextcloud/apps/viewer/tsconfig.json
 nextcloud/apps/viewer/webpack.config.ts
 nextcloud/apps/weather_status/
 nextcloud/apps/weather_status/appinfo/
@@ -24383,12 +24369,12 @@ nextcloud/dist/7462-7462.js.map
 nextcloud/dist/7883-7883.js
 nextcloud/dist/7883-7883.js.LICENSE.txt
 nextcloud/dist/7883-7883.js.map
+nextcloud/dist/8094-8094.js
+nextcloud/dist/8094-8094.js.LICENSE.txt
+nextcloud/dist/8094-8094.js.map
 nextcloud/dist/8618-8618.js
 nextcloud/dist/8618-8618.js.LICENSE.txt
 nextcloud/dist/8618-8618.js.map
-nextcloud/dist/8718-8718.js
-nextcloud/dist/8718-8718.js.LICENSE.txt
-nextcloud/dist/8718-8718.js.map
 nextcloud/dist/comments-comments-app.js
 nextcloud/dist/comments-comments-app.js.LICENSE.txt
 nextcloud/dist/comments-comments-app.js.map
-- 

 %gonzalo



Re: CVS: cvs.openbsd.org: ports

2023-09-03 Thread gonzalo




On 9/3/23 15:44, Gonzalo L. Rodriguez wrote:

CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 07:44:18

Modified files:
security/sqlmap: Makefile distinfo

Log message:
Update SQLMap to 1.7.8.

OK kn@


This was also

OK sdk@



Re: Packages for OpenBSD 4.7

2010-06-07 Thread Gonzalo Rodriguez
He talk about this: http://www.openbsd.org/4.6_packages/

2010/6/7 Tim Howe th...@bendtel.net:
 On Mon, 7 Jun 2010 13:06:26 -0400 (Eastern Daylight Time)
 Boris Doshin bdos...@start.ca wrote:

 Hello,

 Could you please let me know when Packages for OpenBSD 4.7
 (http://www.openbsd.org/4.7_packages/) will be available.

        Packages have been available.  Your URL is not correct.

        ftp://${your_closest_mirror}/pub/OpenBSD/4.7/packages/${your_arch}/

        Please see http://www.openbsd.org/faq/faq15.html

 --TimH





Re: NEW: gecode

2010-07-28 Thread Gonzalo Rodriguez
Don't Works here (i386 4.6) Edd.

checking how to run the C++ preprocessor... c++ -E
configure: error: Your version of gcc is too old. You need at least version 4.2.
*** Error code 1


Regards


2010/7/28 Edd Barrett vex...@gmail.com:
 Hi,

 Gecode is a constraint solver framework, which I am considering using for some
 research, here is a port I have tested on amd64 only. I will kick off a 
 sparc64
 build soon.

 Can someone try on a GCC3 arch?

 OK's welcome.

 Thanks
 --
 Best Regards
 Edd Barrett

 http://www.theunixzoo.co.uk




Re: NEW: gecode

2010-07-28 Thread Gonzalo Rodriguez
Works fine in -current i386

2010/7/28 Edd Barrett vex...@gmail.com:
 On Wed, Jul 28, 2010 at 9:48 PM, Vivien MOREAU v...@serengetty.fr wrote:
 Wednesday 28 Jul 2010 17:03:01 (-0300), Gonzalo Rodriguez wrote :

 Don't Works here (i386 4.6) Edd.

 checking how to run the C++ preprocessor... c++ -E
 configure: error: Your version of gcc is too old. You need at least version 
 4.2.
 *** Error code 1

 Please test with OpenBSD-current! :-)

 Yeh, he knows, I just asked him to post this here to remind me to fix
 it - it's still valid.

 I am torn between ONLY_FOR_ACHES =${GCC4_ARCHES} or a construct like
 in www/webkit. Is there a preference?

 Thanks

 --
 Best Regards
 Edd Barrett

 http://www.theunixzoo.co.uk





Re: UPDATE: Nextcloud-18.0.2

2020-03-22 Thread Gonzalo Rodriguez
ping

— gonzalo

> On 13. Mar 2020, at 21:47, Gonzalo L. Rodriguez  wrote:
> 
> Hello,
> 
> Update for Nextcloud to 18.0.2:
> 
> https://nextcloud.com/changelog/#latest18
> 
> OK? Comments?
> 
> Cheers.-
> 
> -- 
> 
>- gonzalo
> 



Re: UPDATE: Nextcloud-19

2020-06-08 Thread Gonzalo Rodriguez
The cloud needs love.

— gonzalo

> On 3. Jun 2020, at 14:33, Gonzalo L. Rodriguez  wrote:
> 
> Hello,
> 
> Update for Nextcloud to 19:
> 
> https://nextcloud.com/changelog/
> 
> OK? Comments?
> 
> Cheers.-
> 
> 
> -- 
> 
>- gonzalo
> 



Re: www/aria2-1.35.0 from -current ports build successful but SSL/TLS handshake failure: protocol error (core dumped)

2020-07-20 Thread Gonzalo Rodriguez
OK gonzalo@

— gonzalo

> On 18. Jul 2020, at 19:44, Theo Buehler  wrote:
> 
> On Sat, Jul 18, 2020 at 12:29:54PM +, Martin wrote:
>> Abort trap (core dumped) appeared exactly after updating 6.7 to -current 
>> with previously installed aria2 from 6.7 -stable package.
>> Rebuilding www/aria2 from 6.7 -current port didn't fix Abort trap (core 
>> dumped).
>> 
>> It seems aria2 port is broken with new SSL/TLS on 6.7 -current.
> 
> Since TLS_method() now defaults to TLSv1.3, this port doesn't do the
> translation from TLSv1.3 to its internal version defines correctly.
> 
> More precisely, it will retrieve TLS1_3_VERSION from SSL_version(3), but
> as TLS1_3_VERSION is currently not publicly defined, it will set its
> internal version to TLS_PROTO_NONE in
> 
> https://github.com/aria2/aria2/blob/master/src/LibsslTLSSession.cc#L217
> 
> then hit this assert():
> 
> https://github.com/aria2/aria2/blob/master/src/SocketCore.cc#L987
> 
> The easiest fix probably is to define TLS1_3_VERSION to the correct
> value from the environment.  There are two #ifdef TLS1_3_VERSION:
> 
> https://github.com/aria2/aria2/blob/master/src/LibsslTLSSession.cc#L210-L214
> https://github.com/aria2/aria2/blob/master/src/LibsslTLSContext.cc#L116-L120
> 
> Index: Makefile
> ===
> RCS file: /var/cvs/ports/www/aria2/Makefile,v
> retrieving revision 1.59
> diff -u -p -r1.59 Makefile
> --- Makefile15 Jul 2020 21:13:23 -1.59
> +++ Makefile18 Jul 2020 16:48:19 -
> @@ -7,6 +7,7 @@ V =1.35.0
> DISTNAME =    aria2-${V}
> CATEGORIES =www
> HOMEPAGE =https://aria2.github.io/
> +REVISION =0
> 
> MAINTAINER =Gonzalo L. R. 
> 
> @@ -32,7 +33,7 @@ TEST_DEPENDS =${BUILD_DEPENDS}
> WANTLIB += c cares crypto expat iconv intl m pthread sqlite3 ssh2 ssl z 
> ${COMPILER_LIBCXX}
> 
> CONFIGURE_STYLE =gnu
> -CONFIGURE_ENV =CPPFLAGS="-I${LOCALBASE}/include" \
> +CONFIGURE_ENV =CPPFLAGS="-DTLS1_3_VERSION=0x0304 
> -I${LOCALBASE}/include" \
>LDFLAGS="-L${LOCALBASE}/lib"
> 
> CONFIGURE_ARGS +=--disable-rpath \



Re: mail/greyscanner needs user & group

2020-12-14 Thread Gonzalo Rodriguez



— gonzalo

> On 14. Dec 2020, at 12:59, Mike Fischer  wrote:
> 
> Hi Boudewijn!
> 
> Looking at the description of greyscanner-2.01p0 I also notice that the given 
> URL does not work (anymore?):
> 
> WWW: https://bitbucket.org/jimrazmus/greyscanner/
> 
> I you are updating the package then perhaps a correction would be in order?
> 
> Searching for greyscanner I found https://github.com/jimrazmus/greyscanner 
> which might be more correct?

Yes, I asked Jim this before my last commit, he replied a couple days ago with 
that new repository, for now the tarball is in my own repo just in case.

> 
> THX.
> -- 
> Mike Fischer
> 
>> Am 14.12.2020 um 11:59 schrieb Boudewijn Dijkstra :
>> 
>> greyscanner
> 
> 



Re: UPDATE: Nextcloud-20.0.2

2020-11-19 Thread Gonzalo Rodriguez



> On 19. Nov 2020, at 20:55, Stefan Sperling  wrote:
> 
> On Thu, Nov 19, 2020 at 11:05:54AM -0700, Tracey Emery wrote:
>>> On Thu, Nov 19, 2020 at 05:52:11PM +0100, Gonzalo L. Rodriguez wrote:
>>> Hello,
>>> 
>>> Update for Nextcloud to 20.0.2:
>>> 
>>> https://nextcloud.com/changelog/
>>> 
>>> OK? Comments?
>> 
>> All good here. Ok tracey
> 
> still very slow on my sparc64 machine w/ softraid(4) crypto on vdsk(4) please 
> fix it for me k thx bye
> 

try again, this time with love.


Re: [update] www/purritobin to 0.6.7, www/uwebsockets to 19.2.0, net/usockets to 0.7.1 + new port databases/lmdbxx

2021-05-17 Thread Gonzalo Rodriguez
This is OK for me, I would like another OK, otherwise i will commit it this 
week.

Cheers.


— gonzalo

> On 16. May 2021, at 01:44, Aisha Tammy  wrote:
> 
> I've reattached the patch, hopefully without getting it mangled this time.
> 
> 
> diff --git a/net/usockets/Makefile b/net/usockets/Makefile
> index a484c23f93a..7fa566c8777 100644
> --- a/net/usockets/Makefile
> +++ b/net/usockets/Makefile
> @@ -3,38 +3,35 @@
> COMMENT=eventing, networking & crypto for async applications
> CATEGORIES =net
> 
> -VERSION =0.6.0
> -REVISION =1
> +VERSION =0.7.1
> 
> DISTNAME =usockets-${VERSION}
> PKGNAME =${DISTNAME:L}
> 
> -SHARED_LIBS =usockets 1.0
> +SHARED_LIBS =usockets 1.1
> 
> GH_ACCOUNT =uNetworking
> GH_PROJECT =uSockets
> -#GH_TAGNAME =v0.6.0
> -# cstdlib include error
> -GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be
> -
> +#GH_TAGNAME =v0.7.1
> +# socket read/write error
> +GH_COMMIT =5440dbac79bd76444175b76ee95dfcade12a6aac
> 
> MAINTAINER =Aisha Tammy 
> 
> # Apache 2.0
> PERMIT_PACKAGE =Yes
> 
> -WANTLIB += ${COMPILER_LIBCXX} crypto ssl uv
> +WANTLIB +=${COMPILER_LIBCXX} crypto ssl uv
> 
> # C11 C++17
> COMPILER =base-clang ports-gcc
> 
> LIB_DEPENDS =devel/libuv
> 
> -USE_GMAKE =Yes
> -MAKE_FLAGS =CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
> -CC="${CC}" CXX="${CXX}" \
> -LIBusockets_VERSION="${LIBusockets_VERSION}"
> +MAKE_ENV =LIBusockets_VERSION="${LIBusockets_VERSION}"
> 
> NO_TEST =Yes
> 
> +FAKE_FLAGS =PREFIX=${TRUEPREFIX}
> +
> .include 
> diff --git a/net/usockets/distinfo b/net/usockets/distinfo
> index 964ba508e9e..ed3dd036b68 100644
> --- a/net/usockets/distinfo
> +++ b/net/usockets/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (usockets-0.6.0-7683672d.tar.gz) = 
> 0OooGCHD8ezNIcaB1zDPK6RQLGGYGZJb24Vemjlat7c=
> -SIZE (usockets-0.6.0-7683672d.tar.gz) = 57634
> +SHA256 (usockets-0.7.1-5440dbac.tar.gz) = 
> +pfJ3z/KBnpJ3VNxcIvxpwPuQUsJjxIeODxidvn/G3c=
> +SIZE (usockets-0.7.1-5440dbac.tar.gz) = 62372
> diff --git a/net/usockets/patches/patch-Makefile 
> b/net/usockets/patches/patch-Makefile
> index e718b65a265..6c447bb9d38 100644
> --- a/net/usockets/patches/patch-Makefile
> +++ b/net/usockets/patches/patch-Makefile
> @@ -6,7 +6,7 @@ remove -flto -O3
> Index: Makefile
> --- Makefile.orig
> +++ Makefile
> -@@ -1,60 +1,40 @@
> +@@ -1,60 +1,39 @@
> -# WITH_OPENSSL=1 enables OpenSSL 1.1+ support or BoringSSL
> -# For now we need to link with C++ for OpenSSL support, but should be 
> removed with time
> -ifeq ($(WITH_OPENSSL),1)
> @@ -30,7 +30,7 @@ Index: Makefile
> -override CFLAGS += -DLIBUS_USE_LIBUV
> -override LDFLAGS += -luv
> -endif
> -+PREFIX ?="/usr/local"
> ++PREFIX ?=/usr/local
> +LIBDIR ?="$(PREFIX)/lib"
> +INCLUDEDIR ?="$(PREFIX)/include"
> 
> @@ -39,19 +39,19 @@ Index: Makefile
> -override CFLAGS += -DLIBUS_USE_GCD
> -override LDFLAGS += -framework CoreFoundation
> -endif
> -+# OpenBSD specific library version
> -+LIBTARGET ?=libusockets.so.$(LIBusockets_VERSION)
> ++PKG_CONFIG ?=pkg-config
> 
> -# WITH_ASAN builds with sanitizers
> -ifeq ($(WITH_ASAN),1)
> -override CFLAGS += -fsanitize=address -g
> --override LDFLAGS += -lasan
> +-override LDFLAGS += -fsanitize=address
> -endif
> -+PKG_CONFIG ?=pkg-config
> ++LIBTARGET =libusockets.so.$(LIBusockets_VERSION)
> 
> -override CFLAGS += -std=c11 -Isrc
> -override LDFLAGS += uSockets.a
> -+override LDFLAGS +=-lstdc++ -lcrypto -lssl `$(PKG_CONFIG) --libs libuv`
> ++REQUIRES =libcrypto libssl libuv
> ++COMMON_FLAGS =-Isrc -DLIBUS_USE_OPENSSL -DLIBUS_USE_LIBUV 
> `$(PKG_CONFIG) --cflags $(REQUIRES)`
> 
> -# By default we build the uSockets.a static library
> -default:
> @@ -62,37 +62,35 @@ Index: Makefile
> -$(CXX) $(CXXFLAGS) -std=c++17 -flto -O3 -c src/crypto/*.cpp
> -endif
> -$(AR) rvs uSockets.a *.o
> -+COMMON_FLAGS =-DLIBUS_USE_OPENSSL -DLIBUS_USE_LIBUV -Isrc 
> `$(PKG_CONFIG) --cflags libuv`
> -+override CFLAGS +=$(COMMON_FLAGS)
> -+override CXXFLAGS +=$(COMMON_FLAGS)
> ++CFLAGS +=-std=c11 $(COMMON_FLAGS)
> ++CXXFLAGS +=-std=c++17 $(COMMON_FLAGS)
> ++LDFLAGS +=`$(PKG_CONFIG) --libs $(REQUIRES)`
> 
> -# Builds all examples
> -.PHONY: examples
> -examples: default
> -for f in examples/*.c; do $(CC) -flto -O3 $(CFLAGS) -o $$(basename "$$f" 
> ".c") "$$f" $(LDFLAGS); done
> +all:
> -+$

Re: UPDATE: SQLMap-1.5.5

2021-05-28 Thread Gonzalo Rodriguez
ping

— gonzalo

> On 21. May 2021, at 15:58, Gonzalo L. Rodriguez  wrote:
> 
> Hello,
> 
> Update for SQLMap to 1.5.5:
> 
> https://github.com/sqlmapproject/sqlmap/releases
> 
> OK? Comments?
> 
> Cheers.-
> 
> -- 
> 
> %gonzalo
> 



Re: UPDATE: Duf-0.6.2

2021-05-28 Thread Gonzalo Rodriguez
ping

— gonzalo

> On 21. May 2021, at 16:51, Gonzalo L. Rodriguez  wrote:
> 
> Hello,
> 
> Update for Duf to 0.6.2:
> 
> https://github.com/muesli/duf/releases/tag/v0.6.2
> 
> OK? Comments?
> 
> Cheers.-
> 
> -- 
> 
> %gonzalo
> 



Re: www/nextcloud @ask-update

2021-05-28 Thread Gonzalo Rodriguez



> On 27. May 2021, at 16:15, Landry Breuil  wrote:
> 
> Le Thu, May 27, 2021 at 01:20:10PM +0100, Stuart Henderson a écrit :
>> I'm not convinced this is a good idea.
>> 
>> @ask-update is problematic because it blocks updates of  packages unless
>> there's manual intervention. For someone who adds pkg_add -u to rc.firsttime
>> or uses configuration management to update packages this adds things which
>> are awkward to automate.
>> 
>> PostgreSQL is special because, in some cases, you need to take extra steps
>> *before* the upgrade. (pg_upgrade/postgresql-previous can't easily be made
>> to work with compiled add-on modules). Quite often you can't just install
>> the old postgresql package again because the compiled binaries won't always
>> run on the updated OS which is less of a problem with PHP. It is common for
>> ports to need extra steps after upgrading, there's nothing particularly
>> unusual about nextcloud in that respect.
> 
> seconded, all nextcloud upgrades have always needed extra steps (eg occ
> upgrade as www user) since forever.. and i agree that @ask-update always
> leads to pain :)

Yup, probably is not the best or straight forward but still “faster” and less 
problematic 

> 



Re: UPDATE: Nextcloud-21.0.0

2021-02-24 Thread Gonzalo Rodriguez
Yes, I have a diff, that I sent to some of us to test on -stable, I will send 
it soon to move -stable to 20.0.7.



— gonzalo

> On 24. Feb 2021, at 13:39, Stefan Sperling  wrote:
> 
> On Wed, Feb 24, 2021 at 10:04:05AM +0100, Gonzalo Rodriguez wrote:
>> Yes, this is for -current users 
>> 
>> — gonzalo
> 
> I think Johan is suggesting that 6.9 should be shipped with Nextcloud 20,
> not Nextcloud 21. And right now, "6.9" means -current.
> 
> Otherwise people upgrading directly from OpenBSD 6.8 to OpenBSD 6.9 would
> skip an intermediate upgrade to Nextcloud 20. Skipping a release is not
> recommended by the Nextcloud team.
> 
> If Nextcloud 21 is committed after 6.9 then users will upgrade like this:
>  OpenBSD 6.8 (NC 19) -> OpenBSD 6.9 (NC 20) -> OpenBSD 7.0 (NC 21)
> Instead of:
>  OpenBSD 6.8 (NC 19) -> OpenBSD 6.9 (NC 21 maybe cannot upgrade from NC 19?)
> 
> But perhaps a direct 19 -> 21 upgrade will work? Has anyone tried?
> 
>>>> On 24. Feb 2021, at 00:38, Johan Huldtgren 
>>>>  wrote:
>>> 
>>> hello,
>>> 
>>>> On 2021-02-23 11:43, Gonzalo L. Rodriguez wrote:
>>>> Hello,
>>>> 
>>>> Update for Nextcloud to 21.0.0
>>> 
>>> nextcloud does not support upgrades skipping a major release[0], so
>>> since 6.8 shipped with nextcloud 19, I'm guessing this has to wait
>>> until after 6.9 packages have been tagged or those running release will
>>> have a hard time upgrading.
>>> 
>>> thanks,
>>> 
>>> .jh
>>> 
>>> [0] 
>>> https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html



Re: UPDATE: Suricata-6.0.2

2021-04-08 Thread Gonzalo Rodriguez
ping

— gonzalo

> On 31. Mar 2021, at 16:31, Gonzalo L. Rodriguez  wrote:
> 
> Hello,
> 
> Update for Suricata to 6.0.2:
> 
> https://github.com/OISF/suricata/releases/tag/suricata-6.0.2
> 
> OK? Comments?
> 
> Cheers.-
> 
> -- 
> 
> %gonzalo
> 



Re: [update] net/usockets-0.7.1 ,www/uwebsockets-19.5.0, www/purritobin-0.6.7, databases/lmdbxx (new)

2021-09-14 Thread Gonzalo Rodriguez

Sorry the delay.

This look OK for me, anyone else want to test it? :D

On 9/11/21 23:47, aisha wrote:

Hi,
   I've attached updates to uwebsockets, usockets and purritobin

Additions to www/purritobin
- auto cleaning of pastes
- web portal for pasting
- in-built http server, good for tiny pastes and testing setups
- http header manipulation

depends on a new port databases/lmdbxx, which is attached in the
patch as well.

Thanks,
Aisha

diff --git a/databases/lmdbxx/Makefile b/databases/lmdbxx/Makefile
new file mode 100644
index 000..240bf325f17
--- /dev/null
+++ b/databases/lmdbxx/Makefile
@@ -0,0 +1,42 @@
+# $OpenBSD: $
+
+COMMENT =  C++17 wrapper for Lightning Memory-Mapped Database
+
+VERSION =  1.0.0
+PKGNAME =  lmdbxx-${VERSION}
+DISTNAME = ${PKGNAME}
+
+CATEGORIES =   databases
+
+GH_ACCOUNT =   hoytech
+GH_PROJECT =   lmdbxx
+#GH_TAGNAME =  1.0.0
+GH_COMMIT =f1f00acf5f5045b43d7189c2b23ae5ca103a6faa
+
+HOMEPAGE = https://github.com/hoytech/lmdbxx
+
+MAINTAINER =   Aisha Tammy 
+
+# Unlicense
+PERMIT_PACKAGE =   Yes
+
+COMPILER = base-clang
+
+NO_BUILD = Yes
+
+RUN_DEPENDS =  databases/lmdb
+
+do-install:
+   cd ${WRKSRC} && \
+   mkdir -p ${PREFIX}/include && \
+   ${INSTALL_DATA} lmdb++.h ${PREFIX}/include
+
+do-test:
+   cd ${WRKSRC} && \
+   rm -rf testdb && \
+   mkdir -p testdb && \
+   ${CXX} ${CXXFLAGS} -std=c++17 -Wall -I${LOCALBASE}/include -I. \
+   -o check check.cc ${LDFLAGS} -L${LOCALBASE}/lib -llmdb && \
+   ./check
+
+.include 
diff --git a/databases/lmdbxx/distinfo b/databases/lmdbxx/distinfo
new file mode 100644
index 000..2cd8254361c
--- /dev/null
+++ b/databases/lmdbxx/distinfo
@@ -0,0 +1,2 @@
+SHA256 (lmdbxx-1.0.0-f1f00acf.tar.gz) = 
hcZXFqDBZaZ8N3t6DP6m5mMypWnY2kadLD49v5mwSZo=
+SIZE (lmdbxx-1.0.0-f1f00acf.tar.gz) = 53347
diff --git a/databases/lmdbxx/pkg/DESCR b/databases/lmdbxx/pkg/DESCR
new file mode 100644
index 000..29e045d9927
--- /dev/null
+++ b/databases/lmdbxx/pkg/DESCR
@@ -0,0 +1,4 @@
+A comprehensive C++ wrapper for the LMDB embedded
+database library, offering both an error-checked
+procedural interface and an object-oriented resource
+interface with RAII semantics.
diff --git a/databases/lmdbxx/pkg/PLIST b/databases/lmdbxx/pkg/PLIST
new file mode 100644
index 000..cdf3f124dec
--- /dev/null
+++ b/databases/lmdbxx/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $OpenBSD: PLIST,v$
+include/lmdb++.h
diff --git a/net/usockets/Makefile b/net/usockets/Makefile
index a484c23f93a..7e58acda8a5 100644
--- a/net/usockets/Makefile
+++ b/net/usockets/Makefile
@@ -3,38 +3,34 @@
  COMMENT   =   eventing, networking & crypto for async applications
  CATEGORIES =  net
  
-VERSION =	0.6.0

-REVISION = 1
+VERSION =  0.7.1
  
  DISTNAME =	usockets-${VERSION}

  PKGNAME = ${DISTNAME:L}
  
-SHARED_LIBS =	usockets 1.0

+SHARED_LIBS =  usockets 2.0
  
  GH_ACCOUNT =	uNetworking

  GH_PROJECT =  uSockets
-#GH_TAGNAME =  v0.6.0
-# cstdlib include error
-GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be
-
+#GH_TAGNAME =  v0.7.1
+GH_COMMIT =c06112c89b4c1cf5a09b5f8daa2def756b925889
  
  MAINTAINER =	Aisha Tammy 
  
  # Apache 2.0

  PERMIT_PACKAGE =  Yes
  
-WANTLIB += ${COMPILER_LIBCXX} crypto ssl uv

+WANTLIB += ${COMPILER_LIBCXX} crypto ssl uv
  
  # C11 C++17

  COMPILER =base-clang ports-gcc
  
  LIB_DEPENDS =	devel/libuv
  
-USE_GMAKE =	Yes

-MAKE_FLAGS =   CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-   CC="${CC}" CXX="${CXX}" \
-   LIBusockets_VERSION="${LIBusockets_VERSION}"
+MAKE_ENV = LIBusockets_VERSION="${LIBusockets_VERSION}"
+
+FAKE_FLAGS =   PREFIX=${TRUEPREFIX}
  
-NO_TEST =	Yes

+# tests need A LOT of file desrciptors ~5000-6000
  
  .include 

diff --git a/net/usockets/distinfo b/net/usockets/distinfo
index 964ba508e9e..39993074785 100644
--- a/net/usockets/distinfo
+++ b/net/usockets/distinfo
@@ -1,2 +1,2 @@
-SHA256 (usockets-0.6.0-7683672d.tar.gz) = 
0OooGCHD8ezNIcaB1zDPK6RQLGGYGZJb24Vemjlat7c=
-SIZE (usockets-0.6.0-7683672d.tar.gz) = 57634
+SHA256 (usockets-0.7.1-c06112c8.tar.gz) = 
UFCe4o0SB63gVyGZvrBNW01tkoUxBvxfnfPn9crer1Q=
+SIZE (usockets-0.7.1-c06112c8.tar.gz) = 65495
diff --git a/net/usockets/patches/patch-Makefile 
b/net/usockets/patches/patch-Makefile
index e718b65a265..5ea504d9f0f 100644
--- a/net/usockets/patches/patch-Makefile
+++ b/net/usockets/patches/patch-Makefile
@@ -1,4 +1,4 @@
-$OpenBSD: patch-Makefile,v 1.3 2020/12/11 22:33:22 sthen Exp $
+: patch-Makefile,v 1.3 2020/12/11 22:33:22 sthen Exp $
  
  add shared + static lib + pkg-config file

  remove -flto -O3
@@ -6,7 +6,7 @@ remove -flto -O3
  Index: Makefile
  --- Makefile.orig
  +++ Makefile
-@@ -1,60 +1,40 @@
+@@ -1,72 +1,46 @@
  -# WITH_OPENSSL=1 enables OpenSSL 1.1+ support or BoringSSL
  -# For now we need to link with C++ for OpenSSL support, but should be 
removed with time
  -ifeq ($(WITH_OPENSSL),1)
@@ -30,69 +30,85 @@ Index: 

Re: UPDATE: Suricata-6.0.4

2021-12-20 Thread Gonzalo Rodriguez

ping, any love for this animal?

On 12/9/21 13:22, Gonzalo L. Rodriguez wrote:

Hello,

Update for Suricata to 6.0.4:

https://github.com/OISF/suricata/releases/tag/suricata-6.0.4

OK? Comments?

Cheers.-





Re: [update] net/usockets-0.8.1 ,www/uwebsockets-20.6.0, www/purritobin-0.6.7, databases/lmdbxx-1.0.0 (new)

2021-11-10 Thread Gonzalo Rodriguez

tgz attached

Looks good?

On 11/10/21 18:51, Stuart Henderson wrote:

On 2021/11/10 12:30, Aisha Tammy wrote:



Updated tgz attached.


ping for the lmdbxx tarball.


Attaching the same diffs as separate files on request from gonzalo@

Can be used after Stuart sends the tgz for lmdbxx.

Aisha




Can't find it any more, I expect I cleaned mystuff. Anyway I described the
changes in the email with it.


lmdbxx.tgz
Description: Binary data


Re: [update] net/usockets-0.8.1 ,www/uwebsockets-20.6.0, www/purritobin-0.6.7, databases/lmdbxx-1.0.0 (new)

2021-11-03 Thread Gonzalo Rodriguez




On 10/26/21 23:10, Stuart Henderson wrote:

On 2021/10/26 11:04, aisha wrote:

On 21/10/26 02:52PM, Stuart Henderson wrote:

there were some other comments about the patches in my mail



Oops, sorry. I missed that.

I've changed the lmdbxx install function to the simpler one line.


Thanks. Couple more tweaks; rewrap DESCR as the lines were a bit
narrow, and install the readme. Updated tgz attached. This is
OK sthen@ if someone would like to import.


I am OK with them.

I will commit it soon, sorry for the delay.




For the usockets port, instead of making a diff to the provided
Makefile from upstream, I've changed the port to use a different
Makefile.obsd, which is a lot simpler than the upstream one.
Upstream Makefile, does not create a shared lib, it manually specifies
the C++ library to use (-lstdc++), sets optimzation flags and does
not create a pkg-config file, among other things.
It was easier to create a simple different Makefile and keep that
as a patch. Hopefully thats acceptable.
Unfortunately, upstream is not going to accept any changes to their
Makefile to standardize it (I've asked them multiple times to even
just create a shared library and have been declined).


Oh I remember about that upstream now. Yes that's probably for the best
and it's much simpler this way. Will look at getting that in when lmdbxx
is imported or ok'd.



This should be the best compromise without overcomplicating our
patches.

Aisha

diff --git a/net/usockets/Makefile b/net/usockets/Makefile
index a484c23f93a..865795d0e1e 100644
--- a/net/usockets/Makefile
+++ b/net/usockets/Makefile
@@ -3,38 +3,29 @@
  COMMENT   =   eventing, networking & crypto for async applications
  CATEGORIES =  net
  
-VERSION =	0.6.0

-REVISION = 1
-
-DISTNAME = usockets-${VERSION}
-PKGNAME =  ${DISTNAME:L}
-
-SHARED_LIBS =  usockets 1.0
+SHARED_LIBS =  usockets 2.0
  
  GH_ACCOUNT =	uNetworking

  GH_PROJECT =  uSockets
-#GH_TAGNAME =  v0.6.0
-# cstdlib include error
-GH_COMMIT =7683672d87067cd75b854f4e36b9820f4809a4be
-
+GH_TAGNAME =   v0.8.1
+PKGNAME =  ${DISTNAME:L}
  
  MAINTAINER =	Aisha Tammy 
  
  # Apache 2.0

  PERMIT_PACKAGE =  Yes
  
-WANTLIB += ${COMPILER_LIBCXX} crypto ssl uv

+WANTLIB += ${COMPILER_LIBCXX} crypto ssl uv
  
  # C11 C++17

  COMPILER =base-clang ports-gcc
  
  LIB_DEPENDS =	devel/libuv
  
-USE_GMAKE =	Yes

-MAKE_FLAGS =   CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-   CC="${CC}" CXX="${CXX}" \
-   LIBusockets_VERSION="${LIBusockets_VERSION}"
+MAKE_FILE =Makefile.obsd
+
+MAKE_ENV = LIBusockets_VERSION="${LIBusockets_VERSION}"
  
-NO_TEST =	Yes

+# tests need A LOT of file desrciptors ~5000-6000
  
  .include 

diff --git a/net/usockets/distinfo b/net/usockets/distinfo
index 964ba508e9e..a437989a34e 100644
--- a/net/usockets/distinfo
+++ b/net/usockets/distinfo
@@ -1,2 +1,2 @@
-SHA256 (usockets-0.6.0-7683672d.tar.gz) = 
0OooGCHD8ezNIcaB1zDPK6RQLGGYGZJb24Vemjlat7c=
-SIZE (usockets-0.6.0-7683672d.tar.gz) = 57634
+SHA256 (uSockets-0.8.1.tar.gz) = OzO1kkqSV3hU4jJrPi05OEnsAL64ZaEnG/JMDyEMwdY=
+SIZE (uSockets-0.8.1.tar.gz) = 65470
diff --git a/net/usockets/patches/patch-Makefile 
b/net/usockets/patches/patch-Makefile
deleted file mode 100644
index e718b65a265..000
--- a/net/usockets/patches/patch-Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.3 2020/12/11 22:33:22 sthen Exp $
-
-add shared + static lib + pkg-config file
-remove -flto -O3
-
-Index: Makefile
 Makefile.orig
-+++ Makefile
-@@ -1,60 +1,40 @@
--# WITH_OPENSSL=1 enables OpenSSL 1.1+ support or BoringSSL
--# For now we need to link with C++ for OpenSSL support, but should be removed 
with time
--ifeq ($(WITH_OPENSSL),1)
--  override CFLAGS += -DLIBUS_USE_OPENSSL
--  # With problems on macOS, make sure to pass needed LDFLAGS required to 
find these
--  override LDFLAGS += -lssl -lcrypto -lstdc++
--else
--  # WITH_WOLFSSL=1 enables WolfSSL 4.2.0 support (mutually exclusive with 
OpenSSL)
--  ifeq ($(WITH_WOLFSSL),1)
--  # todo: change these
--  override CFLAGS += -DLIBUS_USE_WOLFSSL -I/usr/local/include
--  override LDFLAGS += -L/usr/local/lib -lwolfssl
--  else
--  override CFLAGS += -DLIBUS_NO_SSL
--  endif
--endif
-+DESTDIR ?=
-
--# WITH_LIBUV=1 builds with libuv as event-loop
--ifeq ($(WITH_LIBUV),1)
--  override CFLAGS += -DLIBUS_USE_LIBUV
--  override LDFLAGS += -luv
--endif
-+PREFIX ?= "/usr/local"
-+LIBDIR ?= "$(PREFIX)/lib"
-+INCLUDEDIR ?= "$(PREFIX)/include"
-
--# WITH_GCD=1 builds with libdispatch as event-loop
--ifeq ($(WITH_GCD),1)
--  override CFLAGS += -DLIBUS_USE_GCD
--  override LDFLAGS += -framework CoreFoundation
--endif
-+# OpenBSD specific library version
-+LIBTARGET ?=  libusockets.so.$(LIBusockets_VERSION)
-
--# WITH_ASAN builds with sanitizers
--ifeq ($(WITH_ASAN),1)
--  override CFLAGS += -fsanitize=address -g
--  

WIP: Solo-0.0.31

2022-01-07 Thread Gonzalo Rodriguez

Hello,

This is a new port for the Solokeys cli "solo":

https://github.com/solokeys/solo-python
https://solokeys.com/

Attached also 2 diffs for py-click and py-fido2 to make solo work, don't 
take them as real upgrades.


Cheers.-

solo.tgz
Description: Binary data
Index: Makefile
===
RCS file: /cvs/ports/security/py-fido2/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile2 Nov 2021 00:02:17 -   1.6
+++ Makefile6 Jan 2022 18:17:01 -
@@ -8,14 +8,13 @@ COMMENT = Python module to communicate 
 # which in turn needs an update of py-click.
 GH_ACCOUNT =   Yubico
 GH_PROJECT =   python-fido2
-GH_COMMIT =46a0b649b9aa9af79566e6e3961021e070d98b1c
+GH_COMMIT =58471d4af1c09cc9fe316771d6203b4844cbc668
 
-MODPY_EGG_VERSION =0.8.2.dev0
+MODPY_EGG_VERSION =0.9.3
 
 #DISTNAME =fido2-${MODPY_EGG_VERSION}
 #PKGNAME = py-${DISTNAME}
-DISTNAME = py-fido2-0.8.2pre20200313
-REVISION = 1
+DISTNAME = py-fido2-0.9.3
 
 CATEGORIES =   security
 
Index: distinfo
===
RCS file: /cvs/ports/security/py-fido2/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo23 May 2020 21:55:55 -  1.3
+++ distinfo6 Jan 2022 18:17:01 -
@@ -1,2 +1,2 @@
-SHA256 (py-fido2-0.8.2pre20200313-46a0b649.tar.gz) = 
WH4RUQ6IOeruJ8Zp0iBIaI6buEPJmdvU8mPpXXhrPu4=
-SIZE (py-fido2-0.8.2pre20200313-46a0b649.tar.gz) = 210085
+SHA256 (py-fido2-0.9.3-58471d4a.tar.gz) = 
IYt3dGb+Znm6esEtTQhIfU4Fjqd4yW7NU2n8/LjXylU=
+SIZE (py-fido2-0.9.3-58471d4a.tar.gz) = 219249
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/py-fido2/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   23 May 2020 21:55:55 -  1.3
+++ pkg/PLIST   6 Jan 2022 18:17:01 -
@@ -1,25 +1,20 @@
 @comment $OpenBSD: PLIST,v 1.3 2020/05/23 21:55:55 sthen Exp $
 @pkgpath security/py-fido2
 lib/python${MODPY_VERSION}/site-packages/fido2/
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/requires.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/fido2/__init__.py
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}_tpm.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}attestation.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}cbor.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}cose.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}ctap.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}ctap1.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}ctap2.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}extensions.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}hid.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}nfc.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}pcsc.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}rpid.${MODPY_PYC_MAGIC_TAG}pyc
@@ -27,34 +22,61 @@ 

Re: WIP: Solo-0.0.31

2022-01-07 Thread Gonzalo Rodriguez



On 1/7/22 12:31, Stuart Henderson wrote:

On 2022/01/07 12:12, Gonzalo Rodriguez wrote:

Hello,

This is a new port for the Solokeys cli "solo":

https://github.com/solokeys/solo-python
https://solokeys.com/

Attached also 2 diffs for py-click and py-fido2 to make solo work, don't
take them as real upgrades.


It would be nice to get elasticsearch-curator updated so click could
be updated for real, this is coming up with other ports too.
Any reason why you went for 7.1 rather than 7.1.2 of click?


No, I just took the one that I need to make it work, I can change it, 
about elasticsearch-curator I never used it, so really don't know, I can 
give it a try.




Unfortunately py-fido2 is a can of worms. Updating py-fido2 means
yubikey-manager needs an update to 4.x. But yubikey-manager 4.x has some
fairly big changes and doesn't work with OpenBSD as-is.


I really don't need "solo" in, but I think it would be nice to make 
proper updates for all them.






Index: Makefile
===
RCS file: /cvs/ports/security/py-fido2/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile2 Nov 2021 00:02:17 -   1.6
+++ Makefile6 Jan 2022 18:17:01 -
@@ -8,14 +8,13 @@ COMMENT = Python module to communicate
  # which in turn needs an update of py-click.
  GH_ACCOUNT =  Yubico
  GH_PROJECT =  python-fido2
-GH_COMMIT =46a0b649b9aa9af79566e6e3961021e070d98b1c
+GH_COMMIT =58471d4af1c09cc9fe316771d6203b4844cbc668
  
-MODPY_EGG_VERSION =	0.8.2.dev0

+MODPY_EGG_VERSION =0.9.3


this should use GH_TAGNAME=0.9.3 / MODPY_EGG_VERSION=${GH_TAGNAME} or
similar.

  
  #DISTNAME =		fido2-${MODPY_EGG_VERSION}

  #PKGNAME =py-${DISTNAME}
-DISTNAME = py-fido2-0.8.2pre20200313
-REVISION = 1
+DISTNAME = py-fido2-0.9.3
  
  CATEGORIES =		security
  
Index: distinfo

===
RCS file: /cvs/ports/security/py-fido2/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo23 May 2020 21:55:55 -  1.3
+++ distinfo6 Jan 2022 18:17:01 -
@@ -1,2 +1,2 @@
-SHA256 (py-fido2-0.8.2pre20200313-46a0b649.tar.gz) = 
WH4RUQ6IOeruJ8Zp0iBIaI6buEPJmdvU8mPpXXhrPu4=
-SIZE (py-fido2-0.8.2pre20200313-46a0b649.tar.gz) = 210085
+SHA256 (py-fido2-0.9.3-58471d4a.tar.gz) = 
IYt3dGb+Znm6esEtTQhIfU4Fjqd4yW7NU2n8/LjXylU=
+SIZE (py-fido2-0.9.3-58471d4a.tar.gz) = 219249
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/py-fido2/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   23 May 2020 21:55:55 -  1.3
+++ pkg/PLIST   6 Jan 2022 18:17:01 -
@@ -1,25 +1,20 @@
  @comment $OpenBSD: PLIST,v 1.3 2020/05/23 21:55:55 sthen Exp $
  @pkgpath security/py-fido2
  lib/python${MODPY_VERSION}/site-packages/fido2/
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
-lib/python${MODPY_VERSION}/site-packages/fido2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/requires.txt
+lib/python${MODPY_VERSION}/site-packages/fido2-0.9.4.dev0-py${MODPY_VERSION}.egg-info/top_level.txt
  lib/python${MODPY_VERSION}/site-packages/fido2/__init__.py
  
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}/
  
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}_tpm.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}attestation.${MODPY_PYC_MAGIC_TAG}pyc
  
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}cbor.${MODPY_PYC_MAGIC_TAG}pyc
  
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
  
lib/python${MODPY_VERSION}/site-packages/fido2/${MODPY_PYCACHE}cose.${MODPY_PYC_MAGIC_TAG}pyc
  
lib/python${MODPY_VE

Re: UPDATE: Sn0int-0.24.1

2022-01-13 Thread Gonzalo Rodriguez

Anyone? :)

On 12/20/21 18:23, Gonzalo L. Rodriguez wrote:

Hello,

Update for Sn0int to 0.24.1

https://github.com/kpcyrd/sn0int/releases/tag/v0.24.1

OK? Comments?

Cheers.-





Re: UPDATE: Axel-2.17.11

2022-02-01 Thread Gonzalo Rodriguez

ping

On 1/20/22 17:24, Gonzalo L. Rodriguez wrote:

Hi,

Update for Axel to 2.17.11:

https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.11

OK? Comments?

Cheers.-




Re: UPDATE: SMPlayer-22.2.0

2022-06-20 Thread Gonzalo Rodriguez

ping

On 5/31/22 20:44, Gonzalo L. Rodriguez wrote:

Update for SMPlayer to 22.2.0:

https://www.smplayer.info/en/changes

OK? Comments?

Cheers.-





Re: UPDATE: Varnish-7.1.0

2022-06-20 Thread Gonzalo Rodriguez

ping

On 5/31/22 20:48, Gonzalo L. Rodriguez wrote:

Hello,

Update for Varnish to 7.1.0:

https://varnish-cache.org/docs/7.1/whats-new/changes-7.1.html

OK? Comments?

Cheers.-





Re: UPDATE: Logstalgia-1.1.3

2022-08-29 Thread Gonzalo Rodriguez

ping

On 8/17/22 09:15, Gonzalo L. Rodriguez wrote:

Hello,

Update for Logstalgia to 1.1.3:

https://logstalgia.io/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile11 Mar 2022 19:57:38 -  1.22
+++ Makefile17 Aug 2022 07:11:09 -
@@ -1,9 +1,8 @@
  COMMENT = website access log visualization
  
-DISTNAME =	logstalgia-1.1.2

+DISTNAME = logstalgia-1.1.3
  CATEGORIES =  sysutils graphics
  HOMEPAGE =http://logstalgia.io/
-REVISION = 1
  
  MAINTAINER =	Gonzalo L. R. 
  
@@ -13,7 +12,7 @@ PERMIT_PACKAGE =	Yes

  MASTER_SITES =
https://github.com/acaudwell/Logstalgia/releases/download/${DISTNAME}/
  
  WANTLIB += ${COMPILER_LIBCXX} GL GLEW GLU SDL2 SDL2_image X11

-WANTLIB += Xext Xi Xmu c freetype m pcre png z
+WANTLIB += Xext Xi Xmu c freetype m pcre2-8 png z
  
  CONFIGURE_STYLE =gnu

  CONFIGURE_ENV=CPPFLAGS="-I${X11BASE}/include" \
@@ -26,7 +25,7 @@ BUILD_DEPENDS =   graphics/glm \
devel/boost
  
  LIB_DEPENDS =	graphics/glew \

-   devel/pcre \
+   devel/pcre2 \
devel/sdl2-image
  
  post-install:

Index: distinfo
===
RCS file: /cvs/ports/sysutils/logstalgia/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo14 Jun 2018 08:21:26 -  1.6
+++ distinfo17 Aug 2022 07:11:09 -
@@ -1,2 +1,2 @@
-SHA256 (logstalgia-1.1.2.tar.gz) = 7T9AgeQB9KUJdhpyBL29fDT48a/53LAwNIiF+zmV/Kk=
-SIZE (logstalgia-1.1.2.tar.gz) = 2330691
+SHA256 (logstalgia-1.1.3.tar.gz) = guajPDwwXB8dMtfhFboLMHuxke0qcDaKPNkTjO0KmNk=
+SIZE (logstalgia-1.1.3.tar.gz) = 2341802




Re: NEW: devel/rizin

2022-08-07 Thread Gonzalo Rodriguez




On 8/6/22 15:17, Edd Barrett wrote:

Hi,

Here's a port of rizin, a reverse engineering tool (and a fork of radare2).

This will be needed to bring back devel/cutter.

This can co-exist with radare2 without issue.

I'll now try to get cutter to use this.



Thank you for this!

I am glad that mine wasn't that far from yours :)

Works fine here!



Re: Nextcloud upgrade path

2023-06-13 Thread Gonzalo Rodriguez



On 6/8/23 23:35, Stuart Henderson wrote:
I've been pkg_delete'ing the old one and pkg_add'ing the new when I want 
to swap between branches.


I do the same and it's pretty clean and straightforward.



Using @pkgpath won't help for a correct upgrade path across multiple 
versions, the best it will do is offer multiple choices, but IIRC for 
nextcloud it has to be done major version by major version, you can't 
jump over them. i.e. when an old version is removed, add @pkgpath to 
them new version so that users of the old one get updated.


I agree a current.html entry might be a good idea.


About delete/add a new branch version? OK by me too :D



--
   Sent from a phone, apologies for poor formatting.


On 8 June 2023 15:32:16 Giovanni Bechis  wrote:


Hi,
I have a Nextcloud 23.x instance running on OpenBSD 7.3.
pkg_add(1) suggests to upgrade to 24.x and then to 25.x before next 
release.


$ doas pkg_add -ui
[...]
--- +nextcloud-23.0.12p1 ---
Nextcloud 23 is EOL upstream, it is advised to update your installation
to 24 then to 25 to make sure you're on a supported branch by the time
OpenBSD 7.4 is released.
$ doas pkg_add -i nextcloud
quirks-6.121 signed on 2023-06-08T09:49:46Z
Ambiguous: choose package for nextcloud
a       0: 
         1: nextcloud-23.0.12p1
         2: nextcloud-24.0.12
         3: nextcloud-25.0.6
Your choice: 2
Can't install nextcloud-24.0.12 because of conflicts (nextcloud-23.0.12p1)
--- nextcloud-24.0.12 ---
Can't install nextcloud-24.0.12: conflicts
Couldn't install nextcloud-24.0.12

How should a user upgrade (some info on current.html are needed imho) ?
Can't we add pkgpath entries in order to correctly upgrade between 
nextcloud versions ?


  Cheers
   Giovanni

-

OpenBSD 7.3 (GENERIC) #655: Fri Mar 17 19:16:28 MDT 2023
     dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
real mem  = 536363008 (511MB)
avail mem = 509448192 (485MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: date 20/80/26, BIOS32 rev. 0 @ 0xfac40
pcibios0 at bios0: rev 2.0 @ 0xf/0x1
pcibios0: pcibios_get_intr_routing - function not supported
pcibios0: PCI IRQ Routing information unavailable.
pcibios0: PCI bus #0 is the last bus
bios0: ROM list: 0xc8000/0xa800
cpu0 at mainbus0: (uniprocessor)
cpu0: Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 
586-class) 500 MHz, 05-0a-02

cpu0: FPU,DE,PSE,TSC,MSR,CX8,SEP,PGE,CMOV,CFLUSH,MMX,MMXX,3DNOW2,3DNOW
mtrr: K6-family MTRR support (2 registers)
amdmsr0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
0:20:0: io address conflict 0x6100/0x100
0:20:0: io address conflict 0x6200/0x200
pchb0 at pci0 dev 1 function 0 "AMD Geode LX" rev 0x31
glxsb0 at pci0 dev 1 function 2 "AMD Geode LX Crypto" rev 0x00: RNG AES
vr0 at pci0 dev 6 function 0 "VIA VT6105M RhineIII" rev 0x96: irq 11, 
address 00:00:24:c8:de:80
ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface, rev. 3: OUI 
0x004063, model 0x0034
vr1 at pci0 dev 7 function 0 "VIA VT6105M RhineIII" rev 0x96: irq 5, 
address 00:00:24:c8:de:81
ukphy1 at vr1 phy 1: Generic IEEE 802.3u media interface, rev. 3: OUI 
0x004063, model 0x0034
vr2 at pci0 dev 8 function 0 "VIA VT6105M RhineIII" rev 0x96: irq 9, 
address 00:00:24:c8:de:82
ukphy2 at vr2 phy 1: Generic IEEE 802.3u media interface, rev. 3: OUI 
0x004063, model 0x0034
vr3 at pci0 dev 9 function 0 "VIA VT6105M RhineIII" rev 0x96: irq 12, 
address 00:00:24:c8:de:83
ukphy3 at vr3 phy 1: Generic IEEE 802.3u media interface, rev. 3: OUI 
0x004063, model 0x0034
glxpcib0 at pci0 dev 20 function 0 "AMD CS5536 ISA" rev 0x03: rev 3, 
32-bit 3579545Hz timer, watchdog, gpio, i2c

gpio0 at glxpcib0: 32 pins
iic0 at glxpcib0
pciide0 at pci0 dev 20 function 2 "AMD CS5536 IDE" rev 0x01: DMA, 
channel 0 wired to compatibility, channel 1 wired to compatibility

wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 476940MB, 976773168 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 ignored (disabled)
ohci0 at pci0 dev 21 function 0 "AMD CS5536 USB" rev 0x02: irq 15, 
version 1.0, legacy support

ehci0 at pci0 dev 21 function 1 "AMD CS5536 USB" rev 0x02: irq 15
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "AMD EHCI root hub" rev 
2.00/1.00 addr 1

isa0 at glxpcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbc0: unable to establish interrupt for irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
nsclpcsio0 at isa0 port 0x2e/2: NSC PC87366 rev 9: GPIO VLM TMS
gpio1 at nsclpcsio0: 29 pins
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
usb1 at ohci0: USB 

Re: UPDATE: Nextcloud-26.0.4

2023-07-26 Thread Gonzalo Rodriguez




On 7/26/23 08:36, Landry Breuil wrote:

Le Tue, Jul 25, 2023 at 09:23:12PM +0200, Gonzalo L. Rodriguez a écrit :

Hello,

Update for Nextcloud to 26.0.4:

https://nextcloud.com/changelog/#latest26

OK? Comments?


The diff you sent below is for 24.0.4 ;)


whoops, yes :D



here's 25.0.9, working fine here on 7.3.


OK!



Re: UPDATE: Suricata-6.0.12

2023-06-23 Thread Gonzalo Rodriguez

ping

On 6/14/23 18:44, Gonzalo L. Rodriguez wrote:

Hello,

Update for Suricata to 6.0.12:

https://github.com/OISF/suricata/releases/tag/suricata-6.0.12

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.58
diff -u -p -r1.58 Makefile
--- Makefile14 Feb 2023 21:14:14 -  1.58
+++ Makefile14 Jun 2023 16:42:32 -
@@ -3,8 +3,8 @@ NOT_FOR_ARCHS = powerpc64 riscv64
  
  COMMENT =	high performance network IDS, IPS and security monitoring
  
-SURICATA_V =	6.0.10

-SUPDATE_V =1.2.6
+SURICATA_V =   6.0.12
+SUPDATE_V =1.2.7
  
  DISTNAME =	suricata-${SURICATA_V}

  CATEGORIES =  security
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo14 Feb 2023 21:14:14 -  1.19
+++ distinfo14 Jun 2023 16:42:32 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.10.tar.gz) = Wb/Rv12cFZYib6SBW/dmQ85ZaYhmwQeiYmnEgfElxNc=
-SIZE (suricata-6.0.10.tar.gz) = 27374715
+SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=
+SIZE (suricata-6.0.12.tar.gz) = 27388535
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.10
diff -u -p -r1.10 patch-configure_ac
--- patches/patch-configure_ac  14 Feb 2023 21:14:14 -  1.10
+++ patches/patch-configure_ac  14 Jun 2023 16:42:32 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
  Index: configure.ac
  --- configure.ac.orig
  +++ configure.ac
-@@ -2765,7 +2765,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then
   fi
   else
   EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-doc_userguide_Makefile_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-doc_userguide_Makefile_in
--- patches/patch-doc_userguide_Makefile_in 9 Jul 2022 08:50:32 -   
1.5
+++ patches/patch-doc_userguide_Makefile_in 14 Jun 2023 16:42:32 -
@@ -6,7 +6,7 @@ Index: doc/userguide/Makefile.in
   # Makefile.in generated by automake 1.16.1 from Makefile.am.
   # @configure_input@
   
-@@ -622,14 +623,14 @@ uninstall-man: uninstall-man1

+@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1
   @HAVE_SPHINXBUILD_TRUE@  sysconfdir=$(sysconfdir) \
   @HAVE_SPHINXBUILD_TRUE@  localstatedir=$(localstatedir) \
   @HAVE_SPHINXBUILD_TRUE@  version=$(PACKAGE_VERSION) \
@@ -23,7 +23,7 @@ Index: doc/userguide/Makefile.in
   @HAVE_SPHINXBUILD_TRUE@  $(top_srcdir)/doc/userguide _build/latex
   # The Sphinx generated Makefile is GNU Make specific, so just do what
   # it does here - yes, multiple passes of pdflatex is required.
-@@ -649,7 +650,7 @@ uninstall-man: uninstall-man1
+@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1
   @HAVE_SPHINXBUILD_TRUE@  sysconfdir=$(sysconfdir) \
   @HAVE_SPHINXBUILD_TRUE@  localstatedir=$(localstatedir) \
   @HAVE_SPHINXBUILD_TRUE@  version=$(PACKAGE_VERSION) \
Index: patches/patch-suricata_yaml_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
retrieving revision 1.16
diff -u -p -r1.16 patch-suricata_yaml_in
--- patches/patch-suricata_yaml_in  14 Feb 2023 21:14:14 -  1.16
+++ patches/patch-suricata_yaml_in  14 Jun 2023 16:42:32 -
@@ -118,7 +118,7 @@ Index: suricata.yaml.in
   
   # Daemon working directory

   # Suricata will change directory to this one if provided
-@@ -1912,14 +1921,38 @@ napatech:
+@@ -1920,14 +1929,38 @@ napatech:
   #
   hashmode: hash5tuplesorted
   





Re: UPDATE: Suricata-6.0.11

2023-05-08 Thread Gonzalo Rodriguez

ping

On 4/18/23 11:21, Gonzalo L. Rodriguez wrote:

Hi,

Update for Suricata to 6.0.11:

https://github.com/OISF/suricata/releases/tag/suricata-6.0.11

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.58
diff -u -p -r1.58 Makefile
--- Makefile14 Feb 2023 21:14:14 -  1.58
+++ Makefile18 Apr 2023 09:18:55 -
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64
  
  COMMENT =	high performance network IDS, IPS and security monitoring
  
-SURICATA_V =	6.0.10

+SURICATA_V =   6.0.11
  SUPDATE_V =   1.2.6
  
  DISTNAME =	suricata-${SURICATA_V}

Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo14 Feb 2023 21:14:14 -  1.19
+++ distinfo18 Apr 2023 09:18:55 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.10.tar.gz) = Wb/Rv12cFZYib6SBW/dmQ85ZaYhmwQeiYmnEgfElxNc=
-SIZE (suricata-6.0.10.tar.gz) = 27374715
+SHA256 (suricata-6.0.11.tar.gz) = TaXk6R5JmSYzpgJM4Qr+ZEElWyd1qPIPHvGIvREprGY=
+SIZE (suricata-6.0.11.tar.gz) = 27408130





Re: UPDATE: Dendrite-0.12.0

2023-05-19 Thread Gonzalo Rodriguez



On 5/18/23 02:59, Daniel Jakots wrote:

On Wed, 17 May 2023 22:38:59 +0200, "Gonzalo L. Rodriguez"
 wrote:


Index: pkg/PLIST
===
RCS file: /cvs/ports/net/dendrite/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   2 Dec 2022 08:14:54 -   1.10
+++ pkg/PLIST   17 May 2023 20:35:28 -
@@ -2,14 +2,13 @@
  @newuser _dendrite:860:860::Matrix.org
Daemon:/var/dendrite:/sbin/nologin @rcscript ${RCDIR}/dendrite
  @comment bin/client-api-proxy
+@bin bin/dendrite
  @bin bin/dendrite-create-account
  @comment bin/dendrite-demo-libp2p
  @comment bin/dendrite-demo-pinecone
  @comment bin/dendrite-demo-yggdrasil
  @bin bin/dendrite-generate-config
  @bin bin/dendrite-generate-keys
-@bin bin/dendrite-monolith-server
-@bin bin/dendrite-polylith-multi
  @comment bin/dendritejs
  @comment bin/federation-api-proxy
  @comment bin/goose


/usr/ports/net/dendrite$ cat pkg/dendrite.rc
#!/bin/ksh

daemon="${TRUEPREFIX}/bin/dendrite-monolith-server"
[...]

is that still working?



Probably only on setups before this update, but I will keep it with the 
current one, thanks.Index: Makefile
===
RCS file: /cvs/ports/net/dendrite/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile	15 Feb 2023 21:35:25 -	1.23
+++ Makefile	19 May 2023 16:11:35 -
@@ -1,7 +1,7 @@
 COMMENT =	matrix homeserver written in Go
 
 MODGO_MODNAME =	github.com/matrix-org/dendrite
-MODGO_VERSION =	v0.11.1
+MODGO_VERSION =	v0.12.0
 
 DISTNAME =	dendrite-${MODGO_VERSION}
 
@@ -28,7 +28,7 @@ post-build:
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/dendrite/
-	${INSTALL_DATA} ${WRKSRC}/dendrite-sample.monolith.yaml \
+	${INSTALL_DATA} ${WRKSRC}/dendrite-sample.yaml \
 		${PREFIX}/share/dendrite/dendrite.yaml
 
 .include "modules.inc"
Index: distinfo
===
RCS file: /cvs/ports/net/dendrite/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo	15 Feb 2023 21:35:25 -	1.17
+++ distinfo	19 May 2023 16:11:37 -
@@ -1,4 +1,4 @@
-SHA256 (dendrite-v0.11.1.zip) = Y/IQcQ9PP+BJOMeyecGObHzoE8hw+Wg+2qjpLskJ1Xo=
+SHA256 (dendrite-v0.12.0.zip) = olIdrefCvxPpJ/Cw6/33C5jHNYMTSXafwIb7Z4DhE04=
 SHA256 (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = IhijTyC5cbwZUhbUGV9XUgoqy9hd5/wxrPxEAmZwTBE=
 SHA256 (go_modules/cloud.google.com/go/@v/v0.34.0.mod) = IhijTyC5cbwZUhbUGV9XUgoqy9hd5/wxrPxEAmZwTBE=
 SHA256 (go_modules/cloud.google.com/go/@v/v0.38.0.mod) = IRVe7cPkx6CccZziPHA/vxTDSspC7QDcCHdN5uu+gAc=
@@ -438,8 +438,9 @@ SHA256 (go_modules/github.com/kisielk/go
 SHA256 (go_modules/github.com/kisielk/gotool/@v/v1.0.0.zip) = CJ27puOqCZRP20DXKsyGaU6L3eAc/A9A/gJIMJ64Cj8=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.10.3.mod) = rqg6mMd7wLglwC4EHyS/E7yDLigVhyG6qiiSZF0wrT8=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.mod) = bON2Yx8SuRwP2MaOa9aL8fCNZqQ23UGU9wBGQ/5iPBA=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.zip) = X4V3mwqWz5pm9s7kqROC4DpxkZEh6+j2qQk2MA62g8E=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.9.mod) = HDqp639GIBVx3yygwb2cCV2BsskcHtk5OAjC5lTD/GQ=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.0.mod) = yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.0.zip) = 8VJF0fD5LUOr2OVgSitxzMjiMeAL5WKUOP6UhRO2Mfc=
 SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod) = a2na/Tz2TXtX6XiEin4nGivgoE2aJWTdJVZJHSfQoDQ=
 SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod) = a2na/Tz2TXtX6XiEin4nGivgoE2aJWTdJVZJHSfQoDQ=
 SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.zip) = QpsBQTuXKxCOqGu949XmYJE/PoCZGQ0HzPsvGGvG2Dc=
@@ -491,7 +492,8 @@ SHA256 (go_modules/github.com/mattn/go-i
 SHA256 (go_modules/github.com/mattn/go-runewidth/@v/v0.0.13.mod) = IWyT0ZMQYSyB1cdBAkmJ+DiX0jM8Op+We1ixMXWH9Rk=
 SHA256 (go_modules/github.com/mattn/go-runewidth/@v/v0.0.13.zip) = wQThTBYSptc2vRCf5f7JdJqBRuH303hE2KChKW4A1Ok=
 SHA256 (go_modules/github.com/mattn/go-sqlite3/@v/v1.14.15.mod) = tmtIYA14NsYZ0AJP4f+zWZYQ2ffWahLVx+mCjk4YBHM=
-SHA256 (go_modules/github.com/mattn/go-sqlite3/@v/v1.14.15.zip) = ARTS30Od3rA+70mkvyzI+2lmXA12SURjyvp9GJoW4Pk=
+SHA256 (go_modules/github.com/mattn/go-sqlite3/@v/v1.14.16.mod) = tmtIYA14NsYZ0AJP4f+zWZYQ2ffWahLVx+mCjk4YBHM=
+SHA256 (go_modules/github.com/mattn/go-sqlite3/@v/v1.14.16.zip) = wBboqi53eyFvKDXxx4jC9kZr0GyVVADtIUSnc3rIL3M=
 SHA256 (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod) = XJwAhrmy623J8nuh0zsopmRj/jDC+Hb/BbfISOd56nc=
 SHA256 (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.2-0.20181231171920-c182affec369.mod) = VwnvZ7EkgagjGOBaaOvQW3UmgHT0vBQYdwmr4WE8TPk=
 SHA256 (go

Re: [patch] www/mozilla-firefox - security and privacy

2011-10-15 Thread Gonzalo L. R.
Love this, DNS prefetching is a pain...

On Fri, 14 Oct 2011 22:55:58 -0400, David Hill dh...@mindcry.org wrote:
 The following is a patch that disables DNS prefetching and Link
 prefetching.
 
 DNS prefetching causes all links on a webpage to be resolved during
 load.  This causes sites to load more slowly, but supposedly makes
 clicking on a link faster since now it is in the DNS cache.  In the
 world of broadband, I think it DNS prefetching slows web browsing down.
 
 Going to http://news.google.com:
   with DNS prefetching: 310 lookups (155 IPv6, 155 IPv4)
   50 seconds doing lookups 
   without DNS prefetching: 18 lookups (9 IPv6, 9 IPv4)
   2 seconds doing lookups 
 
 Link prefetching allows websites to have a web browser load a webpage in
 the background by using link rel=next href=X /.  Sites use
 this to speed up load time IF the user clicks the link.  However, it
 can and is used for cross-site tracking.
 
 For example, foocompany.com could have link rel=next
 href=http://www.barcompany.com; / in it's HTML source.  You visit
 foocompany.com, your browser prefetches http://www.barcompany.com in the
 background without you ever clicking anything, resulting in barcompany
 knowing you visited foocompany.com.  For me, this is a huge security and
 privacy issue, as well as a waste of bandwidth.
 
 So, the proposed patch is to make OpenBSD's firefox package disable both
 of these options by default.  I am sure people with disagree with
 changing the default options of firefox, but as an operating system that
 builds its reputation on security and privacy, I figure this wouldn't be
 out of line.
 
 If you would like to test without using the patch, just goto
 about:config and toggle or add:
   network.dns.disablePrefetch to true
   network.prefetch-next to false
 
 I'd be interested to know if people see an increase or decrease in web
 browsing performance.
  
 Index: patches/patch-modules_libpref_src_init_all_js
 ===
 RCS file: patches/patch-modules_libpref_src_init_all_js
 diff -N patches/patch-modules_libpref_src_init_all_js
 --- /dev/null 1 Jan 1970 00:00:00 -
 +++ patches/patch-modules_libpref_src_init_all_js 15 Oct 2011 02:01:58
 -
 @@ -0,0 +1,22 @@
 +$OpenBSD$
 +--- modules/libpref/src/init/all.js.orig Wed Sep 28 16:25:00 2011
  modules/libpref/src/init/all.js  Fri Oct 14 21:59:07 2011
 +@@ -959,6 +959,9 @@ pref(network.dns.ipv4OnlyDomains, );
 + // This preference can be used to turn off IPv6 name lookups. See bug
 68796.
 + pref(network.dns.disableIPv6, false);
 + 
 ++// This preference disables DNS prefetching
 ++pref(network.dns.disablePrefetch, true);
 ++
 + // This preference controls whether or not URLs with UTF-8 characters
are
 + // escaped.  Set this preference to TRUE for strict RFC2396
conformance.
 + pref(network.standard-url.escape-utf8, true);
 +@@ -981,7 +984,7 @@ pref(network.ftp.idleConnectionTimeout, 300);
 + pref(network.dir.format, 2);
 + 
 +-// enables the prefetch service (i.e., prefetching of link
rel=next
 URLs).
 ++// disables the prefetch service (i.e., prefetching of link
rel=next
 URLs).
 +-pref(network.prefetch-next, true);
 ++pref(network.prefetch-next, false);
 + 
 + 
 + // The following prefs pertain to the negotiate-auth extension (see
bug
 17578),

-- 
Sending from my computer



Re: Update the ports tree with another tool

2011-10-19 Thread Gonzalo L. R.
Zantgo,

De verdad tenes que dejar de enviar un mail atrás de otro sin sentido y
sin haber leído nada de nada, por favor lee el FAQ: 

http://www.openbsd.org/faq/

sobre todo esta parte: http://www.openbsd.org/faq/faq2.html#MailLists

Y a partir de ahí las dudas que tengas podes plantearlas de mejor forma.

en serio, de nuevo DEJA de enviar una catarata de mails a todas las
listas.

Gracias.

On Tue, 18 Oct 2011 23:19:16 -0300, Zantgo zan...@gmail.com wrote:
 Is there a way to update the ports by another tool than AnonCVS?, Not
 having to update the base system also every time you install a port!
 
 Zantgo

-- 
Sending from my computer



[update] xxxterm 1.6.1

2011-10-23 Thread Gonzalo L. R.

Update for xxxterm.

Ok?

Cheers

--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile13 Oct 2011 06:55:58 -  1.23
+++ Makefile23 Oct 2011 21:33:55 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.23 2011/10/13 06:55:58 jasper Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.518
-REVISION = 0
+DISTNAME = xxxterm-1.6.1
+EPOCH =0
 CATEGORIES =   www
 
 HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo30 Aug 2011 18:13:41 -  1.14
+++ distinfo23 Oct 2011 21:33:55 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.518.tgz) = 9Xm+JQSVvnpa2FUMOWbYzg==
-RMD160 (xxxterm-1.518.tgz) = GtAUyZul6TJyf59FeVrdNLCahFA=
-SHA1 (xxxterm-1.518.tgz) = QiWdRadsim4QObYUKKXkYmTugsg=
-SHA256 (xxxterm-1.518.tgz) = x7PonJHP5K7CFXPDgQ3GtogjYP3n73Bhwsw9GmwiIIQ=
-SIZE (xxxterm-1.518.tgz) = 158514
+MD5 (xxxterm-1.6.1.tgz) = LecWIsNPJ6dt0CC9h4Uv4w==
+RMD160 (xxxterm-1.6.1.tgz) = wI3RTOHszkQYaBQxKhc3QDr7Rmo=
+SHA1 (xxxterm-1.6.1.tgz) = ZGZK+jEBBghiPllU1eKXXXZisM4=
+SHA256 (xxxterm-1.6.1.tgz) = ayZcDrAc9xFOjsrpcOQVEGNjwgdRdK+BQBvnAVynLKQ=
+SIZE (xxxterm-1.6.1.tgz) = 159314
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/xxxterm/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   26 Aug 2011 14:31:47 -  1.5
+++ pkg/PLIST   23 Oct 2011 21:33:55 -
@@ -4,9 +4,9 @@
 share/applications/xxxterm.desktop
 share/examples/xxxterm/
 share/examples/xxxterm/favorites
-share/examples/xxxterm/playflash.sh
 share/examples/xxxterm/xxxterm.conf
 share/xxxterm/
+share/xxxterm/playflash.sh
 share/xxxterm/style.css
 share/xxxterm/xxxtermicon.png
 share/xxxterm/xxxtermicon128.png


Re: [update] xxxterm 1.7.0

2011-10-25 Thread Gonzalo L. R.

New update from xxxterm, a lot of bugs fixed, and more stable.

Ok?

Cheers.

El 10/23/11 18:38, Gonzalo L. R. escribió:

Update for xxxterm.

Ok?

Cheers



--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile13 Oct 2011 06:55:58 -  1.23
+++ Makefile25 Oct 2011 20:48:00 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.23 2011/10/13 06:55:58 jasper Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.518
-REVISION = 0
+DISTNAME = xxxterm-1.7.0
+EPOCH =0
 CATEGORIES =   www
 
 HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo30 Aug 2011 18:13:41 -  1.14
+++ distinfo25 Oct 2011 20:48:00 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.518.tgz) = 9Xm+JQSVvnpa2FUMOWbYzg==
-RMD160 (xxxterm-1.518.tgz) = GtAUyZul6TJyf59FeVrdNLCahFA=
-SHA1 (xxxterm-1.518.tgz) = QiWdRadsim4QObYUKKXkYmTugsg=
-SHA256 (xxxterm-1.518.tgz) = x7PonJHP5K7CFXPDgQ3GtogjYP3n73Bhwsw9GmwiIIQ=
-SIZE (xxxterm-1.518.tgz) = 158514
+MD5 (xxxterm-1.7.0.tgz) = O+6WnyPMFPvENXjqUxGgDw==
+RMD160 (xxxterm-1.7.0.tgz) = CcOVO1JezTCpCyMgsAf+CjpCdOE=
+SHA1 (xxxterm-1.7.0.tgz) = hUhDw0C3dM1MDQln1K+1B1D6QXE=
+SHA256 (xxxterm-1.7.0.tgz) = PNAkBcSAIn0swOgwSC8puS7LelkWPn/vFrh3bJ6/hLE=
+SIZE (xxxterm-1.7.0.tgz) = 162166


Re: [update] xxxterm 1.8.0

2011-11-01 Thread Gonzalo L. R.
New version of XXXterm, more bugs fixed, and put myself as maintener.

Ok?


On Sat, 29 Oct 2011 11:11:10 +1100, Brett brett.ma...@gmx.com wrote:
 On Sat, 29 Oct 2011 01:59:13 +0200
 Matthieu Herrb matthieu.he...@laas.fr wrote:
 
 On Sat, Oct 29, 2011 at 10:50:17AM +1100, Brett wrote:
  
New update from xxxterm, a lot of bugs fixed, and more stable.
  
  Hi,
  
  Works on amd64, Oct 24 -current. But after compiling xxxterm and
  rebooting, keyboard stopped working again (and same fix worked again)
  as in this thread:
  http://marc.info/?l=openbsd-miscm=131953412126412w=2
 
 You probably didn't run sysmerge before rebuilding xenocara. so
 /usr/X11R6/share/X11/xkb/symbols/srvr_ctrl was re-created as a
 directory by make bootstrap.
 
 Always run sysmerge after upgrading base system to update
 /etc/mtree/BSD.x11.dist before building xenocara.
 
  
  
 Hi Matthieu,
 You are right, I did not run sysmerge. (Actually I never have!) Will add
 it to my building notes.
 Brett.

-- 
Sending from my computer

xxxterm-1.8.0.diff;
Description: Binary data


Re: [update] xxxterm 1.8.0

2011-11-05 Thread Gonzalo L. R.

Hi, me again, we have another version of xxxterm with this changes:

* Add webkit webinspector.
* Fix a couple of link following bugs (command box wouldn't disappear,
  enter didn't always work and some more nits).
* Fix clang 3.0 warnings.
* Add buffer command zz to center page.
* Set default encoding to UTF-8 in order to render Latin languages
  correctly.
* Add M-p command to toggle plugin enable.
* Add :stop command to stop loading page.
* Fix a couple of minor bugs.


Ok?


El 11/01/11 09:53, Gonzalo L. R. escribió:

New version of XXXterm, more bugs fixed, and put myself as maintener.

Ok?


On Sat, 29 Oct 2011 11:11:10 +1100, Brettbrett.ma...@gmx.com  wrote:

On Sat, 29 Oct 2011 01:59:13 +0200
Matthieu Herrbmatthieu.he...@laas.fr  wrote:


On Sat, Oct 29, 2011 at 10:50:17AM +1100, Brett wrote:



New update from xxxterm, a lot of bugs fixed, and more stable.


Hi,

Works on amd64, Oct 24 -current. But after compiling xxxterm and
rebooting, keyboard stopped working again (and same fix worked again)
as in this thread:
http://marc.info/?l=openbsd-miscm=131953412126412w=2


You probably didn't run sysmerge before rebuilding xenocara. so
/usr/X11R6/share/X11/xkb/symbols/srvr_ctrl was re-created as a
directory by make bootstrap.

Always run sysmerge after upgrading base system to update
/etc/mtree/BSD.x11.dist before building xenocara.





Hi Matthieu,
You are right, I did not run sysmerge. (Actually I never have!) Will add
it to my building notes.
Brett.




--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile13 Oct 2011 06:55:58 -  1.23
+++ Makefile5 Nov 2011 20:00:13 -
@@ -1,13 +1,13 @@
 # $OpenBSD: Makefile,v 1.23 2011/10/13 06:55:58 jasper Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.518
-REVISION = 0
+DISTNAME = xxxterm-1.8.1
+EPOCH =0
 CATEGORIES =   www
 
 HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm
 
-MAINTAINER =   Laurent Fanis laur...@openbsd.org
+MAINTAINER =   Gonzalo L. R. gonz...@x61.com.ar
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
@@ -19,7 +19,7 @@ MODULES += devel/gettext
 
 WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
 WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat
-WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
+WANTLIB += fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
 WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gthread-2.0
 WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
 WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 util webkitgtk-1.0
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo30 Aug 2011 18:13:41 -  1.14
+++ distinfo5 Nov 2011 20:00:13 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.518.tgz) = 9Xm+JQSVvnpa2FUMOWbYzg==
-RMD160 (xxxterm-1.518.tgz) = GtAUyZul6TJyf59FeVrdNLCahFA=
-SHA1 (xxxterm-1.518.tgz) = QiWdRadsim4QObYUKKXkYmTugsg=
-SHA256 (xxxterm-1.518.tgz) = x7PonJHP5K7CFXPDgQ3GtogjYP3n73Bhwsw9GmwiIIQ=
-SIZE (xxxterm-1.518.tgz) = 158514
+MD5 (xxxterm-1.8.1.tgz) = 8NwBbUcACGAVX/2JAaM4Hg==
+RMD160 (xxxterm-1.8.1.tgz) = 3XP3VRGi50xVWcdIePPN0phk83E=
+SHA1 (xxxterm-1.8.1.tgz) = gf1if3Fs0tcKsOiCdX/SLSvmf6o=
+SHA256 (xxxterm-1.8.1.tgz) = xP/ie+J+/8FWKzSqDKJo0M621K/JWuPIdqeb1mN4swE=
+SIZE (xxxterm-1.8.1.tgz) = 170884


Re: grafx2 port

2011-11-09 Thread Gonzalo L. R.

You need to use ${PREFIX} instead of /usr/local

On Wed, 9 Nov 2011 17:23:27 +0100, Axel Scheepers wrote:

On Wed, Nov 09, 2011 at 10:25:43AM +0100, David Coppa wrote:

Can you try the patch below?


Hello David,

With that patch sdl applications work as expected. Thanks!

I noticed that grafx2 needs another patch to make it run
without having to specify the full path to the executable.
For now I've hardcoded the path until I find out how to
get the full executable path under openbsd.

Kind regards,

Axel Scheepers


--- setup.c.org Wed Nov  9 01:19:13 2011
+++ setup.c Wed Nov  9 01:20:37 2011
@@ -109,6 +109,9 @@
   }
   Extract_path(program_dir, argv0);

+  #elif defined(__OpenBSD__)
+strcpy(program_dir, /usr/local/bin/);
+
   // Others: The part of argv[0] before the executable name.
   // Keep the last \ or /.
   // On Windows, Mingw32 already provides the full path in all 
cases.


--
Sending from my computer



Re: resubmit: net/climm

2011-11-14 Thread Gonzalo L. R.
I have a port done of CenterIM, but still build stuff in 'make fake' 
phase, this software is quite similar, I would like to be imported


On Sat, 12 Nov 2011 23:51:10 +0100, Pascal Stumpf wrote:

Using this myself for quite a long time now; any oks for import?

Cheers,
Pascal


--
Sending from my computer



Re: nmap-5.51p2/libdnet-1.12p3 unable to get hardware address for interface on -current

2011-11-15 Thread Gonzalo L. R.
you got that message with root right? with a normal user don't happen? 
I have the same issue.


On Tue, 15 Nov 2011 19:21:58 +0100, Thomas Jeunet wrote:

Hello,

I'm using nmap on openbsd, following -current, and recently it
stopped working.
I get the following message :

Starting Nmap 5.51 ( http://nmap.org ) at 2011-11-15 19:05 CET
Warning: Unable to get hardware address for interface em0 -- skipping 
it.

WARNING: Unable to find appropriate interface for system route to IP
of gateway
nexthost: failed to determine route to target
QUITTING!

The message comes from nmap-5.51/nmap-5.51/libnetutil/netutil.cc :
if (eth_get(ethsd, ethaddr) != 0) {
   netutil_error(Warning: Unable to get hardware address for 
interface %s

   continue;
}
and eth_get is defined in libdnet-1.12/libdnet-1.12/src/eth-bsd.c :
int
eth_get(eth_t *e, eth_addr_t *ea)
{
struct if_msghdr *ifm;
struct sockaddr_dl *sdl;
struct addr ha;
u_char *p, *buf;
size_t len;
int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 };

if (sysctl(mib, 6, NULL, len, NULL, 0)  0)
return (-1);

if ((buf = malloc(len)) == NULL)
return (-1);

if (sysctl(mib, 6, buf, len, NULL, 0)  0) {
free(buf);
return (-1);
}
for (p = buf; p  buf + len; p += ifm-ifm_msglen) {
ifm = (struct if_msghdr *)p;
sdl = (struct sockaddr_dl *)(ifm + 1);

if (ifm-ifm_type != RTM_IFINFO ||
(ifm-ifm_addrs  RTA_IFP) == 0)
continue;

if (sdl-sdl_family != AF_LINK || sdl-sdl_nlen == 0 ||
memcmp(sdl-sdl_data, e-device, sdl-sdl_nlen) != 0)
continue;

if (addr_ston((struct sockaddr *)sdl, ha) == 0)
break;
}
free(buf);

if (p = buf + len) {
errno = ESRCH;
return (-1);
}
memcpy(ea, ha.addr_eth, sizeof(*ea));

return (0);
}

Is anyone also facing this issue? Anyone having a clue on why whould
eth_get fail?


Cheers,
best regards


--
Sending from my computer



Re: mk.conf.template (common porters mk.conf bits)

2011-11-16 Thread Gonzalo L. R.

and USE_SYSTRACE=Yes ?

On Wed, 16 Nov 2011 21:12:52 +0200, Paul Irofti wrote:

On Wed, Nov 16, 2011 at 05:54:45PM +, Stuart Henderson wrote:

comments? OK?


Yes please. While on the subject, can't we add (at the very least) 
the

SUDO=sudo line?



Index: infrastructure/templates/mk.conf.template
===
RCS file: infrastructure/templates/mk.conf.template
diff -N infrastructure/templates/mk.conf.template
--- /dev/null   1 Jan 1970 00:00:00 -
+++ infrastructure/templates/mk.conf.template	16 Nov 2011 17:54:23 
-

@@ -0,0 +1,24 @@
+# $OpenBSD$
+
+# This file contains some mk.conf entries suitable for ports work.
+# It may be copy-and-pasted, or included directly from 
/etc/mk.conf:

+# .include /usr/ports/infrastructure/templates/mk.conf.template
+
+# Common(ish) misspellings:
+.poison BUILD_DEPEND
+.poison DISTFLIES
+.poison LIB_DEPEND
+.poison MODPY_BUILDEP
+.poison MODULE
+.poison NOT_FOR_ARCH
+.poison NOT_FOR_ARCHES
+.poison ONLY_FOR_ARCH
+.poison ONLY_FOR_ARCHES
+.poison REVISON
+.poison REVSION
+.poison RUN_DEPEND
+.poison WKRBUILD
+.poison WKRCONF
+.poison WKRDIST
+.poison WKRINST
+.poison WKRSRC



--
Sending from my computer



Re: port

2011-11-18 Thread Gonzalo L. R.
a typical scenario would be: 
/usr/ports/mystuff/${CATEGORY}/${YOUR_PORT}


so you need to send ${YOUR_PORT}

On Fri, 18 Nov 2011 18:15:20 + (GMT), Dédé Gerard wrote:

Hello,
I have ported an application (srm), and I would like to submit it,
but I have a question : Which is the folder which I have to send you
?

Thanks


--
Sending from my computer



Re: NEW: x11/lsw

2011-11-29 Thread Gonzalo L. R.

with a quick view, you forget

WANTLIB += X11 c

(you only have 'c')

cheers

On Tue, 29 Nov 2011 18:58:14 +0100, Jan Klemkow wrote:

Hello,

This is the lsw program from suckless.org.
Tell me everything that is wrong with it, please!

bye,
Jan Klemkow


--
Sending from my computer



Re: NEW: x11/sselp

2011-11-30 Thread Gonzalo L. R.

you don't need REVISION in a new port or release of the port.

On Wed, 30 Nov 2011 18:21:49 +0100, Jan Klemkow wrote:

Hello,

This is a new port.
It is a tool from the suckless.org Projekt.
Tell me everything that's wrong with it, please.

bye,
Jan Klemkow


--
Sending from my computer



[UPDATE] xxxterm 1.9.0

2011-12-12 Thread Gonzalo L. R.

Hi,

Update to xxxterm with some bugs fixed:

  Add autorun JavaScript after page loads
  be more quiet
  delete unused variable
  first attemp at doing a true keyboard mode
  handle frames and iframes as well
  dont run JS_HINTING as often
  fix some sites that screw with keyboard focus
  Add funky workaround for fancy rich edit boxes in RT
  only set mode if focus succeeds
  silence autorun js for now
  Modify some entry box overrides.
  Move focus stuff into it's own file.
  add webkit 1.2 code
  print build version
  add vi mode that eats ctrl/mod commands in input
  Add proxy command.
  add F2 here too

Ok?

Cheers.

--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile6 Nov 2011 20:25:50 -   1.25
+++ Makefile12 Dec 2011 22:02:30 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.25 2011/11/06 20:25:50 kili Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.8.1
+DISTNAME = xxxterm-1.9.0
 EPOCH =0
 CATEGORIES =   www
 
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo6 Nov 2011 20:25:50 -   1.16
+++ distinfo12 Dec 2011 22:02:30 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.8.1.tgz) = 8NwBbUcACGAVX/2JAaM4Hg==
-RMD160 (xxxterm-1.8.1.tgz) = 3XP3VRGi50xVWcdIePPN0phk83E=
-SHA1 (xxxterm-1.8.1.tgz) = gf1if3Fs0tcKsOiCdX/SLSvmf6o=
-SHA256 (xxxterm-1.8.1.tgz) = xP/ie+J+/8FWKzSqDKJo0M621K/JWuPIdqeb1mN4swE=
-SIZE (xxxterm-1.8.1.tgz) = 170884
+MD5 (xxxterm-1.9.0.tgz) = ZfzZR5diISamFSFFegSd6w==
+RMD160 (xxxterm-1.9.0.tgz) = F122i30FTjlLrp5yqoSig5ttuiI=
+SHA1 (xxxterm-1.9.0.tgz) = TYVksk5h6Yv9w0XMDwttDQgh+Vc=
+SHA256 (xxxterm-1.9.0.tgz) = 8zafEIYjkG5fGPzF6pitDUlvXDcR6YsYp7/iXB7qgvs=
+SIZE (xxxterm-1.9.0.tgz) = 173693


[UPDATE] Varnish 3.0.2

2011-12-21 Thread Gonzalo L. R.

Initial upgrade by me, with a lot of tweaks from brad.

Ok?

--
Sending from my computer

varnish.diff
Description: Binary data


[UPDATE] Scrotwm-0.10.0

2012-01-11 Thread Gonzalo L. R.
Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard 
mapping option.


Ok?


--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/x11/scrotwm/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile29 Aug 2011 13:21:29 -  1.33
+++ Makefile11 Jan 2012 20:51:52 -
@@ -4,7 +4,7 @@ COMMENT=small tiling window manager
 
 SHARED_LIBS=   swmhack 0.0
 
-DISTNAME=  scrotwm-0.9.34
+DISTNAME=  scrotwm-0.10.0
 EXTRACT_SUFX=  .tgz
 CATEGORIES=x11
 
@@ -42,10 +42,15 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh 
${PREFIX}/share/examples/scrotwm
${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/share/examples/scrotwm
 
-## mans need to be updated
-#.for i in es it pt ru
-#  ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/man1
-#  mv ${PREFIX}/man/man1/scrotwm_$i.1 ${PREFIX}/man/$i/man1/scrotwm.1
-#.endfor
+## mans need to be updated: pt ru
+.for i in es it
+   ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/man1
+   mv ${PREFIX}/man/man1/scrotwm_$i.1 ${PREFIX}/man/$i/man1/scrotwm.1
+.endfor
+
+.for i in es cz fr fr_ch se us
+   ${INSTALL_DATA_DIR} ${WRKSRC}/scrotwm_$i.conf
+   mv ${WRKSRC}/scrotwm_$i.conf ${PREFIX}/share/examples/scrotwm
+.endfor
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/x11/scrotwm/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo29 Aug 2011 13:21:29 -  1.21
+++ distinfo11 Jan 2012 20:51:52 -
@@ -1,5 +1,5 @@
-MD5 (scrotwm-0.9.34.tgz) = 044pbdC/AUBG6CzUKTLzmA==
-RMD160 (scrotwm-0.9.34.tgz) = WlzTC2Von0n1U7rDea440aaS3Q0=
-SHA1 (scrotwm-0.9.34.tgz) = npQ4g+pVBISH/lntCbioRGeoFZM=
-SHA256 (scrotwm-0.9.34.tgz) = RvBV88G30yvKr5QZP9AacnQi54fop6/PmH2y/97Jrag=
-SIZE (scrotwm-0.9.34.tgz) = 69755
+MD5 (scrotwm-0.10.0.tgz) = QHhiaEIposMoLywb5Z7g+g==
+RMD160 (scrotwm-0.10.0.tgz) = qL9TBOqwMJ2k17zHqoG6ouZzYks=
+SHA1 (scrotwm-0.10.0.tgz) = HjVq/X+xWk7/o5NMEJhPHxd71e8=
+SHA256 (scrotwm-0.10.0.tgz) = Qhm+qi8Ny2u46AGA0Du/OtWNqv9ifeGJ8LdkGx+vciI=
+SIZE (scrotwm-0.10.0.tgz) = 80960
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/scrotwm/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   29 Aug 2011 13:21:29 -  1.13
+++ pkg/PLIST   11 Jan 2012 20:51:52 -
@@ -1,6 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.13 2011/08/29 13:21:29 ajacoutot Exp $
 %%SHARED%%
 @bin bin/scrotwm
+man/es/
+man/es/man1/
+@man man/es/man1/scrotwm.1
+man/it/
+man/it/man1/
+@man man/it/man1/scrotwm.1
 @man man/man1/scrotwm.1
 share/examples/scrotwm/
 @sample share/scrotwm/
@@ -14,3 +20,9 @@ share/examples/scrotwm/screenshot.sh
 @mode
 share/examples/scrotwm/scrotwm.conf
 @sample ${SYSCONFDIR}/scrotwm.conf
+share/examples/scrotwm/scrotwm_cz.conf
+share/examples/scrotwm/scrotwm_es.conf
+share/examples/scrotwm/scrotwm_fr.conf
+share/examples/scrotwm/scrotwm_fr_ch.conf
+share/examples/scrotwm/scrotwm_se.conf
+share/examples/scrotwm/scrotwm_us.conf


[Update] xxxterm 1.10.0

2012-01-16 Thread Gonzalo L. R.

Hi,

Update for xxxterm to version 1.10.0.

Ok?

--
Sending from my computer

xxxterm-0.10.0.diff
Description: Binary data


[Update] Adsuck 2.4.1

2012-01-16 Thread Gonzalo L. R.

Hi,

Update for Adsuck to 2.4.1.

Ok?

--
Sending from my computer

adsuck-2.4.1.diff
Description: Binary data


Re: [Update] Adsuck 2.4.1

2012-01-18 Thread Gonzalo L. R.

Come on guys, we hate ads!

 Original Message 
Subject: [Update] Adsuck 2.4.1
Date: Mon, 16 Jan 2012 10:31:37 -0300
From: Gonzalo L. R. gonz...@x61.com.ar
To: Ports ports@openbsd.org

Hi,

Update for Adsuck to 2.4.1.

Ok?

--
Sending from my computer

--
Sending from my computer

adsuck-2.4.1.diff
Description: Binary data


Re: [Update] Adsuck 2.4.1

2012-01-19 Thread Gonzalo L. R.

Thank you, now we need the OK :)

On Wed, 18 Jan 2012 22:59:10 +0200, haris wrote:

On Wed, Jan 18, 2012 at 09:03:48AM -0300, Gonzalo L. R. wrote:

Come on guys, we hate ads!

 Original Message 
Subject: [Update] Adsuck 2.4.1
Date: Mon, 16 Jan 2012 10:31:37 -0300
From: Gonzalo L. R. gonz...@x61.com.ar
To: Ports ports@openbsd.org

Hi,

Update for Adsuck to 2.4.1.

Ok?

--
Sending from my computer

--
Sending from my computer


Working great both on i386 and amd64.


--
Sending from my computer



Re: FIX: x11/scrotwm (recent fixes from upstream)

2012-01-29 Thread Gonzalo L. R.

is ok for me, thanks lteo

El 01/29/12 11:41, Lawrence Teo escribió:

There has been a few bugfixes in upstream shortly after the scrotwm
0.10.0 release. I have created a diff below to include these in the
OpenBSD port. I am really hoping that these fixes can get in before the
final lock, as they will prevent users from encountering these issues
right out of the box upon pkg_add'ing scrotwm on OpenBSD 5.1.

The fixes are:

1. Fixed memory and fd leaks when there are invalid options in the
scrotwm config file.

2. Fixed the key binding on the manpage for the search_win action (it
should be M-f instead of M-s. M-s is the key binding for another
action, screenshot_all).

3. Added the ws_prior key binding that was missing from the keyboard
mapping files (config files used for various regional keyboards).

4. The RUN_DEPENDS for dmenu has been changed to 4.4.1 (the current
version in the ports tree); thib@ and I encountered issues using
scrotwm with dmenu 4.2, and earlier versions are probably affected
too.

I could not get in touch with Gonzalo (maintainer) on time since this is
the weekend, but I have CC'ed him. However, he has seen an earlier
version of this diff and he is OK with fixes #2 and #4.

Thank you,
Lawrence



Index: Makefile
===
RCS file: /cvs/ports/x11/scrotwm/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile14 Jan 2012 21:48:13 -  1.34
+++ Makefile28 Jan 2012 04:03:32 -
@@ -5,6 +5,7 @@ COMMENT=small tiling window manager
  SHARED_LIBS=  swmhack 0.0

  DISTNAME= scrotwm-0.10.0
+REVISION=  0
  EXTRACT_SUFX= .tgz
  CATEGORIES=   x11

@@ -23,7 +24,7 @@ MASTER_SITES= http://opensource.conforma

  NO_REGRESS=   Yes

-RUN_DEPENDS=   x11/dmenu=3.9
+RUN_DEPENDS=   x11/dmenu=4.4.1

  MAKE_FLAGS=   BINDIR=${TRUEPREFIX}/bin \
MANDIR=${TRUEPREFIX}/man/man \
Index: patches/patch-scrotwm_1
===
RCS file: patches/patch-scrotwm_1
diff -N patches/patch-scrotwm_1
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-scrotwm_1 28 Jan 2012 04:03:32 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Manpage fix from upstream:
+https://opensource.conformal.com/viewgit/?a=commitdiffp=scrotwmh=b4f18a38d0b1cf8c0ee85e0366ab4caa4cc00560
+
+--- scrotwm.1.orig Wed Jan 11 13:42:57 2012
 scrotwm.1  Fri Jan 27 22:40:29 2012
+@@ -450,7 +450,7 @@ move_down
+ name_workspace
+ .It Cm M-/
+ search_workspace
+-.It Cm M-s
++.It Cm M-f
+ search_win
+ .El
+ .Pp
Index: patches/patch-scrotwm_c
===
RCS file: /cvs/ports/x11/scrotwm/patches/patch-scrotwm_c,v
retrieving revision 1.18
diff -u -p -r1.18 patch-scrotwm_c
--- patches/patch-scrotwm_c 14 Jan 2012 21:48:13 -  1.18
+++ patches/patch-scrotwm_c 28 Jan 2012 04:03:32 -
@@ -1,6 +1,10 @@
  $OpenBSD: patch-scrotwm_c,v 1.18 2012/01/14 21:48:13 sthen Exp $
 scrotwm.c.orig Sat Jan 14 14:15:42 2012
-+++ scrotwm.c  Sat Jan 14 14:16:35 2012
+
+Includes memory and fd leak fixes from upstream:
+https://opensource.conformal.com/viewgit/?a=commitdiffp=scrotwmh=1bc1f62c7a0ed3edf41faf0cec49cfad2db794b0
+
+--- scrotwm.c.orig Fri Jan 27 22:39:54 2012
 scrotwm.c  Fri Jan 27 22:48:10 2012
  @@ -169,7 +169,7 @@ u_int32_t swm_debug = 0
   #define SWM_CONF_KEYMAPPING  (1)

@@ -10,3 +14,49 @@ $OpenBSD: patch-scrotwm_c,v 1.18 2012/01
   #endif

   char **start_argv;
+@@ -5399,7 +5399,7 @@ conf_load(char *filename, int keymapping)
+   if (wordlen == 0) {
+   warnx(%s: line %zd: no option found,
+   filename, lineno);
+-  return (1);
++  goto out;
+   }
+   optind = -1;
+   for (i = 0; i  LENGTH(configopt); i++) {
+@@ -5413,12 +5413,12 @@ conf_load(char *filename, int keymapping)
+   if (optind == -1) {
+   warnx(%s: line %zd: unknown option %.*s,
+   filename, lineno, wordlen, cp);
+-  return (1);
++  goto out;
+   }
+   if (keymapping  strcmp(opt-optname, bind)) {
+   warnx(%s: line %zd: invalid option %.*s,
+   filename, lineno, wordlen, cp);
+-  return (1);
++  goto out;
+   }
+   cp += wordlen;
+   cp += strspn(cp,  \t\n); /* eat whitespace */
+@@ -5431,7 +5431,7 @@ conf_load(char *filename, int keymapping)
+   if (wordlen == 0) {
+   warnx(%s: line %zd: syntax error,
+   filename, lineno);
+-  return

[NEW] Sqtop

2012-02-17 Thread Gonzalo L. R.

Hi,

Sqtop is top-like monitor for Squid.

Someone interested?

Ok?

Cheers.

--
Sending from my VCR

sqtop.tgz
Description: Binary data


Re: [NEW] Sqtop

2012-02-18 Thread Gonzalo L. R.

The GROFF yes was an error I want a NO, and I change for www.

Ok?

On Sat, 18 Feb 2012 13:06:38 +, Stuart Henderson wrote:

On 2012/02/18 13:36, MERIGHI Marcus wrote:

having to add groff is somewhat annoying.


If you're building from ports, you should have that installed anyway.

I wonder whether sysutils is the right category when squid lives in 
www.


I'd prefer www.


--
Sending from my VCR

sqtop.tgz
Description: Binary data


[Update] ,s/scrotwm/spectrwm/g

2012-02-18 Thread Gonzalo L. R.

Hi,

Scrotwm change its name to Spectrwm, but still rocks, so here is a new 
shinny version, with a lot of bugs fixed:


* Fixed all clang static analyze bugs/issues
* Remain name and config file compatible with scrotwm
* Fix OSX version again
* Print proper version with M-S-v on linux
* Add flip_layout binding to all keyboard layout examples
* Fix setting of window property strings
* Clear status-bar when iconifying the last window
* Use a red-black tree for key bindings

I add the diff to Quirks.

Ok? If is Ok, bye bye x11/scrotwm.

Cheers

--
Sending from my Computer.


spectrwm.tgz
Description: Binary data
Index: Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.66
diff -u -p -r1.66 Quirks.pm
--- Quirks.pm   6 Feb 2012 22:07:09 -   1.66
+++ Quirks.pm   17 Feb 2012 18:11:38 -
@@ -279,6 +279,8 @@ my $stem_extensions = {
'aspell5-tn' = 'aspell-tn',
'aspell6-uk' = 'aspell-uk',
'vte-ptyhelper' = 'vte',
+# 5.2
+   'scrotwm' = 'spectrwm',
 };
 
 # -is_base_system($handle, $state):


Re: [Update] ,s/scrotwm/spectrwm/g

2012-02-19 Thread Gonzalo L. R.

Come on, is just the same software with different name :)

 Mensaje original 
Asunto: [Update] ,s/scrotwm/spectrwm/g
Fecha: Sat, 18 Feb 2012 11:48:47 -0300
De: Gonzalo L. R. gonz...@x61.com.ar
A: ports@openbsd.org, Antoine Jacoutot ajacou...@bsdfrog.org

Hi,

Scrotwm change its name to Spectrwm, but still rocks, so here is a new
shinny version, with a lot of bugs fixed:

* Fixed all clang static analyze bugs/issues
* Remain name and config file compatible with scrotwm
* Fix OSX version again
* Print proper version with M-S-v on linux
* Add flip_layout binding to all keyboard layout examples
* Fix setting of window property strings
* Clear status-bar when iconifying the last window
* Use a red-black tree for key bindings

I add the diff to Quirks.

Ok? If is Ok, bye bye x11/scrotwm.

Cheers

--
Sending from my Computer.



spectrwm.tgz
Description: Binary data
Index: Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.66
diff -u -p -r1.66 Quirks.pm
--- Quirks.pm   6 Feb 2012 22:07:09 -   1.66
+++ Quirks.pm   17 Feb 2012 18:11:38 -
@@ -279,6 +279,8 @@ my $stem_extensions = {
'aspell5-tn' = 'aspell-tn',
'aspell6-uk' = 'aspell-uk',
'vte-ptyhelper' = 'vte',
+# 5.2
+   'scrotwm' = 'spectrwm',
 };
 
 # -is_base_system($handle, $state):



Re: [Update] ,s/scrotwm/spectrwm/g

2012-02-19 Thread Gonzalo L. R.

yes, you are right

El 02/19/12 11:04, Stuart Henderson escribió:

On 2012/02/19 10:49, Gonzalo L. R. wrote:

Come on, is just the same software with different name :)


You only sent it yesterday, isn't it a little early to be prodding? ;)



--
Sending from my Computer.



Re: [Update] ,s/scrotwm/spectrwm/g

2012-02-22 Thread Gonzalo L. R.
Thanks for the test, the conf file issue would be fixed upstream, and I 
add the new diff for Quirks.



El 02/21/12 23:37, Juan Francisco Cantero Hurtado escribió:

On Sat, 18 Feb 2012 15:48:47 +0100, Gonzalo L. R. gonz...@x61.com.ar
wrote:


Hi,

Scrotwm change its name to Spectrwm, but still rocks, so here is a new
shinny version, with a lot of bugs fixed:

* Fixed all clang static analyze bugs/issues
* Remain name and config file compatible with scrotwm


Not for me. I needed to rename my .scrotwm.conf to spectrwm.conf.


* Fix OSX version again
* Print proper version with M-S-v on linux
* Add flip_layout binding to all keyboard layout examples
* Fix setting of window property strings
* Clear status-bar when iconifying the last window
* Use a red-black tree for key bindings

I add the diff to Quirks.


The Quirks file is outdated with last changes in CVS repo.



Ok? If is Ok, bye bye x11/scrotwm.

Cheers



Tested on i386. All works OK.



--
Sending from my Computer.
Index: Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.67
diff -u -p -r1.67 Quirks.pm
--- Quirks.pm   18 Feb 2012 22:04:23 -  1.67
+++ Quirks.pm   23 Feb 2012 00:35:40 -
@@ -281,6 +281,7 @@ my $stem_extensions = {
'vte-ptyhelper' = 'vte',
 # 5.2
'gpsbabel-gui' = 'gpsbabel-tk',
+   'scrotwm' = 'spectrwm',
 };
 
 # -is_base_system($handle, $state):


Re: UPDATE: SDL 1.2.15

2012-02-22 Thread Gonzalo L. R.

works fine on i386 brad.

El 02/22/12 22:04, Brad Smith escribió:

Index: Makefile
===
RCS file: /home/cvs/ports/devel/sdl/Makefile,v
retrieving revision 1.81
diff -u -p -r1.81 Makefile
--- Makefile22 Feb 2012 08:22:39 -  1.81
+++ Makefile22 Feb 2012 20:21:13 -
@@ -2,11 +2,13 @@

  COMMENT=  cross-platform multimedia library

-VERSION=   1.2.13
+VERSION=   1.2.15
  DISTNAME= SDL-${VERSION}
  PKGNAME=  ${DISTNAME:L}
-REVISION = 17
  CATEGORIES=   devel
+MASTER_SITES=  ${HOMEPAGE}release/
+
+SHARED_LIBS=   SDL 8.0

  HOMEPAGE= http://www.libsdl.org/

@@ -17,30 +19,29 @@ PERMIT_PACKAGE_CDROM=   Yes
  PERMIT_PACKAGE_FTP= Yes
  PERMIT_DISTFILES_CDROM= Yes
  PERMIT_DISTFILES_FTP=   Yes
-WANTLIB=   m sndio usbhid

-MASTER_SITES=  ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/  \
-   ${HOMEPAGE}release/
-MASTER_SITES0= http://dev.beastie.hu/  \
-   http://www.beastie.hu/
+WANTLIB=   m sndio usbhid
+
+MODULES=   converters/libiconv

  .if ${MACHINE_ARCH} == i386
-BUILD_DEPENDS+=devel/yasm
+BUILD_DEPENDS+=devel/nasm
  .endif

-FLAVORS=   aa caca no_x11 altivec
+FLAVORS=   aa no_x11
  FLAVOR?=

+USE_GMAKE= Yes
  USE_LIBTOOL=  Yes
-USE_GROFF =Yes
-MODULES=   converters/libiconv
-
  SEPARATE_BUILD=   concurrent
  CONFIGURE_STYLE= gnu
  MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/test
-SHARED_LIBS=   SDL 8.0
-CONFIGURE_ENV+=X11BASE=${X11BASE} \
-   CFLAGS=${CFLAGS} -I${LOCALBASE}/include \
+CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
+--disable-arts \
+--disable-esd \
+--disable-oss \
+--disable-pulseaudio
+CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib \
WITH_SNDIO=Yes

@@ -48,43 +49,21 @@ CONFIGURE_ENV+= X11BASE=${X11BASE} \
  CONFIGURE_ENV+= ac_cv_lib_usb_hid_init=no \
ac_cv_header_usb_h=no

-CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
---disable-arts \
---disable-esd \
---disable-oss \
---disable-pulseaudio \
---enable-nasm \
---enable-pthread-sem
-
  .if ${FLAVOR:L:Maa}
+WANTLIB+=  aa
  LIB_DEPENDS+= graphics/aalib
-WANTLIB += aa
  CONFIGURE_ARGS+= --enable-video-aalib
-.else
-CONFIGURE_ARGS+= --disable-video-aalib
-.endif
-
-.if ${FLAVOR:L:Mcaca}
-PATCH_DIST_STRIP= -p1
-PATCHFILES=patch-libsd1.2.7-libcaca0.9.diff:0
-LIB_DEPENDS+=  graphics/libcaca
-WANTLIB += caca
-CONFIGURE_ARGS+= --enable-video-caca
-.else
-SUPDISTFILES+= patch-libsd1.2.7-libcaca0.9.diff:0
  .endif

  .if ${FLAVOR:L:Mno_x11}
  CONFIGURE_ARGS+= --without-x \
 --disable-video-x11
-.else
-WANTLIB+=  X11=10 Xau Xdmcp Xext Xrandr Xrender pthread-stubs xcb
  .endif

  NO_REGRESS=   Yes

  pre-configure:
-   mkdir -p ${WRKSRC}/src/audio/libsndio
-   cp ${FILESDIR}/SDL_libsndioaudio.{c,h} ${WRKSRC}/src/audio/libsndio
+   @mkdir -p ${WRKSRC}/src/audio/libsndio
+   @cp ${FILESDIR}/SDL_libsndioaudio.{c,h} ${WRKSRC}/src/audio/libsndio

  .includebsd.port.mk
Index: distinfo
===
RCS file: /home/cvs/ports/devel/sdl/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo3 Jan 2008 17:39:40 -   1.17
+++ distinfo22 Feb 2012 19:40:46 -
@@ -1,10 +1,10 @@
-MD5 (SDL-1.2.13.tar.gz) = xmYP7qKmg03hC8cbL45NiA==
+MD5 (SDL-1.2.15.tar.gz) = nZbfhBdXKir7eBp8TIEahQ==
  MD5 (patch-libsd1.2.7-libcaca0.9.diff) = 3/bPX8l0lNvgWICGbhUWYA==
-RMD160 (SDL-1.2.13.tar.gz) = 7Ygl/Jj0s3Wc+eXPg1fXHFDfmSU=
+RMD160 (SDL-1.2.15.tar.gz) = 1IAqCQy0ok7rDIzlaQgC9ZbTlMM=
  RMD160 (patch-libsd1.2.7-libcaca0.9.diff) = 50oezoZFd7b9r4UWqeS0AJWOV1s=
-SHA1 (SDL-1.2.13.tar.gz) = UfyqPh1cAf2BPqCGiHgPhrGc9Tk=
+SHA1 (SDL-1.2.15.tar.gz) = DF8ZPO2BCw1846sG2AjLte7wOiw=
  SHA1 (patch-libsd1.2.7-libcaca0.9.diff) = Tk0/XwKG5pYODlza0vkMVJl6bAQ=
-SHA256 (SDL-1.2.13.tar.gz) = lPmd8dYPKWtX9HQGUKcbZCXaZUBEyjD48M40k0Qp4TI=
+SHA256 (SDL-1.2.15.tar.gz) = 1tMWp5Pl40gVXw3ZO5eXmJM/uYqh7evMEIgp1kdKrQA=
  SHA256 (patch-libsd1.2.7-libcaca0.9.diff) = 
fnf1KYlqBfccSHTtjR9npVtt976i2zFrClxN/ejoAS8=
-SIZE (SDL-1.2.13.tar.gz) = 3373673
+SIZE (SDL-1.2.15.tar.gz) = 3920622
  SIZE (patch-libsd1.2.7-libcaca0.9.diff) = 28259
Index: patches/patch-Makefile_in
===
RCS file: /home/cvs/ports/devel/sdl/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   22 Sep 2007 01:12:38 -  1.3
+++ patches/patch-Makefile_in   22 Feb 2012 18:46:36 -
@@ -1,7 +1,7 @@
  $OpenBSD: patch-Makefile_in,v 1.3 2007/09/22 01:12:38 pvalchev Exp $
 Makefile.in.orig   Sat Sep  8 22:26:45 2007
-+++ 

[UPDATE] OpenMDSN 0.5

2011-04-27 Thread Gonzalo L. R.
New version of openmdsn. With Support for conflict resolution. No 
support for tie break yet. Brand new cache system with loads of bug 
fixes. Partial support for handling link-down/link-up via 
RTM_IFINFO and Shit load of bugfixes.


cheers

--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/net/openmdns/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile15 Mar 2011 06:54:26 -  1.3
+++ Makefile27 Apr 2011 12:53:00 -
@@ -2,11 +2,9 @@
 
 COMMENT =  MDNS/DNS-SD daemon
 
-DISTNAME = openmdns-0.4
+DISTNAME = openmdns-0.5
 CATEGORIES =   net
 
-REVISION = 1
-
 MAINTAINER =   Gonzalo L. R. gonz...@x61.com.ar
 
 HOMEPAGE = http://www.haesbaert.org/openmdns/
@@ -17,7 +15,8 @@
 PERMIT_DISTFILES_CDROM =   Yes
 PERMIT_DISTFILES_FTP = Yes
 
-MASTER_SITES = http://www.haesbaert.org/openmdns/releases/
+MASTER_SITES = http://www.haesbaert.org/openmdns/releases/ \
+   http://x61.com.ar/openmdns/
 
 WANTLIB += c event util
 
Index: distinfo
===
RCS file: /cvs/ports/net/openmdns/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo14 Mar 2011 20:47:34 -  1.1.1.1
+++ distinfo27 Apr 2011 12:53:00 -
@@ -1,5 +1,5 @@
-MD5 (openmdns-0.4.tar.gz) = 0QBHQx/+ZGYjNLHTn8a8Hw==
-RMD160 (openmdns-0.4.tar.gz) = 1ynAwGLwM2ePGkDGoRjPY5IfdNg=
-SHA1 (openmdns-0.4.tar.gz) = ObBhw+Q5i9XSHyh+UfrXpDbiWtU=
-SHA256 (openmdns-0.4.tar.gz) = fDPfJdFwLJBLEdN8TeYzwW0IMY7EC5zJhPj8lACAGKY=
-SIZE (openmdns-0.4.tar.gz) = 228956
+MD5 (openmdns-0.5.tar.gz) = sQ1FVdL3PPs/tiYb8Go3Xg==
+RMD160 (openmdns-0.5.tar.gz) = I0UlCGfeYyKiWkaMrIhRt+gzroY=
+SHA1 (openmdns-0.5.tar.gz) = MgytpqfYy21QoREGR4ZfLb7FuHw=
+SHA256 (openmdns-0.5.tar.gz) = tJR8JSTPgoVM+xOmdhBo2G/CKhtMdlZZl6S2w4IXWAs=
+SIZE (openmdns-0.5.tar.gz) = 64879


[NEW] Net-LDAP2

2011-05-31 Thread Gonzalo L. R.

Hi porters,

I made a port of Net::LDAP2 for Roundcube's plugins 'change
password' (ldap driver), don't work with the port Net::LDAP we have now.

Cheers.

--
Sending from my Computer.



pear-Net-LDAP2.tgz
Description: Binary data


[NEW] Centerim-4.22.10

2011-06-03 Thread Gonzalo L. R.
CenterIM is a text mode menu- and window-driven IM interface. ICQ, 
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols.


Cheers
--
Sending from my Computer.


centerim.tgz
Description: Binary data


Re: [NEW] Net-LDAP2

2011-06-06 Thread Gonzalo L. R.

ok, thanks for that :)

El 06/04/11 08:49, Stuart Henderson escribió:

On 2011-05-31, Gonzalo L. R.gonz...@x61.com.ar  wrote:

This is a multi-part message in MIME format.
--020702010407040504090603
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi porters,

I made a port of Net::LDAP2 for Roundcube's plugins 'change
password' (ldap driver), don't work with the port Net::LDAP we have now.

Cheers.



Diff on top of yours; the removed PKGNAME line requires -current
pear.port.mk.

Updated tarball in http://junkpile.org/netldap2.tgz

OK to import?


diff --git a/Makefile b/Makefile
index 49e7c52..e47646d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,13 @@
  # $OpenBSD$

-COMMENT=   pear ldap2
+COMMENT=   ldap support for PHP

  DISTNAME= Net_LDAP2-2.0.11
-PKGNAME=   pear-${DISTNAME:S/_/-/}
  CATEGORIES=   net

  MODULES=  www/pear

-# GPLv3
+# LGPLv3
  PERMIT_PACKAGE_CDROM= Yes
  PERMIT_PACKAGE_FTP=   Yes
  PERMIT_DISTFILES_CDROM=   Yes
diff --git a/pkg/DESCR b/pkg/DESCR
index 6c9dd06..54b32b8 100644
--- a/pkg/DESCR
+++ b/pkg/DESCR
@@ -1,13 +1,13 @@
-Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls
-Net::LDAP object interface to directory servers. It does contain most of
-Net::LDAPs features but has some own too.
+Net_LDAP2 is the successor of Net_LDAP which is a clone of Perl's
+Net::LDAP object interface to directory servers. It contains most of
+Net::LDAP's features but has some of its own too.

  With Net_LDAP2 you have:

  * A simple object-oriented interface to connections, searches entries
and filters.
-* Support for tls and ldap v3.
-* Simple modification, deletion and creation of ldap entries.
+* Support for TLS and LDAP v3.
+* Simple modification, deletion and creation of LDAP entries.
  * Support for schema handling.

-Net_LDAP2 layers itself on top of PHP's existing ldap extensions.
+Net_LDAP2 layers itself on top of PHP's existing LDAP extensions.
diff --git a/pkg/PLIST b/pkg/PLIST
index 8ed4d18..7dd2217 100644
--- a/pkg/PLIST
+++ b/pkg/PLIST
@@ -1,4 +1,5 @@
  @comment $OpenBSD$
+@group daemon
  lib/
  lib/php/
  pear/doc/




--
Sending from my Computer.



Re: [NEW] Centerim-4.22.10

2011-06-06 Thread Gonzalo L. R.

the new one.

thanks

El 06/05/11 18:25, Landry Breuil escribió:

On Fri, Jun 03, 2011 at 11:26:31AM -0300, Gonzalo L. R. wrote:

CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols.


EXTRACT_SUFX is not needed, otherwise reads good at first look.

Landry



--
Sending from my Computer.


centerim.tgz
Description: Binary data


[New] nload-0.7.2

2011-06-10 Thread Gonzalo L. R.

nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.

Cheers.


--
Sending from my Computer.


nload.tgz
Description: Binary data


Re: [New] nload-0.7.2

2011-06-13 Thread Gonzalo L. R.

oh I forgot that.

thanks Brad

El 06/11/11 21:34, Brad escribió:

On Fri, Jun 10, 2011 at 01:58:41PM -0300, Gonzalo L. R. wrote:

nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.

Cheers.


Attached an updated port with the license marker fixed and
fixed the man page installation. Man pages are not to be
compressed. Works well for me. Neat little program.



--
Sending from my Computer.



Re: xxxterm

2011-06-16 Thread Gonzalo L. R.

Update to 1.399

OK?

Cheers

El 06/16/11 12:36, Marco Peereboom escribió:

I rolled a new xxxterm.

* unify html output to make generated pages more alike and prettier
* fix a crash when trying to download a cert that doesn't exist
* add precount to many commands
* flush temporary files more often to limit os crashes impact on xxxterm
* unify all directory code
* fix command completion on Linux
* fix clipboard when pasting urls from xterm

snap at
http://opensource.conformal.com/snapshots/xxxterm/xxxterm-1.399.tgz



--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile16 May 2011 08:24:31 -  1.17
+++ Makefile16 Jun 2011 16:04:56 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.17 2011/05/16 08:24:31 ajacoutot Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.382
+DISTNAME = xxxterm-1.399
 CATEGORIES =   www
-REVISION = 1
+REVISION = 2
 
 HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm
 
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo18 Apr 2011 15:32:32 -  1.10
+++ distinfo16 Jun 2011 16:04:56 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.382.tgz) = RdaoDT1NeVzku2CQdNXc6w==
-RMD160 (xxxterm-1.382.tgz) = 3FjWoSnLshRBr/tlHIKrTfrhqcs=
-SHA1 (xxxterm-1.382.tgz) = nCW672qM9kkAH404Y4ibW6OlW+0=
-SHA256 (xxxterm-1.382.tgz) = 6gXUl/WGMLkwbqxyx9RifVWJKcG0/rf/gjEax1NonMs=
-SIZE (xxxterm-1.382.tgz) = 144919
+MD5 (xxxterm-1.399.tgz) = 7h58ELFv/Lu8KK+iYPuySg==
+RMD160 (xxxterm-1.399.tgz) = fyQrHnKYWep9UZEPcwhkluXKKlQ=
+SHA1 (xxxterm-1.399.tgz) = 7tKc/S6Mp5gKbvsaYGyu+R4nGVI=
+SHA256 (xxxterm-1.399.tgz) = IP5/qPO5pFrci/uJDI0filfUWm8TOeDxsR2zmEh2d08=
+SIZE (xxxterm-1.399.tgz) = 145442


Re: xxxterm

2011-06-16 Thread Gonzalo L. R.

done. :)

El 06/16/11 13:28, Amit Kulkarni escribió:

Update to 1.399

OK?

Cheers


drop the revision line, otherwise smooth upgrade!



--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile16 May 2011 08:24:31 -  1.17
+++ Makefile16 Jun 2011 16:47:39 -
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.17 2011/05/16 08:24:31 ajacoutot Exp $
 
 COMMENT =  vi-like minimalists web browser
-DISTNAME = xxxterm-1.382
+DISTNAME = xxxterm-1.399
 CATEGORIES =   www
-REVISION = 1
 
 HOMEPAGE = http://opensource.conformal.com/wiki/XXXTerm
 
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo18 Apr 2011 15:32:32 -  1.10
+++ distinfo16 Jun 2011 16:47:39 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.382.tgz) = RdaoDT1NeVzku2CQdNXc6w==
-RMD160 (xxxterm-1.382.tgz) = 3FjWoSnLshRBr/tlHIKrTfrhqcs=
-SHA1 (xxxterm-1.382.tgz) = nCW672qM9kkAH404Y4ibW6OlW+0=
-SHA256 (xxxterm-1.382.tgz) = 6gXUl/WGMLkwbqxyx9RifVWJKcG0/rf/gjEax1NonMs=
-SIZE (xxxterm-1.382.tgz) = 144919
+MD5 (xxxterm-1.399.tgz) = 7h58ELFv/Lu8KK+iYPuySg==
+RMD160 (xxxterm-1.399.tgz) = fyQrHnKYWep9UZEPcwhkluXKKlQ=
+SHA1 (xxxterm-1.399.tgz) = 7tKc/S6Mp5gKbvsaYGyu+R4nGVI=
+SHA256 (xxxterm-1.399.tgz) = IP5/qPO5pFrci/uJDI0filfUWm8TOeDxsR2zmEh2d08=
+SIZE (xxxterm-1.399.tgz) = 145442


Re: [new] sslscan-1.8.2

2011-06-21 Thread Gonzalo L. R.

oh nice, works here :)

El 06/21/11 14:33, Antoine Jacoutot escribió:

SSLScan queries SSL services, such as HTTPS, in order to determine the
ciphers that are supported. SSLScan is designed to be easy, lean and
fast. The output includes prefered ciphers of the SSL service, the
certificate and is in Text and XML formats.

Heavily based on the FreeBSD port.
Comments/OK?



--
Sending from my Computer.



[UPDATE] dmenu 4.3.1

2011-06-23 Thread Gonzalo L. R.

Update from 4.1.1 - 4.3.1

OK?

cheers.
--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/x11/dmenu/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile22 Nov 2010 08:36:56 -  1.14
+++ Makefile23 Jun 2011 17:03:15 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.14 2010/11/22 08:36:56 espie Exp $
 
 COMMENT=   dynamic menu for X11
-DISTNAME=  dmenu-4.1.1
+DISTNAME=  dmenu-4.3.1
 
 CATEGORIES=x11
 HOMEPAGE=  http://tools.suckless.org/dmenu
Index: distinfo
===
RCS file: /cvs/ports/x11/dmenu/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo27 Jun 2010 01:01:49 -  1.10
+++ distinfo23 Jun 2011 17:03:15 -
@@ -1,5 +1,5 @@
-MD5 (dmenu-4.1.1.tar.gz) = kxiWoZl0HCO+lF6FGagcHQ==
-RMD160 (dmenu-4.1.1.tar.gz) = NoP53GILFrOdxTHklALTe+x48SM=
-SHA1 (dmenu-4.1.1.tar.gz) = XUHZy/aJYIY2I9ghliwxysktkvw=
-SHA256 (dmenu-4.1.1.tar.gz) = nl93WuYhaVIK61cH9y+KhDVSvs93arvXvLa6Ef1B5go=
-SIZE (dmenu-4.1.1.tar.gz) = 9351
+MD5 (dmenu-4.3.1.tar.gz) = a2GfaQG/R2VEK05BCx5UEA==
+RMD160 (dmenu-4.3.1.tar.gz) = YWdQMMiMMbzojG0qLkCLKPYitow=
+SHA1 (dmenu-4.3.1.tar.gz) = wixGj5OD/0hf6suWYlccTRYBrKM=
+SHA256 (dmenu-4.3.1.tar.gz) = faZGIotSoqWWaycZBwHpUUwI7hasU4QEtd+hOxCzwMo=
+SIZE (dmenu-4.3.1.tar.gz) = 8905
Index: patches/patch-config_mk
===
RCS file: /cvs/ports/x11/dmenu/patches/patch-config_mk,v
retrieving revision 1.7
diff -u -r1.7 patch-config_mk
--- patches/patch-config_mk 29 Apr 2009 20:14:43 -  1.7
+++ patches/patch-config_mk 23 Jun 2011 17:03:15 -
@@ -1,14 +1,13 @@
 $OpenBSD: patch-config_mk,v 1.7 2009/04/29 20:14:43 sthen Exp $
 config.mk.orig Mon Apr 27 13:03:41 2009
-+++ config.mk  Mon Apr 27 13:06:23 2009
-@@ -4,28 +4,28 @@ VERSION = 4.0
- # Customize below to fit your system
+--- config.mk.orig Thu Jun 23 14:00:10 2011
 config.mk  Thu Jun 23 14:00:54 2011
+@@ -2,11 +2,11 @@
+ VERSION = 4.3.1
  
  # paths
 -PREFIX = /usr/local
--MANPREFIX = ${PREFIX}/share/man
 +#PREFIX = /usr/local
-+MANPREFIX = ${PREFIX}/man
+ MANPREFIX = ${PREFIX}/share/man
  
 -X11INC = /usr/X11R6/include
 -X11LIB = /usr/X11R6/lib
@@ -16,27 +15,4 @@
 +X11LIB = ${X11BASE}/lib
  
  # Xinerama, comment if you don't want it
- XINERAMALIBS = -L${X11LIB} -lXinerama
- XINERAMAFLAGS = -DXINERAMA
- 
- # includes and libs
--INCS = -I. -I/usr/include -I${X11INC}
--LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
-+INCS = -I${X11INC}
-+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
- 
- # flags
--CPPFLAGS = -D_BSD_SOURCE -DVERSION=\${VERSION}\ ${XINERAMAFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
--LDFLAGS = -s ${LIBS}
-+CPPFLAGS += -DVERSION=\${VERSION}\ ${XINERAMAFLAGS}
-+CFLAGS += ${INCS} ${CPPFLAGS}
-+LDFLAGS += ${LIBS}
- 
- # Solaris
- #CFLAGS = -fast ${INCS} -DVERSION=\${VERSION}\
- #LDFLAGS = ${LIBS}
- 
- # compiler and linker
--CC = cc
-+#CC = cc
+ XINERAMALIBS  = -lXinerama
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/dmenu/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST   2 Jul 2008 20:44:46 -   1.4
+++ pkg/PLIST   23 Jun 2011 17:03:15 -
@@ -2,4 +2,6 @@
 @bin bin/dmenu
 bin/dmenu_path
 bin/dmenu_run
-@man man/man1/dmenu.1
+share/man/
+share/man/man1/
+@man share/man/man1/dmenu.1


Re: [UPDATE] dmenu 4.3.1

2011-06-23 Thread Gonzalo L. R.

sorry, this is the good one

El 06/23/11 14:07, Gonzalo L. R. escribió:

Update from 4.1.1 - 4.3.1

OK?

cheers.


--
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/x11/dmenu/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile22 Nov 2010 08:36:56 -  1.14
+++ Makefile23 Jun 2011 17:31:44 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.14 2010/11/22 08:36:56 espie Exp $
 
 COMMENT=   dynamic menu for X11
-DISTNAME=  dmenu-4.1.1
+DISTNAME=  dmenu-4.3.1
 
 CATEGORIES=x11
 HOMEPAGE=  http://tools.suckless.org/dmenu
Index: distinfo
===
RCS file: /cvs/ports/x11/dmenu/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo27 Jun 2010 01:01:49 -  1.10
+++ distinfo23 Jun 2011 17:31:44 -
@@ -1,5 +1,5 @@
-MD5 (dmenu-4.1.1.tar.gz) = kxiWoZl0HCO+lF6FGagcHQ==
-RMD160 (dmenu-4.1.1.tar.gz) = NoP53GILFrOdxTHklALTe+x48SM=
-SHA1 (dmenu-4.1.1.tar.gz) = XUHZy/aJYIY2I9ghliwxysktkvw=
-SHA256 (dmenu-4.1.1.tar.gz) = nl93WuYhaVIK61cH9y+KhDVSvs93arvXvLa6Ef1B5go=
-SIZE (dmenu-4.1.1.tar.gz) = 9351
+MD5 (dmenu-4.3.1.tar.gz) = a2GfaQG/R2VEK05BCx5UEA==
+RMD160 (dmenu-4.3.1.tar.gz) = YWdQMMiMMbzojG0qLkCLKPYitow=
+SHA1 (dmenu-4.3.1.tar.gz) = wixGj5OD/0hf6suWYlccTRYBrKM=
+SHA256 (dmenu-4.3.1.tar.gz) = faZGIotSoqWWaycZBwHpUUwI7hasU4QEtd+hOxCzwMo=
+SIZE (dmenu-4.3.1.tar.gz) = 8905
Index: patches/patch-config_mk
===
RCS file: /cvs/ports/x11/dmenu/patches/patch-config_mk,v
retrieving revision 1.7
diff -u -r1.7 patch-config_mk
--- patches/patch-config_mk 29 Apr 2009 20:14:43 -  1.7
+++ patches/patch-config_mk 23 Jun 2011 17:31:44 -
@@ -1,8 +1,8 @@
-$OpenBSD: patch-config_mk,v 1.7 2009/04/29 20:14:43 sthen Exp $
 config.mk.orig Mon Apr 27 13:03:41 2009
-+++ config.mk  Mon Apr 27 13:06:23 2009
-@@ -4,28 +4,28 @@ VERSION = 4.0
- # Customize below to fit your system
+$OpenBSD$
+--- config.mk.orig Thu Jun 23 14:28:40 2011
 config.mk  Thu Jun 23 14:30:01 2011
+@@ -2,11 +2,11 @@
+ VERSION = 4.3.1
  
  # paths
 -PREFIX = /usr/local
@@ -16,26 +16,17 @@
 +X11LIB = ${X11BASE}/lib
  
  # Xinerama, comment if you don't want it
- XINERAMALIBS = -L${X11LIB} -lXinerama
- XINERAMAFLAGS = -DXINERAMA
- 
- # includes and libs
--INCS = -I. -I/usr/include -I${X11INC}
--LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
-+INCS = -I${X11INC}
-+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
+ XINERAMALIBS  = -lXinerama
+@@ -17,9 +17,9 @@ INCS = -I${X11INC}
+ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
  
  # flags
 -CPPFLAGS = -D_BSD_SOURCE -DVERSION=\${VERSION}\ ${XINERAMAFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
--LDFLAGS = -s ${LIBS}
+-CFLAGS   = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS  = -s ${LIBS}
 +CPPFLAGS += -DVERSION=\${VERSION}\ ${XINERAMAFLAGS}
 +CFLAGS += ${INCS} ${CPPFLAGS}
 +LDFLAGS += ${LIBS}
- 
- # Solaris
- #CFLAGS = -fast ${INCS} -DVERSION=\${VERSION}\
- #LDFLAGS = ${LIBS}
  
  # compiler and linker
 -CC = cc


  1   2   3   4   5   6   7   8   9   10   >