summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-28Requires C99 for some math functions.jperkin1-2/+2
2017-04-28Note update of roundcube and its plugin packages to 1.2.5.taca1-1/+5
mail/roundcube mail/roundcube-plugin-enigma mail/roundcube-plugin-password mail/roundcube-plugin-zipdownload
2017-04-28Update roundcube-plugin-zipdownload to 1.2.5.taca1-5/+5
Nothing is change except version.
2017-04-28Update roundcube-plugin-password to 1.2.5 fixing security problem.taca1-5/+5
RELEASE 1.2.5 ------------- - Password: Fix security issue in virtualmin and sasl drivers [CVE-2017-8114]
2017-04-28Update roundcube-plugin-enigma to 1.2.5.taca1-5/+5
Nothing is change except version.
2017-04-28Update roundcube to 1.2.5.taca3-9/+8
RELEASE 1.2.5 ------------- - Fix re-positioning of the fixed header of messages list in Chrome when using minimal mode toggle and About dialog (#5711) - Fix so settings/upload.inc could not be used by plugins (#5694) - Fix regression in LDAP fuzzy search where it always used prefix search instead (#5713) - Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695) - Fix bug where base_dn setting was ignored inside group_filters (#5720)
2017-04-28Updated textproc/mdoclint to 1.47wiz1-1/+2
2017-04-28Remove -A option; mandoc -Tlint complains about this as well.wiz3-33/+12
From Ingo Schwarze. Bump version.
2017-04-28Updated sysutils/beats to 5.3.2fhajny1-1/+2
2017-04-28Update sysutils/beats to 5.3.2.fhajny2-7/+7
Filebeat - Properly shut down crawler in case one prospector is misconfigured. - Fix panic in JSON decoding code if the input line is "null".
2017-04-28Updated www/eliom to 6.2.0jaapb1-1/+2
2017-04-28Updated package to newest version, 6.2. Changes include:jaapb2-7/+7
* Implement Eliom_client.onchangepage * Fix URL-related bugs arising in mobile apps
2017-04-27Switch suse131 mirror from 404-ing one to mirrors.kernel.orgkamil1-3/+3
This site: http://download.opensuse.org/distribution/ Mirrors currently 13.2/, not 13.1/.
2017-04-27Updated devel/lua-penlight to 1.5.2.alnsn1-1/+2
2017-04-27Update devel/lua-penlight to 1.5.2.alnsn2-7/+7
Changes between 1.5.2 and 1.4.1: lapp: print left in code issue #228: bug in file matching for dir.getfiles issue #243 broken lapp default: little fix to c222e422274c testclone example assumed global lfs update changes and version number issue #226: can use either = or : to separate flag/value issue #241: little hack to handle no-trailing-comment case Merge pull request #193 from jvprat/class_tostring Setup __tostring on class creation instead of per instance. Merge pull request #240 from urzds/fix/lapp-convert-defaults lapp: Convert default values using the associated converter function Merge pull request #242 from tjachmann/workaround-for-pretty.load-error Workaround for error in pretty.load with a C hook pretty.load errors out, if a C hook function is installed (Lua 5.1). Reason: debug.gethook() returns a string as first return value in this case. Then debug.sethook complains about the first argument being a string not a function. lapp: Convert default values using the associated converter function Also uses quite some hack to catch errors during conversion of default values. This prevents the application from quitting, if the value provided as default would be invalid in the current context, while the value provided on the command line is valid. Also handles -h and --help early, before parsing command line arguments Otherwise it would be impossible to show the help, if conversion of the default value of some argument fails. Merge pull request #239 from kulla/rename-arg-pattern dir.lua: Rename arg "pattern" to "shell_pattern" Fix a test to pass under LuaJIT with Lua 5.2 compat Merge pull request #237 from Tieske/fix/execute fix os.execute Merge branch 'master' of https://github.com/stevedonovan/Penlight into fix/execute fix os.execute to return proper results when LuaJIT is being used with 52 compatibility enabled Tweak local declaration in pl.compat Avoid duplicated variable. Fix a typo in pl.seq docs [ci skip] Merge pull request #233 from greatwolf/seq_coverage Added more test coverage for pl.seq Added test for seq.printall. Minor refactor of existing test. Added missing test case for equal_to and random. Added tests for seq.random, minmax, enum and copy_tuples. seq coverage Merge pull request #231 from greatwolf/bugfix_refactor Redid PR #230 as a separate branch. Added more tests for seq.reduce. Fixed seq.reduce to handle empty case. Allow passing initial value when calling reduce through seq object. naming consistency. redundant checks. Update version number in docs Fix typos in pl.lapp docs Added tests for seq.take. Just use n as counter. Added tests for seq.skip. Fixed bug when skipping past list. More concise code. Initial value argument for `tablex.reduce` is going to be added in 1.5.0, not 1.3.2 Merge pull request #213 from gpleiss/reduce-memo tablex.reduce can take an optional initial memo tablex.reduce can take an optional initial memo Add "in progress" changes [ci skip] Merge pull request #221 from mpeterv/fix-stringx-splitlines Fix stringx.splitlines Fix coverage reporting on travis Tests are now run from project root. pl.seq() constructor can take an iterator which returns a function _and_ an object issue #226 lapp respects ':' as well as '=' Merge pull request #225 from kulla/dir-some-fixes Little fixes in dir.lua dir.lua: Replace tab with whitespace in docstring. The tab characters create a strange format in documentatio (cf. https://stevedonovan.github.io/Penlight/api/libraries/pl.dir.html#getallfiles ) dir.lua: Remove file execution permission. Merge pull request #224 from kulla/utils-doctring-fix Fix usage example of string_lambda(). utils.lua: Fix usage example of string_lambda(). Update docs for template.substitute Merge pull request #222 from urzds/feature/template-customisable-filename pl.template: Support customising the chunk "filename" (default: TMP) pl.template: Support customising the chunk name (default: "TMP") This can be used to aid debugging, e.g. when the template resides in an actual file. Fix handling of __index returning false in pl.strict Ref #223. Add a test for tablex.count_map Merge pull request #214 from urzds/feat/customisable-inline-escape pl.template: Support customising the inline escape character (default… pl.data: faster delimiter guessing Don't count occurrences of potential delims, just use string.find. Fix error in tablex.count_map Regression introduced in @6123f9e. Remove unused localizations, update dependency lists Don't use globals in 'pl.data' tests Fix stringx.splitlines Make stringx.splitlines more compliant with its Python analogue: * Recognize "\r\n" as a single line end. * Return an empty list for an empty string. * Implement `keep_ends` argument.
2017-04-27Support user-destdir.schmonz1-9/+7
2017-04-27Format DESCR. Comment the patch. Replace LOCALBASE with PREFIX.schmonz4-9/+11
2017-04-27Honor custom values of ${QMAIL_DAEMON_USER} and ${QMAIL_QMAIL_GROUP}.schmonz2-3/+7
2017-04-27Honor custom values of ${QMAIL_DAEMON_USER}. Define LICENSE. Commentschmonz3-6/+11
the patch.
2017-04-27Wrap long command line. Replace LOCALBASE with PREFIX.schmonz1-6/+10
2017-04-27Wrap long command line. Replace LOCALBASE with PREFIX. Honor customschmonz2-8/+22
values of ${QMAIL_DAEMON_USER} and ${QMAIL_LOG_USER}. Allow smtpfront_smtpdcmd to be overridden in rc.conf.
2017-04-27Honor custom values of ${QMAIL_DAEMON_USER}.schmonz1-2/+3
2017-04-27Support user-destdir and custom values of ${QMAIL_DAEMON_USER}.schmonz1-5/+3
2017-04-27Needs pkg-config.joerg1-1/+2
2017-04-27Remove Ruby 2.0 left-overs.joerg1-7/+7
2017-04-27Don't hard-code -lgcc_s on NetBSD.joerg2-1/+15
2017-04-27Updated multimedia/streamlink to 0.5.0maya1-1/+2
2017-04-27streamlink: update to 0.5.0maya3-32/+35
note about release notes: py-crypto can be used as an alternative to py-cryptodome, it isn't a missing dependency. Lot's of contributions since the last release. As always, lot's of updating to plugins! One of the new features is the addition of Google Drive / Google Docs, you can now stream videos stored on Google Docs. We've also gone ahead and removed dead plugins (sites which have gone down) as well as added pycrypto as a dependency for future plugins. Again, many thanks for those who have contributed! If you think that this application is helpful, please consider supporting the maintainers by donating. Thank you very much! :: CallMeJuf <CallMeJuf@users.noreply.github.com> (2): Aliez plugin now accepts any TLD (#696) New Periscope URL #748 Daniel Draper <Germandrummer92@gmail.com> (2): More robust url regex for bigo plugin. More robust url regex for bigo plugin, added unittest Josip Ponjavic <josipponjavic@gmail.com> (4): fix vaugnlive info_url Update archlinux installation instructions and maintainer info setup: choose pycrypto as a dependency using an environment variable Add info about pycrypto and pycountry variables to install doc Mohamed El Morabity <melmorabity@users.noreply.github.com> (1): plugins.pluzz: fix SWF player URL search to bring back HDS stream support (#679) back-to <back-to@users.noreply.github.com> (5): plugins.camsoda Added support for camsoda.com plugins.canlitv - Added new plugin canlitv Removed dead plugins (#702) plugins.camsoda - Added tests and small update for the plugin plugins.garena - Added new plugin garena beardypig <beardypig@users.noreply.github.com> (11): plugins.bbciplayer: add support for BBC iPlayer live and VOD plugins.vaughnlive: updated player version and info URL plugins.vaughnlive: search for player version, etc in the swf file plugins.beam: add support for VOD and HLS streams for live (#694) plugins.bbciplayer: add support for HLS streams utils.l10n: use default locale if the system returns an invalid locale plugins.dailymotion: play the featured video from channel pages plugins.rtve: support for avi/mov VOD streams plugins.googledocs: plugin to support playing videos stored on google docs plugins.googledocs: updated the url regex and added a status check plugins.googledrive: add googledrive support steven7851 <steven7851@msn.com> (3): plugins.17media: Add support for HTTP stream plugins.17media: fix rtmp stream plugins.douyutv: support vod (#706)
2017-04-27Fix bootstrap pkgsrc on FreeBSD/amd64 10. Fix --disable-xattr buildryoon2-0/+4
2017-04-27Updated lang/openjdk8 to 1.8.131ryoon1-1/+2
2017-04-27Update to 1.8.131ryoon2-9/+8
Changelog: Changes * MD5 added to jdk.jar.disabledAlgorithms Security property * New system property to control caching for HTTP SPNEGO connection. * New system property to control caching for HTTP NTLM connection. * New version of VisualVM Bugfixes * Introduced a new window ordering model * Correction of IllegalArgumentException from TLS handshake
2017-04-27Revert unintentional DISTNAME update.taca1-2/+2
Thanks to joerg@ noticed me.
2017-04-27devel/cppunit/buildlink3.mk provides -std=c++11, however misc/libreofficeryoon1-1/+4
uses -std=gnu++14 and build fails. Add workaround.
2017-04-27Add a comment to patchryoon2-3/+5
2017-04-27Updated devel/waf to 1.9.10wiz2-3/+3
2017-04-27Note cyrus-sasl PKGREVISION bumps.jperkin1-1/+15
2017-04-27Updated waf to 1.9.10.wiz2-7/+7
NEW IN WAF 1.9.10 ----------------- * Detect -pie and -rdynamic in parse_flags #1936 * Fix Fortran module naming case * Improve Visual Studio 2017 compilers detection (no vswhere/tools yet) #1925 * Prevent unnecessary Vala rebuilds due to vapi file installation * Process .vapi files as input source files * Reflect the current build group in bld.current_group * Obtain NO_LOCK_IN_TOP/RUN/OUT from os.environ too * Xcode9 generator fixes and example update #1939 #1943
2017-04-27Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using thejperkin14-23/+30
shared Makefile.common.
2017-04-27Add thunderbird45{,-l10n}ryoon1-1/+3
2017-04-27Remove unused file.wiz1-7/+0
2017-04-27Sort.wiz1-2/+2
2017-04-27Add PRINT_PLIST_AWK for easier updates.wiz1-1/+3
2017-04-27Added mail/thunderbird45-l10n version 45.8.0ryoon1-1/+2
2017-04-27Import thunderbird45-l10n-45.8.0 as mail/thunderbird45-l10n.ryoon5-0/+24030
This package contains language packs for mail/thunderbird45.
2017-04-27Added mail/thunderbird45 version 45.8.0ryoon1-1/+2
2017-04-27Import thunderbird45-45.8.0 as mail/thunderbird45.ryoon156-0/+10554
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit.
2017-04-27Updated mail/thunderbird-l10n to 52.0.1ryoon1-1/+2
2017-04-27Update to 52.0.1ryoon3-805/+3968
* Sync with thunderbird-52.0.1
2017-04-27Updated mail/thunderbird to 52.0.1ryoon1-1/+2
2017-04-27Update to 52.0.1ryoon125-2742/+2799
Changelog: 52.0.1: Fixed Clicking on a link in an email may not open this link in the external browser. Crash due to incompatibility with McAfee Anti-SPAM add-on. Add-on is blocked in 52.0.1 52.0: New Folder pane toolbar and folder view selector (replacement for folder view arrows) Optionally remove corresponding data files when removing an account from Thunderbird Import settings from Becky! Internet Mail Possibility to copy message filter Dictionary setting is restored when editing a draft. Content-Language header (RFC 3282) transmitted with message Calendar: Event can now be created and edited in a tab Calendar: Processing of received invitation counter proposals Chat: Support Twitter Direct Messages Chat: Liking and favoriting in Twitter Chat: XMPP: Support SASL SCRAM authentication mechanism Chat: Support Jabber/XMPP Message Carbons (XEP-280) Changed IMPORTANT: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed for each image individually via the Image Properties dialog or globally by setting the preference mail.compose.attach_http_images. Correspondents column now default for all new folders, can be switched off with preference mail.threadpane.use_correspondents When replying to a mailing list, reply will be sent to address in From header ignoring Reply-to header On Linux PulseAudio is now required to play sound Formatting toolbar is now left in place when delivery format is switched to plain text only Messages in IMAP folders read on external device are now filtered by default Folders backed by mbox storage larger than 4GB are supported without warning (unless preference mailnews.allowMboxOver4GB is set to false) IMAP caching now uses Mozilla's latest caching technology The keyboard shortcut to insert hyperlinks into a compose window was changed from CTRL+L to CTRL+K to align with Office applications Chat: Removed Yahoo! Messenger support (since Yahoo removed support) Fixed Message preview pane non-functional after IMAP folder was renamed or moved Fixed Editing in paragraph format: Pressing Shift+Enter sometimes doesn't move the cursor to the next line Various corrections when composing messages in paragraph format Paste as quotation doesn't always work Long lines in plain text replies not properly wrapped Undesired white-space before signature in paragraph mode When attachment unavailable, compose shows endless "Attaching..." message instead of error Text encoding of reply sometimes incorrect (uses encoding of last viewed message) Text encoding of message display, reply or forwarded message sometimes incorrect (uses encoding of attachment) Delivery Format not preserved for saved drafts (Auto-Detect|Plaintext|HTML|Both) Reply to own e-mail does not reply with the correct identity IMAP message part caching Links with escaped non-ASCII (international) characters can't be clicked Calendar: Events specified in timezone "local time" generate alerts in UTC time Chat: XMPP Resource collisions Various security fixes Security fixes: #CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP #CVE-2017-5401: Memory Corruption when handling ErrorResult #CVE-2017-5402: Use-after-free working with events in FontFace objects #CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object #CVE-2017-5404: Use-after-free working with ranges in selections #CVE-2017-5406: Segmentation fault in Skia with canvas operations #CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters #CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping #CVE-2017-5411: Use-after-free in Buffer Storage in libGLES #CVE-2017-5408: Cross-origin reading of video captions in violation of CORS #CVE-2017-5412: Buffer overflow read in SVG filters #CVE-2017-5413: Segmentation fault during bidirectional operations #CVE-2017-5414: File picker can choose incorrect default directory #CVE-2017-5416: Null dereference crash in HttpChannel #CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access #CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running #CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses #CVE-2017-5419: Repeated authentication prompts lead to DOS attack #CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports #CVE-2017-5421: Print preview spoofing #CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink #CVE-2017-5399: Memory safety bugs fixed in Thunderbird 52 #CVE-2017-5398: Memory safety bugs fixed in Thunderbird 52 and Thunderbird 45.8