summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irfanview/debian/changelog3
-rw-r--r--irfanview/debian/control3
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs0
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/Makefile17
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/README.Debian9
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/changelog5
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/compat1
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/control15
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/copyright8
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/debhelper-build-stamp1
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/files2
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/palemoon-ublock-origin.substvars2
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/patches/series1
-rwxr-xr-xpalemoon-stackrpms-ublock-origin/debian/rules18
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/source/format1
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/source/local-options2
-rw-r--r--palemoon-stackrpms-ublock-origin/debian/watch2
-rw-r--r--palemoon-ublock-origin/debian/changelog6
-rw-r--r--palemoon/debian/changelog60
-rw-r--r--palemoon/palemoon-stackrpms.spec22
-rw-r--r--palemoon/palemoon.spec22
-rw-r--r--veracrypt/debian/changelog6
22 files changed, 105 insertions, 101 deletions
diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog
index a6edfd7..764161e 100644
--- a/irfanview/debian/changelog
+++ b/irfanview/debian/changelog
@@ -1,6 +1,9 @@
irfanview (4.53-2+devuan) manual; urgency=medium
* The architecture of the invocation script has been split into common and arch-specific.
+
+ -- B Stack <bgstack15@gmail.com> Sun, 19 May 2019 07:36:41 -0500
+
irfanview (4.53-1+devuan) manual; urgency=medium
- Version 4.53 Release date: 2019-05-15
diff --git a/irfanview/debian/control b/irfanview/debian/control
index 2841854..0070ef4 100644
--- a/irfanview/debian/control
+++ b/irfanview/debian/control
@@ -3,7 +3,8 @@ Section: graphics
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
- imagemagick
+ imagemagick,
+ librsvg2-bin
Standards-Version: 4.1.4
Homepage: https://irfanview.info/
diff --git a/palemoon-stackrpms-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs b/palemoon-stackrpms-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs
deleted file mode 100644
index e69de29..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs
+++ /dev/null
diff --git a/palemoon-stackrpms-ublock-origin/debian/Makefile b/palemoon-stackrpms-ublock-origin/debian/Makefile
deleted file mode 100644
index 3531a3e..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Makefile for palemoon-ublock-origin for devuan
-SOURCE0=uBlock0.firefox-legacy.xpi
-MOZ_EXTENSIONS=/usr/lib/palemoon/browser/extensions
-
-# this needs to be overwritten by the debian/rules file.
-DESTDIR=/tmp
-
-install:
- unzip ${SOURCE0} install.rdf
- mkdir -p $(DESTDIR)${MOZ_EXTENSIONS}
- newfilename="$$( grep 'em:id' install.rdf 2>/dev/null | head -n1 | sed -r -e 's/^.*<em:id>//;' -e 's/<\/em:id>.*$$//;' ).xpi" ; \
- test -z "$${newfilename}" && newfilename="$$( basename $${SOURCE0} )" ; \
- install -Dp -m0644 ${SOURCE0} $(DESTDIR)${MOZ_EXTENSIONS}/$${newfilename}
- rm -f install.rdf || :
-
-uninstall:
- rm -f $(DESTDIR)${MOZ_EXTENSIONS}/uBlock0@raymondhill.net.xpi
diff --git a/palemoon-stackrpms-ublock-origin/debian/README.Debian b/palemoon-stackrpms-ublock-origin/debian/README.Debian
deleted file mode 100644
index 3d345f5..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/README.Debian
+++ /dev/null
@@ -1,9 +0,0 @@
-palemoon-ublock-origin for Devuan
-
-Initial release of palemoon-ublock-origin for devuan.
-Build orig tarball to resemble:
-$ tar -ztf palemoon-ublock-origin_1.16.4.8.orig.tar.gz
-palemoon-ublock-origin/
-palemoon-ublock-origin/uBlock0.firefox-legacy.xpi
-
- -- B Stack <bgstack15@gmail.com> Wed, 13 Feb 2019 17:38:58 -0500
diff --git a/palemoon-stackrpms-ublock-origin/debian/changelog b/palemoon-stackrpms-ublock-origin/debian/changelog
deleted file mode 100644
index dc2a54d..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-palemoon-ublock-origin (1.16.4.8-1devuan) manual; urgency=low
-
- * Initial release for devuan
-
- -- B Stack <bgstack15@gmail.com> Wed, 13 Feb 2019 17:38:58 -0500
diff --git a/palemoon-stackrpms-ublock-origin/debian/compat b/palemoon-stackrpms-ublock-origin/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/palemoon-stackrpms-ublock-origin/debian/control b/palemoon-stackrpms-ublock-origin/debian/control
deleted file mode 100644
index a58a276..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: palemoon-ublock-origin
-Section: web
-Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=11~),
- unzip,
- make
-Standards-Version: 4.1.4
-Homepage: https://github.com/gorhill/uBlock/releases
-
-Package: palemoon-ublock-origin
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: An efficient blocker for Chromium and Firefox. Fast and lean.
diff --git a/palemoon-stackrpms-ublock-origin/debian/copyright b/palemoon-stackrpms-ublock-origin/debian/copyright
deleted file mode 100644
index bb755b9..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/copyright
+++ /dev/null
@@ -1,8 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: palemoon-ublock
-Source: https://github.com/gorhill/uBlock/releases/
-uBlock0.firefox-legacy.xpi GPLv3
-
-#----------------------------------------------------------------------------
-# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
-# license/copyright files.
diff --git a/palemoon-stackrpms-ublock-origin/debian/debhelper-build-stamp b/palemoon-stackrpms-ublock-origin/debian/debhelper-build-stamp
deleted file mode 100644
index cdc3502..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/debhelper-build-stamp
+++ /dev/null
@@ -1 +0,0 @@
-palemoon-ublock-origin
diff --git a/palemoon-stackrpms-ublock-origin/debian/files b/palemoon-stackrpms-ublock-origin/debian/files
deleted file mode 100644
index b0dc4d6..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/files
+++ /dev/null
@@ -1,2 +0,0 @@
-palemoon-ublock-origin_1.16.4.8-1devuan_all.deb web optional
-palemoon-ublock-origin_1.16.4.8-1devuan_amd64.buildinfo web optional
diff --git a/palemoon-stackrpms-ublock-origin/debian/palemoon-ublock-origin.substvars b/palemoon-stackrpms-ublock-origin/debian/palemoon-ublock-origin.substvars
deleted file mode 100644
index 978fc8b..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/palemoon-ublock-origin.substvars
+++ /dev/null
@@ -1,2 +0,0 @@
-misc:Depends=
-misc:Pre-Depends=
diff --git a/palemoon-stackrpms-ublock-origin/debian/patches/series b/palemoon-stackrpms-ublock-origin/debian/patches/series
deleted file mode 100644
index 4a97dfa..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# You must remove unused comment lines for the released package.
diff --git a/palemoon-stackrpms-ublock-origin/debian/rules b/palemoon-stackrpms-ublock-origin/debian/rules
deleted file mode 100755
index cc4c963..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/rules
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# You must remove unused comment lines for the released package.
-#export DH_VERBOSE = 1
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-export NAME=palemoon-ublock-origin
-export MOZ_EXTENSIONS=/usr/lib/palemoon/browser/extensions
-export SOURCE0=uBlock0.firefox-legacy.xpi
-
-%:
- dh $@
-
-override_dh_auto_install:
- make -e -f debian/Makefile install -- DESTDIR=debian/${NAME}
-
-#override_dh_auto_clean:
-# rm -rf debian/usr
diff --git a/palemoon-stackrpms-ublock-origin/debian/source/format b/palemoon-stackrpms-ublock-origin/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/palemoon-stackrpms-ublock-origin/debian/source/local-options b/palemoon-stackrpms-ublock-origin/debian/source/local-options
deleted file mode 100644
index 00131ee..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/source/local-options
+++ /dev/null
@@ -1,2 +0,0 @@
-#abort-on-upstream-changes
-#unapply-patches
diff --git a/palemoon-stackrpms-ublock-origin/debian/watch b/palemoon-stackrpms-ublock-origin/debian/watch
deleted file mode 100644
index 76575dc..0000000
--- a/palemoon-stackrpms-ublock-origin/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-# You must remove unused comment lines for the released package.
-version=3
diff --git a/palemoon-ublock-origin/debian/changelog b/palemoon-ublock-origin/debian/changelog
index dc2a54d..6bb8d49 100644
--- a/palemoon-ublock-origin/debian/changelog
+++ b/palemoon-ublock-origin/debian/changelog
@@ -1,3 +1,9 @@
+palemoon-ublock-origin (1.16.4.8-2+devuan) manual; urgency=low
+
+ * Repack to have correct name
+
+ -- B Stack <bgstack15@gmail.com> Sat, 29 Jun 2019 17:57:59 -0400
+
palemoon-ublock-origin (1.16.4.8-1devuan) manual; urgency=low
* Initial release for devuan
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 016244c..93955bf 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,63 @@
+palemoon (28.6.0.1-1+devuan) manual; urgency=low
+
+ * From releasenotes.shtml: This is an out-of-band update to fix some pressing issues with the latest release.
+ - Updated the application icon to provide better visuals on Windows classic and other grey backgrounds.
+ - Reduced the Master Password hashing rounds to prevent issues with stored password retrieval while still sufficiently strengthening the encryption.
+ - If you have previously re-keyed the database after the update to 28.6.0, you should do so again by going through the change master password process to reduce access times.
+ - Updated the WhatsApp Web site-specific user-agent override to respond to Google refusing access based on the old string.
+ - Updated the branding for the portable launcher.
+
+ -- B Stack <bgstack15@gmail.com> Fri, 5 Jul 2019 16:29:51 -0500
+
+palemoon (28.6.0-1+devuan) manual; urgency=low
+
+ * From releasenotes.shtml: This is a major development and bugfix update.
+ - Implemented String.prototype.trimStart and String.prototype.trimEnd (ES2019)
+ - Implemented Array.prototype.flat and Array.prototype.flatMap (ES2019)
+ - Implemented Symbol.prototype.description (ES2019)
+ - Added support for gzip-compressed SVG-in-Opentype fonts.
+ - Updated official branding.
+ - Updated reader view components.
+ - Added a preference to control the setting of cookies through meta header information (non-standard feature) and disabled by default.
+ - Updated ES6 Atomics and re-enabled them.
+ - Updated internationalization code to support updated time zones and the Japanese Reiwa era.
+ - Updated NSS to a custom version to have better encryption strength for master passwords.
+ - IMPORTANT: To use this strong encryption and re-key the password database with it, change your master password (can be changed to the same one you already had if desired, but you have to go through the change password process). Depending on your computer and the number of stored passwords, this encryption update may take some time, so please be patient. Please be aware that once re-keyed, the password store will be locked to the new encryption and will no longer be accessible with the master password in older versions of Pale Moon.
+ - Restored "Release notes" in the help menu.
+ - Rearchitectured the application/extension update code.
+ - Added several performance improvements to DOM and the parser.
+ - Improved JavaScript garbage collection of dead compartments.
+ - Fixed a performance issue with painting on some pages.
+ - Improved performance of some websites with complex event regions.
+ - Fixed a potential performance issue in display lists on some pages.
+ - Fixed a rendering bottleneck for the use of XRender when using a remote session.
+ - Fixed graphical artifacts/flickering when using XRender on Intel or Intel-hybrid GPU setups.
+ - Added a DiD fix for potential future issues with inlining array natives.
+ - Fixed a potential UAF situation in the HTML5 parser (DiD)
+ - Fixed an origin-clean bypass issue.
+ - Changed the way permissions for predefined sites are loaded.
+ - Reverted the 28.5.1 change to treat *.jnlp files as executables (CVE-2019-11696) after input from an Oracle representative. Java Web Start files are not executable and should not be treated any different than regular documents handled by external applications.
+ - Removed SecurityUI telemetry.
+ - Removed some other dead telemetry code.
+ - Removed geo-specific selection of default search engines.
+ - Deprecated the use of FUEL.
+ - Removed the unused code for "enhanced tiles" in the new tab page.
+ - Removed preference to brute-force e10s to on.
+ - Removed Unboxed Array code.
+ - Removed Unboxed Object code.
+ - Fixed failure to print if a page contains a 0-sized <canvas> element.
+ - Fixed an issue with tab-modal dialogs being presented in the wrong order.
+ - Fixed an issue with the tab bar remaining collapsed in customize mode if normally hidden.
+ - Fixed an issue with Sync when choosing to overwrite data with synced data.
+ - Fixed an issue with tab previews on the taskbar.
+ - Fixed an issue with IntersectionObserver viewport accuracy.
+ - Fixed Scroll bar orientation on Mac OS X.
+ - Fixed an issue with anchor/link targets not re-using a named target.
+ - Fixed a build issue with Gnu-CC on PPC64.
+ - Fixed browser.link.open_newwindow functionality.
+
+ -- B Stack <bgstack15@gmail.com> Tue, 2 Jul 2019 11:31:51 -0400
+
palemoon (28.5.2-1+devuan) manual; urgency=low
* From releasenotes.shtml: This is a security and bugfix update.
diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec
index 1c1d13c..358b7e6 100644
--- a/palemoon/palemoon-stackrpms.spec
+++ b/palemoon/palemoon-stackrpms.spec
@@ -40,8 +40,8 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.5.2
-Release: 2
+Version: 28.6.0.1
+Release: 1
Group: Networking/Web
License: MPLv2.0
@@ -256,8 +256,7 @@ filelist file.lst %{appname} usr langpack
%{__rm} -rf %{buildroot} || :
%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor 1>/dev/null 2>&1 || :
%preun
# is it a final removal?
@@ -266,21 +265,28 @@ update-desktop-database &> /dev/null || :
#fi
%postun
-update-desktop-database &> /dev/null || :
if test "$1" = "0" ;
then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+ touch --no-create %{_datadir}/icons/hicolor 1>/dev/null 2>&1 || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+update-desktop-database 1>/dev/null 2>&1 & :
+gtk-update-icon-cache %{_datadir}/icons/hicolor 1>/dev/null 2>&1 & :
+update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%files -f file.lst
%defattr(-,root,root)
%doc AUTHORS LICENSE
%changelog
+* Fri Jul 5 2019 B Stack <bgstack15@gmail.com> - 28.6.0.1-1
+- update version
+
+* Tue Jul 2 2019 B Stack <bgstack15@gmail.com> - 28.6.0-1
+- update version
+- improve scriptlets for streamlining
+
* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1
- update version
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 6364e32..53abff1 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -40,8 +40,8 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.5.2
-Release: 2
+Version: 28.6.0.1
+Release: 1
Group: Networking/Web
License: MPLv2.0
@@ -256,8 +256,7 @@ filelist file.lst %{appname} usr langpack
%{__rm} -rf %{buildroot} || :
%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor 1>/dev/null 2>&1 || :
%preun
# is it a final removal?
@@ -266,21 +265,28 @@ update-desktop-database &> /dev/null || :
#fi
%postun
-update-desktop-database &> /dev/null || :
if test "$1" = "0" ;
then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+ touch --no-create %{_datadir}/icons/hicolor 1>/dev/null 2>&1 || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+update-desktop-database 1>/dev/null 2>&1 & :
+gtk-update-icon-cache %{_datadir}/icons/hicolor 1>/dev/null 2>&1 & :
+update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%files -f file.lst
%defattr(-,root,root)
%doc AUTHORS LICENSE
%changelog
+* Fri Jul 5 2019 B Stack <bgstack15@gmail.com> - 28.6.0.1-1
+- update version
+
+* Tue Jul 2 2019 B Stack <bgstack15@gmail.com> - 28.6.0-1
+- update version
+- improve scriptlets for streamlining
+
* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1
- update version
diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog
index 0123633..236ddcb 100644
--- a/veracrypt/debian/changelog
+++ b/veracrypt/debian/changelog
@@ -1,3 +1,9 @@
+veracrypt (1.23-2+devuan) manual; urgency=low
+
+ * Re-release to match current naming standard
+
+ -- B Stack <bgstack15@gmail.com> Sat, 29 Jun 2019 14:54 -0400
+
veracrypt (1.23-1devuan) manual; urgency=low
* Initial release for devuan
bgstack15