Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Sync with thunderbird-45.7.0
|
|
|
|
Changelog:
Fixed Message preview pane non-functional after IMAP folder was renamed or moved
Fixed "Move To" button on "Search Messages" panel not working
Fixed Message sent to "undisclosed recipients" shows no recipient (non-functional since Thunderbird version 38)
Fixed Calendar: No way to accept/decline email invitations when sent and received messages are stored in the same folder
Fixed Various security fixes
Security fixes:
#CVE-2017-5375: Excessive JIT code allocation allows bypass of ASLR and DEP
#CVE-2017-5376: Use-after-free in XSL
#CVE-2017-5378: Pointer and frame data leakage of Javascript objects
#CVE-2017-5380: Potential use-after-free during DOM manipulations
#CVE-2017-5390: Insecure communication methods in Developer Tools JSON viewer
#CVE-2017-5396: Use-after-free with Media Decoder
#CVE-2017-5383: Location bar spoofing with unicode characters
#CVE-2017-5373: Memory safety bugs fixed in Thunderbird 45.7
|
|
|
|
Changelog:
Notable Changes:
================
* Fixed a NSS 3.28 regression in the signature scheme flexibility that
causes connectivity issues between iOS 8 clients and NSS servers with ECDSA
certificates (bug1334114
<https://bugzilla.mozilla.org/show_bug.cgi?id=1334114>).
|
|
|
|
----------------------------------
Release 1.1.3:
- The RTT measurement on Win32 is now on a par with that of Unix, i.e.
the precision is in the order of 10 microseconds.
- bing has been made more portable. You should have fewer problems
compiling bing 1.1.3 on your platform.
- bing now displays Mbps or Kbps as most sensible.
Release 1.1.2:
- All the icmp specific code has been put in the "mod_icmp" module.
The bing core accesses this code via the interface defined in
"mod_icmp.h".
- The files layout has been modified to accomodate the Unix/Win32
duality. This layout is not yet really satisfactory.
- The code has been "cleaned". The process if far from being
finished yet (imho).
- Pierre added two options '-u' and 'f'
- bing now supports multiple hosts on the command line, not only two.
- Also read the ChangeLog.
|
|
|
|
-----------------------------------
Version 1.6.3 (2016-12-21)
o Large BGP communities
o BFD authentication (MD5, SHA1)
o SHA1 and SHA2 authentication for RIP and OSPF
o Improved documentation
o Several bug fixes
Version 1.6.2 (2016-09-29)
o Fixes serious bug introduced in the previous version
Version 1.6.1 (2016-09-22)
o Support for IPv6 ECMP
o Better handling of IPv6 tentative addresses
o Several updates and fixes in Babel protocol
o Filter: New !~ operator
o Filter: ASN ranges in bgpmask
o KRT: New kernel protocol option 'metric'
o KRT: New route attribute 'krt_scope'
o Improved BIRD help messages
o Fixes memory leak in BGP multipath
o Fixes handling of empty path segments in BGP AS_PATH
o Several bug fixes
Version 1.6.0 (2016-04-29)
o Major RIP protocol redesign
o New Babel routing protocol
o BGP multipath support
o KRT: Add support for plenty of kernel route metrics
o KRT: Allow more than 256 routing tables
o Static: Allow to specify attributes for static routes
o Static: Support for BFD controlled static routes
o FreeBSD: Setup password for BGP MD5 authentication
o IO: Remove socket number limit
o Plenty of bug fixes
Upgrade notes:
For RIP, most protocol options were moved to interface blocks.
Version 1.5.0 (2015-04-20)
o Major OSPF protocol redesign.
o OSPFv2 multi-instance extension (RFC 6549).
o BGP AS-wide unique router ID (RFC 6286).
o BGP enhanced route refresh (RFC 7313).
o Link state support in BGP.
o Latency tracking and internal watchdog.
o Uses high port range for BFD on BSD.
o Increase max symbol length to 64.
o Allows to define unnamed protocols from templates.
o Fixes two serious bugs in BGP.
o Several bugfixes and minor improvements.
o Several minor option changes:
- OSPF: Protocol-wide 'instance id' option added.
- BGP: Parameters to option 'neighbor' extended.
- BGP: Separate option 'interface' added.
- BGP: Option 'start delay time' renamed to 'connect delay time'.
- BGP: Option 'route limit' deprecated.
Upgrade notes:
For OSPF, there are deep internal changes, but user-visible changes
are limited to log messages and minor changes in formatting of command
output.
For BGP, version 1.5.0 is essentially a minor release. There are two
deprecated options ('start delay time' and 'route limit') and some
minor formatting changes.
|
|
|
|
--------------------------
Explicit ChangeLog not found, but diff between source may say
following changes.
2.17
----
usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <us> ]
-w Time to wait between pings, in microseconds.
-W Same as -w, but in floating point seconds.
2.18
----
usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <sec> ]
-w sec Specify a timeout before ping exits regardless of how many
packets have been sent or received.
-W sec Time to wait between pings.
|
|
|
|
Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is
typically used to test how well a program can withstand malformed and
potentially malicious inputs. It works by reading sample files of valid data
and generating interestringly different outputs from them. The main selling
points of radamsa are that it has already found a slew of bugs in programs that
actually matter, it is easily scriptable and easy to get up and running.
|
|
|
|
Owl Lisp is a purely functional dialect of Scheme. It is based on the
applicable subset of R7RS standard, extending it mainly with threads and data
structures necessary for purely functional operation. Owl can be used on most
UNIX-like systems, such as Linux, BSDs and OS X. Programs are typically
compiled via C to standalone binaries, so Owl isn't needed to run programs
written in it.
Owl project originally got started both as an attempt to extend R5RS Scheme
with some necessary features, such as threads and modules, and as an experiment
on how being purely functional influences the runtime and use of an applicative
order purely functional language. While things have been added to Scheme, Owl
tries to keep the core language as simple as possible.
Implementationwise the goal was to get a small portable system which could be
used to ship programs easily. This is currently accomplished by using a small
register-based virtual machine, which can be extended with program-specific
instructions to reduce interpretive overhead.
|
|
|
|
(compiled from github commit log with tag: line)
-------------------------------------
(v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra
(v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra
(v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra
(v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra
(v1.10.4) cache implementation changed @Sascha Schirra
(v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra
(v1.10.1) version and description changed @Sascha Schirra
(v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra
(v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra
|
|
|
|
---------------------------------
3.41: 2016-02-10::
Fix fatal error in reposurgeon version command (introduced in 3.40).
In repocutter, the pathrename command now hacks svn:mergeinfo properties.
'split' adds a ".split" suffix to any legacy ID in the new commit.
More control over prefix stripping in the "path sup" command.
Add --notagify option to expunge command.
Repair implementation of "split at".
Add "tag create" command.
|
|
|
|
-------------------------------------
From: https://cran.r-project.org/web/packages/quantreg/ChangeLog
5.21
1. Allowed ... to be passed in plot.summary.crqs.
2. Fixed namespace bug in dynrq, and added an Edgeworth wacky AR(1) example
to dynrq.Rd.
3. Fixed rqss bug about length of residual vector
5.23
1. Added a "cluster" option for summary.rq() when using the bootstrap option
this option implements the wild gradient bootstrap method of Hagemann (2016).
See boot.rq for further details. [Needs further testing.]
2. Added a sfn method for rq models, and in the process modified somewhat
the return object for both rq.fit.sfn and rq.fit.sfnc so that it is compatible
with other rq.fit objects.
5.24
1. Reverted to the old fortran versions of srqfn.f and srqfnc.f, ie removed
Martin Maechler's C versions, in preparation for some new sparse forms of the
bootstrapping functions. Made a couple of slight changes in the return object
for these functions.
2. Fixed a sihttps://cran.r-project.org/web/packages/quantreg/ChangeLoggn error in the cluster option pointed out in an email of
Andreas on May 9 2016.
3. Added jackknife option to boot.rq for the proposal of Portnoy.
4. Adapted boot.rq and friends so that when there are multiple taus
summary.rqs reuses the same randomization for each of the taus to facilitate
joint inference with the bootstrap realizations.
5.25
1. When method = "sfn" store model$x in sparse form. Then when
bootstrapping use method = "sfn" rather than the usual "br" method.
2. When using the "cluster" option for bootstrap allow "sfn" as above.
3. When na.action = "omit" and length(fit$na.action) > 0, then omit
these values from the strata indicator "cluster". This would seem to
help bring together the survey package and quantreg as desired by
email correspondance with donald706.
5.26
1. Fixed long line per Kurt's suggestion.
2. Added some comments about method "sfn" in the man page for rq.
5.27
1. removed lines that cat'd taus from rqprocess in the khmal.R
2. fixed environment problem in nlrq, according to suggestion of
Vaidotas Zemlys-Balevicius email August 9 2016.
5.28
1. Cleaned up the fortran source a bit in accordance with Kurt's mandate
of late August 2016. There are still some offensive items mainly in crq.f
that should be dealt with, but I wasn't able to dig into this at the moment.
|
|
|
|
Lua 5.3.4 fixes all bugs listed in
http://www.lua.org/bugs.html#5.3.3
1. Expression list with four or more expressions in a 'for' loop can crash
the interpreter.
reported by Marco Scho:pl on 17 Jun 2016. existed since 5.2. fixed in 5.3.4.
2. Checking a format for os.date may read pass the format string.
reported by Nagaev Boris on 10 Jul 2016. existed since 5.3.3. fixed in 5.3.4.
3. Lua can generate wrong code in functions with too many constants.
reported by Marco Scho:pl on 17 Jul 2016. existed since 5.3.3. fixed in 5.3.4.
4. When a coroutine tries to resume a non-suspended coroutine, it can do some
mess (and break C assertions) before detecting the error.
reported by Marco Scho:pl on 20 Jul 2016. fixed in 5.3.4.
Lua 5.3.4 also contains several internal improvements and
includes a revised reference manual:
http://www.lua.org/manual/5.3/
|
|
|
|
-----------------------------------
Changes for 1.33
- Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix.
- Document fixes thanks to @zOrg1331
Changes for 1.32
- Updated website: https://github.com/modernistik/Nmap-Parser
- Eliminate global variables %D - thanks to bonsaiviking
|
|
|
|
Changes include:
* Single-child trees are now elided into single links. Instead of having to
click through depths of links, now a single link will to to the maximum
point of depth.
* Continuing our commitment to supporting kernel.org, we've adopted some of
their style changes in our CSS, now allowing for colored even/odd table rows
with a nice hover effect.
* Snapshot name prettification is now consistent, so that the 'v' prefix
stripping only occurs when it won't create any collisions. This is a slight
change of behavior, but I imagine cases of folks relying on the old broken
behavior are few and far between.
* We now use Git 2.10.2 internally, which has brought with it numerous
cleanups and a gradual shift away from 20 byte uchar arrays and toward the
newer "object_id" structure.
|
|
|
|
This will aid subsequent module builds
|
|
|
|
|
|
require separate inet6 and inet sockets, and conserver as of 8.2.1
doesn't do that.
Bump PKGREVISION.
|
|
certificate generation when using SSL Bump.
http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit
|
|
|
|
2017-02-07 k <andk@cpan.org>
* release 2.18
* Makefile.PL changes to support perls without "." in @INC (Todd
Rinaldo); no functional change
|
|
|
|
0.14 2017-02-07
- Re-release after git pull of some changes.
0.13 2017-02-07
- The docs for the subs from List::UtilsBy were repeated twice. Reported by
Andy Lester. RT #120123.
|
|
p5-List-AllUtils-0.14, plasma-5.9.1.
|
|
|
|
drawing software. New features include mesh gradients, improved SVG2 and CSS3 support, new path effects, interactive smoothing for the pencil tool, a new Object dialog for directly managing all drawing elements, and much more. Infrastructural changes are also under way, including a switch to CMake from the venerable Autotools build system.
|
|
|
|
|
|
Gherkin is a parser and compiler for the Gherkin language.
|
|
|
|
|
|
|
|
|
|
changing versions easier
|
|
Move file server root paths to VARBASE/salt.
Bump PKGREVISION
|