summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
AgeCommit message (Collapse)Author
2016-12-04icecat-45.5.1_gnu1-1: updating versionAndré Fabian Silva Delgado
2016-10-24icecat: move package and its dependencies to [unmaintained] -> ↵André Fabian Silva Delgado
https://lists.parabola.nu/pipermail/dev/2016-October/004529.html
2015-07-21icecat-31.8.0_gnu1-1: updating versionAndré Fabian Silva Delgado
2015-07-01icecat: The logjam attack [https://weakdh.org/] allows an attacker to ↵André Fabian Silva Delgado
impersonate servers that support weak keys. This change implements https://addons.mozilla.org/en-US/firefox/addon/disable-dhe/
2015-07-01icecat-31.7.0_gnu1-2: remove useless specific preferences from vendor.js ↵André Fabian Silva Delgado
because Icecat does it
2015-01-22icecat: enable App Manager again and fix bug #652 -> ↵André Fabian Silva Delgado
https://labs.parabola.nu/issues/652
2015-01-17icecat-31.2.0-3: disable the least secure encryption protocolsAndré Fabian Silva Delgado
2014-10-21update icecat to 31.1.1coadde [Márcio Alexandre Silva Delgado]
2013-11-05icecat-24.0-3: disable social API on vendor.jsAndré Fabian Silva Delgado
2013-05-08icecat: put media.gstreamer.enabled on vendor.jsAndré Fabian Silva Delgado
2013-01-16icecat-17.0.1-2: taking parts from lukeshu's works to optimize our worksAndré Fabian Silva Delgado
2013-01-13ice{cat,weasel}: revert to back pkg stables and mv lukeshu pkgs to libre-testingMárcio Alexandre Silva Delgado
2013-01-12libre/icecat: use vendor.js to simplify libre.patchLuke Shumaker
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-09-12adding owncloud-client!!Shackra Sislock
2012-06-16icecat-12.0-1: update packageMárcio Alexandre Silva Delgado
2012-03-01libre/icecatAndré Fabian Silva Delgado