Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
'/') given to -L to run-time library search path passed to the
lower linker using -Wl,-rpath=
This is a problem, because even if we add the right directory with
-Wl,-rpath= or variants thereof, the wrong path still is in the
RPATH on the resulting binary. This might lead to the wrong library
being found at run-time.
To build clean packages when using ocamlmklib, '-elfmode' will switch
this behaviour off; when using '-elfmode', all following -L parameters
won't augment the RPATH, and it has to be updated seperately with
-dllpath, -Wl,-rpath= etc.
(This is a local pkgsrc stopgap addition, needed to proceed with
fixes to xentools41. The issue has been raised with upstream;
hopefully this patch can be reverted with a future ocaml package
version.)
|
|
not using gem as installation but as archive.
|
|
Requested by Peter Bex.
Changes:
4.8.0.3
- Runtime
- Avoid high CPU usage when waiting for child process I/O with poll().
Affects at least Linux and Solaris.
- Escape single backslash in printed symbols.
- Type system
- Fixed types.db entry for join and mutex-lock!
- Core tools
- chicken-install transports now parses ports on URIs with empty paths
4.8.0.2
- Interpreter
- Fix regression in ,d for procedures, which resulted in an sprintf error.
- Compiler
- Fix rewriting of newlines (~~) in printf.
- Runtime
- Allow > 4GB heap on 64-bit systems (#974).
- Added missing library (-lrt) on Solaris for nanosleep calls (#970).
- Build system
- Use test -f instead of test -e in identify.sh to placate Solaris.
|
|
1.6.1 – March 5, 2013
* First release of source maps. Pass the --map flag to the compiler, and off
you go. Direct all your thanks over to Jason Walton.
* Fixed a 1.5.0 regression with multiple implicit calls against an indented
implicit object. Combinations of implicit function calls and implicit
objects should generally be parsed better now — but it still isn't good
style to nest them too heavily.
* .coffee.md is now also supported as a Literate CoffeeScript file extension,
for existing tooling. .litcoffee remains the canonical one.
* Several minor fixes surrounding member properties, bound methods and super
in class declarations.
1.5.0 – Feb 25, 2013
* First release of Literate CoffeeScript.
* The CoffeeScript REPL is now based on the Node.js REPL, and should work
better and more familiarly.
* Returning explicit values from constructors is now forbidden. If you want to
return an arbitrary value, use a function, not a constructor.
* You can now loop over an array backwards, without having to manually deal
with the indexes: for item in list by -1
* Source locations are now preserved in the CoffeeScript AST, although source
maps are not yet being emitted.
|
|
PR pkg/47635
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=912276
bump PKGREVISION
|
|
by downloading files from Oracle's site using Chrome (Chromium #136305).
|
|
|
|
|
|
=== 3.12.2 / 2013-02-24
* Bug fixes
* Fixed bug in syntax-highlighting that would corrupt regular expressions.
Ruby Bug #6488 by Benny Lyne Amorsen.
* Fixed lexing of character syntax (<code>?x</code>). Reported by Xavier
Noria.
* Fixed tokenization of % when it is not followed by a $-string type
* Fixed display of __END__ in documentation examples in HTML output
* Fixed tokenization of reserved words used as new-style hash keys
* Fixed HEREDOC output for the limited case of a heredoc followed by a line
end. When a HEREDOC is not followed by a line end RDoc is not currently
smart enough to restore the source correctly. Bug #162 by Zachary Scott.
|
|
* Add Rubygem 2.0.0 and Ruby 2.0.0 support which wouldn't enabled yet.
* Use Ruby code format for gemspec to build/install instead of YAML.
* Add --backtrace option to "gem install".
files/update-gemspec.rb:
* Allow rename name attribute in gemspec.
* Handle Ruby code format of gemspec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to allow building with Clang.
|
|
|
|
doesn't honor address space limits.
|
|
|
|
|
|
|
|
|
|
preference to target_noncanonical so that the user can override if
required, e.g. in a multilib environment where target_noncanonical will
change based on current ABI.
Additionally, ensure that it comes first in the RPATH so that when
using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct
libraries.
|
|
gcc47-libs package rather than relying on the PKGREVISION bump to pick it up.
This resolves some issues where we were seeing gcc47 picked as the dependency
instead of gcc47-libs.
|
|
|
|
This allows USE_PKGSRC_GCC_RUNTIME to be used with the in-pkgsrc compiler.
|
|
|
|
|
|
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
|
|
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
|
|
|
|
|
|
and as noted in comment, let to use GNUmakefile as MAKE_FILE.
|
|
|
|
|
|
|
|
|
|
- add notes about things going wrong here.
|
|
longer. Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
Security problem of CVE-2013-0269 was already handled but REXML security
problem is fixed by this package.
Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently.
This release includes security fixes about bundled JSON and REXML.
* Denial of Service and Unsafe Object Creation Vulnerability in JSON
(CVE-2013-0269)
* Entity expansion DoS vulnerability in REXML (XML bomb)
And some small bugfixes are also included.
|
|
|