pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/badwolf



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Apr 20 10:26:38 UTC 2021

Modified Files:
        pkgsrc/www/badwolf: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/badwolf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/badwolf/PLIST pkgsrc/www/badwolf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/badwolf/Makefile
diff -u pkgsrc/www/badwolf/Makefile:1.4 pkgsrc/www/badwolf/Makefile:1.5
--- pkgsrc/www/badwolf/Makefile:1.4     Thu Nov  5 09:09:19 2020
+++ pkgsrc/www/badwolf/Makefile Tue Apr 20 10:26:38 2021
@@ -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/
 

Index: pkgsrc/www/badwolf/PLIST
diff -u pkgsrc/www/badwolf/PLIST:1.2 pkgsrc/www/badwolf/PLIST:1.3
--- pkgsrc/www/badwolf/PLIST:1.2        Fri Sep  4 16:53:02 2020
+++ pkgsrc/www/badwolf/PLIST    Tue Apr 20 10:26:38 2021
@@ -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
Index: pkgsrc/www/badwolf/distinfo
diff -u pkgsrc/www/badwolf/distinfo:1.2 pkgsrc/www/badwolf/distinfo:1.3
--- pkgsrc/www/badwolf/distinfo:1.2     Fri Sep  4 16:53:02 2020
+++ pkgsrc/www/badwolf/distinfo Tue Apr 20 10:26:38 2021
@@ -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