pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/badwolf www/badwolf: update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5ce54d94d6b
branches:  trunk
changeset: 450585:c5ce54d94d6b
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Apr 20 10:26:38 2021 +0000

description:
www/badwolf: update to 1.1.0

Badwolf 1.1.0 release!
======================

This release and it's timing means that the 1.0-branch is now only maintained
for security bugs.

Thanks to the translators for sending updates before the release.

It's also time for a status update blog post:
https://hacktivis.me/articles/BadWolf%2C%20two%20year%20later

Some stats:
$ cat *.c *.h *.sh | wc -l -m
   lines  characters
   2011   70078

Additions
---------
- Bookmarks, they are at their early stage, for now it's only completion,
  edition can be done with third-party programs (elinks, keditbookmarks, …).
  Wayland users should also note the following issue:
  https://gitlab.gnome.org/GNOME/gtk/-/issues/699
- Content-Filters are finally integrated which means that adblock extensions
  aren't needed anymore, you only need to give a policy file
- New translation: de
- A context_id is now shown before the tab label

Changes
-------
- WebKit's Intelligent Tracking Protection is now enabled
- Default CFLAGS: Hardening flags have been added, this should improve security
on some distros

Fixes
-----
- There should be no more memory/object/processes leaks
- Crashes happening on the file save dialog should have been fixed
- Printing dialog now correctly is bound to the main window

diffstat:

 www/badwolf/Makefile |   5 ++---
 www/badwolf/PLIST    |   3 ++-
 www/badwolf/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 25c058c7a6c4 -r c5ce54d94d6b www/badwolf/Makefile
--- a/www/badwolf/Makefile      Tue Apr 20 08:38:57 2021 +0000
+++ b/www/badwolf/Makefile      Tue Apr 20 10:26:38 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/11/05 09:09:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/04/20 10:26:38 pin Exp $
 
-DISTNAME=      badwolf-1.0.3
-PKGREVISION=   1
+DISTNAME=      badwolf-1.1.0
 CATEGORIES=    www
 MASTER_SITES=  https://hacktivis.me/releases/
 
diff -r 25c058c7a6c4 -r c5ce54d94d6b www/badwolf/PLIST
--- a/www/badwolf/PLIST Tue Apr 20 08:38:57 2021 +0000
+++ b/www/badwolf/PLIST Tue Apr 20 10:26:38 2021 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2020/09/04 16:53:02 pin Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/20 10:26:38 pin Exp $
 bin/badwolf
 man/man1/badwolf.1
 share/applications/badwolf.desktop
 share/badwolf/interface.css
+share/badwolf/locale/de/LC_MESSAGES/Badwolf.mo
 share/badwolf/locale/fr/LC_MESSAGES/Badwolf.mo
 share/badwolf/locale/pt_BR/LC_MESSAGES/Badwolf.mo
 share/badwolf/locale/tr/LC_MESSAGES/Badwolf.mo
diff -r 25c058c7a6c4 -r c5ce54d94d6b www/badwolf/distinfo
--- a/www/badwolf/distinfo      Tue Apr 20 08:38:57 2021 +0000
+++ b/www/badwolf/distinfo      Tue Apr 20 10:26:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/04 16:53:02 pin Exp $
+$NetBSD: distinfo,v 1.3 2021/04/20 10:26:38 pin Exp $
 
-SHA1 (badwolf-1.0.3.tar.gz) = 67b848759073508fb3fd44aefe3e9e970bf0383f
-RMD160 (badwolf-1.0.3.tar.gz) = 0d9b664cefa63d28af582fe1620a812f8b76134a
-SHA512 (badwolf-1.0.3.tar.gz) = 8b20560fe48feaeee444208fb315ca8eb8f3d847769a6a5cafd276abb38172f7c67c8ec8496bb1172a9837dce6831cd4fba6518aff50fcdf204e2737b205c31b
-Size (badwolf-1.0.3.tar.gz) = 70969 bytes
+SHA1 (badwolf-1.1.0.tar.gz) = e9e48c927dddee3e22cf9b978eb06727301045da
+RMD160 (badwolf-1.1.0.tar.gz) = 69699e898ac8ddcfdbfca8488ee13b495bb0f948
+SHA512 (badwolf-1.1.0.tar.gz) = dcde764c71519700e225c9a5488bcc092a9008c365b892a60e02bd53031801090d4ec73d0da38078a1c0061cd6be4cc41250f0cdbaf991250557c784f6aac961
+Size (badwolf-1.1.0.tar.gz) = 76314 bytes


Home | Main Index | Thread Index | Old Index