Commit graph

237278 commits

Author SHA1 Message Date
ryoon
618d723ff4 Anonymous ftp service of ftp.mozilla.org is no longer provided. 2015-08-11 23:41:41 +00:00
bsiegert
54e7bd476a Note ht update 2015-08-11 20:12:38 +00:00
bsiegert
7b08036d60 Update ht to 2.1.0.
version 2.1.0:
        - updated included minilzo
        - new disassembler: Atmel AVR 8-bit microcontroller
        - [x86] SHA instructions
        - Fixed some crashes involving corrupt ELF files
        - More advanced display and handling of PE relocations (thanks Mertens Engineering)
        - PE checksum calculation (thanks Mertens Engineering)

version 2.0.22:
        - Fixed selection of nodes in call chain
        - Added ability to view/edit 64 bit symbols and relocation for ELFs
          (Thanks tecknicaltom)
        - Added new option "editor/scroll offset" which determines how many
          extra lines the cursor should be visible when scolling
          (Thanks tecknicaltom)
        - Fixed loading of ELF files for alpha
        - Updated address of FSF

version 2.0.21:
        - [x86] AVX2 updates
        - Fixed usage of unaliged pointers (Thanks Jan)
        - Restructed configure/makefile for better handling of
          ncurses depedency (Thanks Jan)

version 2.0.20:
        - Fixed loading of 32 bit ELFs (Thanks Oleg)
        - Use wide ncurses if necessars (Thanks Jan)
        - Show search progress in MiB (Thanks Jan)

version 2.0.19:
        - [x86] fixed a lot of small bugs
        - fixed a crash with the "follow" function on
          invalid addresses in analyser
        - [x86] AVX updates
        - [x86] AVX2 instructions
        - [x86] BMI, BMI2 and TBM instructions
        - fixed loading of ELF files with no section headers
        - [Win32] Fixed loading of files with path length > 100 (thanks Vitaliy)

version 2.0.18:
        - updated c++ demangler
        - [x86] SSE5/XOP/AVX merge
        - symbols "first" and "last" in hex view
        - project manager works again

version 2.0.17:
        - compilation fixes for gcc 4.4
        - fixed crash on garbage in elf section headers

version 2.0.16:
        - [x86] intel avx update
        - updated c++ demangler
        - small crash fix

version 2.0.15:
        - [Win32] removed a debug printf
        - fixed clipboard view
        - fixed ELF symbol viewer
2015-08-11 20:11:14 +00:00
wiz
e954bde72b Rely on header to provide memset().
Gets us further in a PKGSRC_USE_FORT build; however, still fails with:

[1]   Abort trap (core dumped) ./soobj/aux/mkro...
base/lib.mak:3063: recipe for target 'soobj/gsromfs1_.c' failed
2015-08-11 18:16:50 +00:00
wiz
6d3e8af11c Improve local patch so this builds with PKGSRC_USE_FORT. 2015-08-11 18:07:55 +00:00
fhajny
e11721cc6e Updated databases/mongodb to 3.0.5 2015-08-11 14:29:58 +00:00
fhajny
4273d5512f Update databases/mongodb to 3.0.5.
3.0.5 - July 28, 2015
- Improvements to WiredTiger for capped collections and replication
- Additional WiredTiger improvements for performance and improvements
  related to cache and session use
- Performance improvements for longer running queries, particularly
  $text and $near queries SERVER-18926.
2015-08-11 14:29:45 +00:00
he
a1a0cf9696 Note update of sysutils/collectd to 5.5.0nb3. 2015-08-11 14:23:51 +00:00
he
06c5c58104 Try to fix the build on SunOS, report_bytes isn't used there.
PKGREVISION++.
2015-08-11 14:15:00 +00:00
he
3fa2909875 Note update of sysutils/collectd to 5.5.0nb2. 2015-08-11 13:20:53 +00:00
he
37301e4e46 Port some of the plugins to support NetBSD:
* entropy
 * memory
 * swap
 * disk
by shamelessly copying code from vmstat/iostat/rndctl etc.
Add comments to one patch missing one.
Bump PKGREVISION.
2015-08-11 13:19:21 +00:00
jperkin
6aac947743 Add ssl option. Sort PLIST. 2015-08-11 12:39:18 +00:00
khorben
8ce191e1e1 Add support for building with fortify
This is pretty much the same change as with SSP, and completes it with
support for fortify (like USE_FORT in NetBSD's base system). Like SSP, this
is disabled by default for the moment. Like in NetBSD's base system,
enabling fortify explicitly also enables SSP by default - but SSP can still
be disabled explicitly in this situation.

All four combinations tested on NetBSD/amd64.
2015-08-10 21:44:34 +00:00
khorben
d77a1a6e9b Fix build with PKGSRC_USE_SSP
No functional change nor during compilation intended or expected, so no
version bump should be involved.
2015-08-10 21:19:28 +00:00
joerg
64e43c04d0 Not MAKE_JOBS_SAFE. 2015-08-10 19:30:42 +00:00
joerg
c719715ec0 Annotate more printf-like functions. Disable non-literal format string
warnings for a couple of broken APIs where a format string is given
without the actual argument. Bump revision.
2015-08-10 19:30:06 +00:00
joerg
f8da6254cf Not MAKE_JOBS_SAFE. 2015-08-10 19:27:48 +00:00
joerg
38401e4440 std::complex::imag() and std::complex::real() are not lvalues. 2015-08-10 19:26:43 +00:00
wiz
0da8b3609d Mention math/cgal. 2015-08-10 16:08:29 +00:00
jperkin
9bf217a5cb Fix typo in local variable name. 2015-08-10 15:11:47 +00:00
manu
625f887308 Fix build problem with libdes migration
This package was partially migrated from libdes to OpenSSL and therefore
still exhibited some build failites: bin/afppasswd/afppasswd.c was patched
but not etc/uams/uams_randnum.c. Update the later to work around the problem.
2015-08-10 15:09:42 +00:00
manu
9af2140f96 Fix build of packages depending on mariadb55-client
When a package depends on mysql-client, in includes mk/mysql-buildlink3.mk
and may get buildlinked with mariadb55-client if MYSQL_VERSION_DEFAULT is
set to MARIADB55.

mariadb55-client's buildlink3.mk defined BUILDLINK_*.mariadb-client
variables, wich caused build problems with packages expecting
BUILDLINK_*.mysql-client to be defined. For instance, php-pdo_mysql
expectex BUILDLINK_PREFIX.mysql-client to be set and fails to build
without it.

Fix the problem by changing BUILDLINK_*.mariadb-client to
BUILDLINK_*.mysql-client in mariadb55-client/buildlink3.mk. Remove a
package specific woakrround for this exact ptoblem in php-mysqli.

NB: commit log on pkgsrc/databases/mariadb55-client/buildlink3.mk 1.2-1.3
and pkgsrc/databases/php-mysqli/Makefile 1.12-1.13 was truncated. This
change just adds a comment to the first file and a null-commit to the
second file to have an oportunity to provide the full cvs log.
2015-08-10 14:19:11 +00:00
manu
5f09799a29 Fix build of packages depending on mariadb55-client
When a package depends on mysql-client, in includes mk/mysql-buildlink3.mk
and may get buildlinked with mariadb55-client if MYSQL_VERSION_DEFAULT is
set to MARIADB55.

mariadb55-client's buildlink3.mk defined BUILDLINK_*.mariadb-client
variables, wich caused build problems with packages expecting
2015-08-10 12:56:27 +00:00
abs
bc59e2e1f3 CHECK_SHLIBS_SUPPORTED=no 2015-08-10 12:52:11 +00:00
manu
90b4b82d7c Use OpenSSL libcrypto instead of libdes on NetBSD
All recent NetBSD releases now have an OpenSSL recent enough so
that the DES symbols required by slapo-smbk5pwd can be found in
OpenSSL's libcrypto. We therefore do not need to link with -ldes
anymore, especialy since it now causes a build failure.
2015-08-10 12:47:50 +00:00
asau
93209e31e0 Replace interpreters in perl and python scripts (introduces dependency on python). 2015-08-10 10:04:44 +00:00
dholland
6fddfeb799 PR 45271 Joern Clausen: remove old Solaris PIC-related substitution
that nowadays breaks the build.
2015-08-10 08:23:48 +00:00
asau
2631139f3f Correct the entry for FriCAS. 2015-08-10 08:18:06 +00:00
asau
d94a4fdf68 Updated local-asitos/fricas to 1.2.5 2015-08-10 08:16:31 +00:00
asau
34274ca02f Update to FriCAS 1.2.5
Changes in FriCAS 1.2.5:

- Fixed printing of scripted symbols.
- Fixed 'totalDegreeSorted' (affected Groebner bases).
- Fixed few problems with Hensel lifting (including SF bug 47).
- Fixed 'series' in UnivariateLaurentSeriesConstructor.
- Fixed 'order' in SparseUnivariatePowerSeries.
- Printing of series now respect 'showall' setting, cyclic
  series are detected.
- Fixed problem with interpreter preferring Union to base type.


Changes in FriCAS 1.2.4:

- New cylindrical decomposition package.
- New GnuDraw package for plotting via gnuplot.
- Texmacs interface now handles Cork symbols.
- Added double precision versions of several special functions
      (needed for plotting).
- Nopile mode for Spad is changed to be more convenient.
- 'stringMatch' is removed (was broken beyond repair).

Bug fixes, in particular:

- Fixed intepreter assignment to parts of nested aggregates
      (issue 376).
- Fixed interpreter coercion from Equation to Boolean (issue 359).
- Fix printing of '\%i' in types (issue 132).
- Disabled incorrect shortcut during coercion (issue 29).
- Difference of intervals now agrees with definition as interval
      operation.
- Avoid overwriting loop limit and increment.
- Fix a polynomial gcd failure due to bad reduction.
- Avoid mangling unevaluated algebraic integrals.
- Fix integration of unevaluated derivatives.
- Restore parser handling of '\\/' and '/\\'.
- Properly escape strings and symbols in TeXFormat.


Changes in FriCAS 1.2.3:

- Fixed pattern matching using '%i' in patterns.
- Fixed ')display op coerce'.
- Fixed ')version' command.
- Fixed crash when printing '%'.
- Fix a buffer overflow in HyperDoc.
- Fixed HyperDoc errors in 'Dependants' and 'Users'.
- HyperDoc browser better handles constructors with parameters.


Changes in FriCAS 1.2.2:

- Improvements to 'integrate': better handling of algebraic
  integrals, new routine which handles some integrals contaning
  'lambertW'.
- Improvements to 'limit', now Gruntz algorithm knows about
  a few tractable functions.
- Smith form of sparse integer matrices is now much more
  efficient.
- Generalized indexing for two dimensional arrays.
- Pile/nopile mode is now restored after ')read' or ')compile'.
  Piling rules now accept some forms of multiline lists.
- Eliminated version checking in generated code. Note: this
  change means that Spad code compiled by earlier FriCAS versions
  will not run in FriCAS 1.2.2.
- Updated Aldor interface to work with free Aldor.

Bug fixes, in particular:

- Interpreter can now handle complicated mutually recursive
  functions.
- Spad compiler should now correctly handle 'has' inside a function.
- Fixed derivatives of Whittaker functions.


Changes in FriCAS 1.2.1:

-- Support for building Mac OS application bundle.

Bug fixes, in particular:

-- fixed few cases of wrong or unevaluated integrals.
-- better zero test during limit computation avoids division
   by zero.
-- fixed buffer overflow problems in view3D.
-- 'reducedSystem' on empty input returns basis of correct size.
2015-08-10 08:13:45 +00:00
dholland
98c3ab9c52 Build and install fuser on Linux. PR 25673
(not actually tested on Linux; but package is Linux native so I'm expecting
it to work)
2015-08-10 07:31:31 +00:00
dholland
0ec0eb0f86 Make this less netbsd-centric. PR 25673 2015-08-10 07:10:55 +00:00
dholland
9d0cbdf46a Apply two bug fixes from Markus W Kilbinger in PR 24350:
- handle SIGCHLD properly
  - make the code for contacting clamavd work properly
2015-08-10 06:54:15 +00:00
dholland
78c137ddf2 Construct rc.d scripts in a subdirectory of WRKDIR (.rc.d/) instead of
right in it, to avoid name conflicts. PR 39271.
2015-08-10 05:41:10 +00:00
dholland
c88ecc7f1e Fix broken build, caused by wrapper reordering of .a files vs. -l options.
Symptom: HYLAFAX_VERSION_STRING not found while linking.
2015-08-10 05:03:36 +00:00
taca
dd40371269 Revert accidently commit. 2015-08-10 01:46:00 +00:00
dholland
da4f7e4860 Remove references to /usr/adm, as nobody has shipped a /usr/adm
directory in their OS for probably some twenty years. Use /var
instead. In particular, fix the defaults for CNF_INFOFILE, CNF_LOGDIR,
and CNF_INDEXDIR to use the configured LOCALSTATEDIR, which in pkgsrc
will be ${VARBASE}/amanda, instead of hardwiring /usr/adm/amanda.

PR 38958.

PKGREVISION -> 9.
2015-08-09 22:50:09 +00:00
gls
9cc473e53c Updated www/py-gunicorn to 19.3.0 2015-08-09 18:42:20 +00:00
gls
19cff7fed9 Update www/py-gunicorn to 19.3.0
Upstream changes:
-----------------

19.3.0 / 2015/03/06

Core

    fix: :issue:`978` make sure a listener is inheritable
    add check_config class method to workers
    fix: :issue:`983` fix select timeout in sync worker with multiple connections
    allows workers to access to the reloader. close :issue:`984`
    raise TypeError instead of AssertionError

Logging

    make Logger.loglevel a class attribute

Documentation

    fix: :issue:`988` fix syntax errors in examples/gunicorn_rc

19.2.1 / 2015/02/4

Logging

    expose loglevel in the Logger class

AsyncIO worker (gaiohttp)

    fix :issue:`977` fix initial crash

Documentation

    document security mailing-list in the contributing page.
2015-08-09 18:41:58 +00:00
ryoon
6887526b12 Updated devel/cvs-fast-export to 1.32 2015-08-09 17:44:11 +00:00
ryoon
99b2c5d8a3 Update to 1.32
Changelog:
1.32: 2015-06-10
    Emit a source type declaration reposurgeon can use.
    Project now has a logo.

1.31: 2015-04-28
    Improve OSX portability.
2015-08-09 17:43:41 +00:00
ryoon
31d47a6a24 Updated editors/OmegaT to 3.5.01 2015-08-09 17:40:05 +00:00
ryoon
475405f2ea Update to 3.5.01
Changelog:
----------------------------------------------------------------------
 OmegaT 3.5 update 1 (2015-06-11)
----------------------------------------------------------------------
   3 Enhancements
   2 Bug fixes
   3 Localisation updates
----------------------------------------------------------------------
3.5 update 1 vs 3.5

  Implemented requests:

  - Drag and drop within the segment
  https://sourceforge.net/p/omegat/feature-requests/401/

  - Auto-completion option: Show relevant suggestions automatically
  https://sourceforge.net/p/omegat/feature-requests/1097/

  - Glossary view auto-completion improvements
  https://sourceforge.net/p/omegat/feature-requests/1098/

  Bug fixes:

  - The writeable glossary was not working propertly if it was not
at the root of the glossary folder

  - It was not possible to have two glossaries with the same name
in different sub-folders

  Localisation updates:
  - Dutch localisation updated to 3.5 (UI, documentation, scripts, readme)
  - Interlingua localisation updated to 3.5 (UI, scripts, readme)
  - Italian localisation updated to 3.5 (UI, scripts)

----------------------------------------------------------------------
 OmegaT 3.5 (2015-06-05)
----------------------------------------------------------------------
  18 Enhancements
   4 Bug fixes
   5 Localisation updates
----------------------------------------------------------------------
3.5 vs 3.4

  Implemented requests:

  - Progress bar L10N improvement
  https://sourceforge.net/p/omegat/feature-requests/1055/

  - Glossary input from Search window
  https://sourceforge.net/p/omegat/feature-requests/747/

  - Highlighting search word in target segment
  https://sourceforge.net/p/omegat/feature-requests/890/

  - Drag and drop to open project
  https://sourceforge.net/p/omegat/feature-requests/113/

  - Drag and drop to add files to project
  https://sourceforge.net/p/omegat/feature-requests/1091/

  - Add confirmation for the button Reset all colours
  https://sourceforge.net/p/omegat/feature-requests/1085/

  - Option to remove "fuzziness" from glossary
  https://sourceforge.net/p/omegat/feature-requests/1033/

  - Better Mac OS X integration
  https://sourceforge.net/p/omegat/feature-requests/1092/

  - Remove automatically mnemonics for CJK bundles under Mac
  https://sourceforge.net/p/omegat/feature-requests/1049/

  Other changes:

  - There's an explanation message at the bottom of the Editor when
Ctrl+Shift+O is pressed

  - New script to clear SVN authentication data

  - New OmegaT icon on the Mac

  - Go to next/previous segment with key shortcuts work
in the Search result window just like in the Editor

  - Alternatively to specifiy a project folder on the command line,
it is now also possible to specify the path of an omegat.project file

  - In the QA - Check rules script (check_rules.groovy), it is now
possible to check linguistic (LangageTool) issues

  - There's now a "Save as" button in Help > Log

  - Read parameters from config file on startup, specified with
--config-file=path/to/file

  - There are two new search options at the bottom of the Search window.
"Auto-sync with Editor". If checked, the Editor will go automatically to the
segment where the cursor is located in the search window.
"Back to the initial segment on close". If checked, the Editor will go back
to the segment being current before the Search window was opened.

  Bug fixes:

  - Panel header title was white under Windows 7 with a classic theme

  - Script files could be locked
  https://sourceforge.net/p/omegat/bugs/749/

  - In statistics, scrollbars could cover table content

  - Auto-completer popup size was often too small for its contents

  Localisation updates:

  - Dutch localisation updated to 3.4 update 1 (UI, documentation, readme)
  - Russian localisation updated to 3.4 update 1 (UI, readme, scripts)
  - Belarusian localisation updated to 3.5 (UI, readme, scripts)
  - Japanese localisation updated to 3.5 (UI, documentation, scripts)
  - Italian localisation updated to 3.4 update 1 (UI)
2015-08-09 17:39:33 +00:00
ryoon
65fe16df2b Updated lang/openjdk8 to 1.8.51 2015-08-09 17:30:21 +00:00
ryoon
7a4c120600 Update to 1.8.51 (8u51)
Changelog:

Bugfixes
http://www.oracle.com/technetwork/java/javase/2col/8u51-bugfixes-2587594.html
Bug Id	Category	Subcategory	Description
JDK-8071668	client-libs	java.awt	[macosx] Clipboard does not work with 3rd parties Clipboard Managers
JDK-8077685	core-libs	java.util:i18n	(tz) Support tzdata2015d
JDK-8075602	deploy	 	Applet throws java.security AccessControlException in java console when playing it
JDK-8079223	deploy	 	unnecessary performance degradation caused by fix to JDK-8052111
JDK-8069161	deploy	plugin	Slow cache performance since JRE 7u06
JDK-8076343	deploy	plugin	JNLP property apple.laf.useScreenMenuBar no longer treated as secure for Mac OS
JDK-8071897	deploy	webstart	JRE 8U25 and 8u31 b32 cannot launch Java Web Start with proxy pac but works fine for 7u67
JDK-8078815	deploy	webstart	Launching of jnlp app fails with JNLPException
JDK-8035938	hotspot	jvmti	Memory leak in JvmtiEnv::GetConstantPool
JDK-8064546	security-libs	javax.crypto	CipherInputStream throws BadPaddingException if stream is not fully read
JDK-8078439	security-libs	org.ietf.jgss	SPNEGO auth fails if client proposes MS krb5 OID
JDK-8073357	xml	jaxb	schema1.xsd has wrong content. Sequence of the enum values has been changed
JDK-8073385	xml	jaxp	Bad error message on parsing illegal character in XML attribute
JDK-8074297	xml	jaxp	substring in XSLT returns wrong character if string contains supplementary chars

Fix following security bugs.
http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html#AppendixJAVA
CVE-2015-4760
CVE-2015-2628
CVE-2015-4731
CVE-2015-2590
CVE-2015-4732
CVE-2015-4733
CVE-2015-2638
CVE-2015-4736
CVE-2015-4748
CVE-2015-2597
CVE-2015-2664
CVE-2015-2632
CVE-2015-2601
CVE-2015-2613
CVE-2015-2621
CVE-2015-2659
CVE-2015-2619
CVE-2015-2637
CVE-2015-2596
CVE-2015-4749
CVE-2015-4729
CVE-2015-4000
CVE-2015-2808
CVE-2015-2627
CVE-2015-2625
2015-08-09 17:29:52 +00:00
ryoon
07d7e96749 Updated www/firefox38-l10n to 38.1.1 2015-08-09 17:10:35 +00:00
ryoon
10f0acffa6 Update to 38.1.1
* Sync with www/firefox38.
2015-08-09 17:10:05 +00:00
ryoon
f04a4c4e85 Updated www/firefox-l10n to 39.0.3 2015-08-09 16:59:16 +00:00
ryoon
f7f7c6c880 Update to 39.0.3
* Sync with www/firefox.
2015-08-09 16:58:49 +00:00
he
db80b9a137 Note update of www/firefox38 to 38.1.1. 2015-08-09 16:34:29 +00:00