Commit graph

180053 commits

Author SHA1 Message Date
tez
6647fc36fb security update to 0.8.7i (with Plugin Architecture version 3.1)
bug#0001963: Bandwidth summation "total in" and "total out"
		 are always 0
     bug#0002040: ICMP ping errors for Windows 7 with PHP 5.3
     bug#0002062: Multiple security vulnerabilities
     bug#0002063: Multiple value poller output incorrectly interpreted
		 as hexadecimal value
     bug#0002064: Removing "~" (tilde) by sanitize_uri() conflicts with
		 Apache UserDir translation
     bug#0002066: Graph without host id "Notice: Undefined variable:
		 host_id"
     bug#0002067: Custom time range filter not working
     bug#0002068: Missing header include in analyze_database.php
     bug#0002071: MySQL table poller_item is dropped always when "Data
		 Input Method" is changed or added.
     bug#0002079: Using input field of a script in graph title does not
		 work
     bug#0002080: Database password containing "@" does not connect
     bug#0002083: Adding a new users generates errors in apache logs
     bug#0002084: Incorrect normalization of hrStorageTable values
		 over 2^31
     bug#0002086: Incorrect usage of mysql custom tcp port
     bug#0002087: PHP recache problems due to missing slashes in reindex
		 table
     bug#0002093: Unit exponent value of 0 not imported with graph
		 template
     bug#0002094: CDEF: "another cdef" references not included in
		 template export
     bug#0002106: Command line add device does not accept "None" for
		 host template
     bug: Update host template cli script help to fix incorrect options
     bug: Refresh of Cacti log viewer not working
     bug: Problems saving User Graph Permissions in IE9
     bug: Bandwidth summation fails if NAN values are present
     bug: Special Type Code "host_id" available in Data Queries by Not
	 Data Input Methods
     bug: Do not generate error messages when creating non host based
	 graphs
     bug: Wrong index used for Data Queries using VALUE/REGEXP
     bug: Fix issue with title variable replacement failing when no host
	 is associated with graph
     bug: Cacti generating MySQL 1100 Errors when modifying the tree
     bug: Resolved "Fatal error: Cannot use string offset as an array"
	 in lib/data_query.php
     feature: Properly support ifHighSpeed replacement variable
     feature: Increase granularity of availability options to correct
	     spine bug
     feature: Replace "event count" with last changed date for host
	     availability
2011-12-20 23:57:33 +00:00
marino
a9e9a71063 x11/matchbox-panel-manager: Add indirectly linked libraries to LDFLAGS 2011-12-20 20:27:17 +00:00
marino
22914db5ed misc/kanjipad: Add indirectly linked libraries to LDFLAGS 2011-12-20 20:26:13 +00:00
ryoon
243acd47b6 Try to support NetBSD/amd64.
It progress to temacs segfault on NetBSD/amd64 5.99.56.

* Import src/m/amd64.h from editors/emacs20.
2011-12-20 18:33:40 +00:00
dholland
2e950d354b Include lib/error.c in librecode.so, or else librecode.so ends up with
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)

PKGREVISION -> 6
2011-12-20 17:22:25 +00:00
dholland
7872f0263b Sort. 2011-12-20 17:20:02 +00:00
joerg
3dc2bdb235 Make sure that builds with g95 create position independent code.
Bump revision.
2011-12-20 16:38:30 +00:00
dholland
140f05437c craft 2011-12-20 16:19:43 +00:00
dholland
8eaa2604c8 Assorted fixes and cleanup.
- if we're going to supply the build makefile, it shouldn't require gmake.
 - don't install executable html or gif files
 - add patch comments
 - const correctness for string constants, as demanded by gcc 4.5
 - avoid needing -lcompat
 - fix a y2038 issue

PKGREVISION -> 2
2011-12-20 16:18:16 +00:00
wiz
60291a36e4 Fix build with newer GTK2. 2011-12-20 16:14:44 +00:00
wiz
8520efb92d pkglint cleanup 2011-12-20 16:14:38 +00:00
wiz
3a2654d67d +USE_GNU_READLINE= yes # rl_getc, rl_basic_quote_characters, rl_insert_close 2011-12-20 15:46:29 +00:00
wiz
802a91cfd9 At least on NetBSD, this needs pthreads, so include pthreads.bl3.mk. 2011-12-20 14:11:33 +00:00
fhajny
8f16196c71 Update couchdb to 1.1.1.
Changes:
* Support SpiderMonkey 1.8.5
* Add configurable maximum to the number of bytes returned by _log.
* Allow CommonJS modules to be an empty string.
* Bump minimum Erlang version to R13B02.
* Do not run deleted validate_doc_update functions.
* ETags for views include current sequence if include_docs=true.
* Fix bug where duplicates can appear in _changes feed.
* Fix bug where update handlers break after conflict resolution.
* Fix bug with _replicator where include "filter" could crash couch.
* Fix crashes when compacting large views.
* Fix file descriptor leak in _log
* Fix missing revisions in _changes?style=all_docs.
* Improve handling of compaction at max_dbs_open limit.
* JSONP responses now send "text/javascript" for Content-Type.
* Link to ICU 4.2 on Windows.
* Permit forward slashes in path to update functions.
* Reap couchjs processes that hit reduce_overflow error.
* Status code can be specified in update handlers.
* Support provides() in show functions.
* _view_cleanup when ddoc has no views now removes all index files.
* max_replication_retry_count now supports "infinity".
* Fix replication crash when source database has a document with empty ID.
* Fix deadlock when assigning couchjs processes to serve requests.
* Fixes to the document multipart PUT API.
* Fixes regarding file descriptor leaks for databases with views.
2011-12-20 14:08:55 +00:00
pettai
29b06a346c Updated net/unbound to 1.4.14 2011-12-20 14:02:35 +00:00
pettai
28f537c72f Unbound 1.4.14:
Features:

* Makefile changed for BSD make compatibility.
* dns over ssl support as a client, ssl-upstream yes turns it on.
  It performs an SSL transaction for every DNS query.
* dns over ssl support as a server, ssl-service-pem and ssl-service-key files
  can be given and then TCP queries are serviced wrapped in SSL.
* lame-ttl and lame-size options no longer exist, it is integrated with the
  host info. They are ignored (with verbose warning) if encountered
  to keep the config file backwards compatible.
* TCP-upstream calculates tcp-ping so server selection works if there are
  alternatives.
* Unbound probes at EDNS1480 if there an EDNS0 timeout.

Bug Fixes:

* Fix for VU#209659 CVE-2011-4528: Unbound denial of service vulnerabilities
  from nonstandard redirection and denial of existence
  http://www.unbound.net/downloads/CVE-2011-4528.txt
* Fix for tcp-upstream and ssl-upstream for if a laptop sleeps,
  causes SERVFAILs. Also fixed for UDP (but less likely).
* Fix quartile time estimate, it was too low.
* Fix double free in unbound-host.
* fix -flto detection on Lion for llvm-gcc.
* [bugzilla: 416 ] Infra cache stores information about ping and lameness
  per IP, zone.
* [bugzilla: 415 ] Fix resolve of partners.extranet.microsoft.com with a fix
  for the server selection for choosing out of a (particular) list of bad
  choices.
* Fix make_new_space function so that the incoming query is not overwritten
  if a jostled out query causes a waiting query to be resumed that then fails
  and sends an error message.
* fix unbound-anchor for broken strptime on OSX lion, detected in configure.
* Detect if GOST really works, openssl1.0 on OSX fails.
* Implement ipv6%interface notation for scope_id usage.
* better documentation for inform_super.
* Fix for out-of-memory condition in libunbound.
* Fix --enable-allsymbols, it depended on link specifics of the target platform, or fptr_wlist assertion failures could occur.
* updated contrib/unbound_munin_ to family=auto so that it works with
  munin-node-configure automatically.
* Fix classification of NS set in answer section, where there is a
  parent-child server, and the answer has the AA flag for dir.slb.com.
* [bugzilla: 408 ] accept patch from Steve Snyder that comments out unused
  functions in lookup3.c.
* fix various compiler warnings.
* max sent count. EDNS1480 only for rtt < 5000. No promiscuous fetch if
  sentcount > 3, stop query if sentcount > 16. Count is reset when referral
  or CNAME happens. This makes unbound better at managing large NS sets,
  they are explored when there is continued interest (in the form of queries).
* remove uninit warning from cachedump code.
* Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
* fix infra cache comparison.
* Fix to constrain signer_name to be a parent of the lookupname.
* robust checks for next-closer NSEC3s.
* iana portlist updated.

(Ok'ed by wiz@)
2011-12-20 14:02:02 +00:00
wiz
401deb1bad Add a some missing header files and fix a cast.
Adapt for db4 update post 4.5.
Now dies with segfault during build:
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr
[1]   Abort trap (core dumped) ./cstoreqptest 0...
2011-12-20 13:42:47 +00:00
asau
81c6a323ac Build fix: pass stricter compiler checks. 2011-12-20 13:19:00 +00:00
obache
1019a3b860 Back to use builtin com_err if builtin krb5 is preferred. 2011-12-20 11:59:46 +00:00
wiz
0ad7524b22 Fix build with gcc-4.5. 2011-12-20 10:35:09 +00:00
wiz
2e4c644a7a regen 2011-12-20 10:35:03 +00:00
sbd
bc0ec95a4f snownews does not suppert wide-curses. 2011-12-20 09:32:22 +00:00
wiz
e6290a593e Remove i386-netbsdpe. 2011-12-20 09:17:01 +00:00
cheusov
245591de47 HOMEPAGE was added (PR 45726)
Fixes for pkglint warnings.
2011-12-20 09:07:10 +00:00
asau
6bc8e48f5f Requires libffi when using ECL. 2011-12-20 08:23:12 +00:00
asau
bf5c753c11 Ignore compilation failure on CLISP: COMPILE-FILE returns failure-p
but CLISP doesn't list any errors.
2011-12-20 08:22:33 +00:00
dholland
a875ac78e9 xdm3d 2011-12-20 05:01:41 +00:00
dholland
6cd8959a8c This does not need libXp. PKGREVISION -> 4 2011-12-20 05:00:58 +00:00
dholland
f37dec30f3 +R-geoR-1.7.1 2011-12-20 04:36:05 +00:00
dholland
c8a7da98a4 Update MASTER_SITES; distfile has been moved to the archives as a new
version is out.
2011-12-20 04:35:44 +00:00
dholland
5496ed3a0d Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-20 03:11:19 +00:00
dholland
94b251965f removed i386-netbsdpe 2011-12-20 02:37:41 +00:00
dholland
cb7aa9a7e6 Garbage-collect cross/i386-netbsdpe. The corresponding code in base
that this was meant to support never amounted to much and was removed
some time back. The package is also severely outdated and no longer
buildable.
2011-12-20 02:36:54 +00:00
gdt
c48a03ca8d Depend on php-dom, for CALDAV support.
The use of CALDAV (but not the builtin calendar) requires php classes
that are, in pkgsrc, part of php-dom.

ok ryoon@.
2011-12-20 01:59:44 +00:00
obache
374dd87771 Note update of firefox36 and related packages. 2011-12-20 00:52:08 +00:00
markd
fa40cfe02d s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
2011-12-19 22:27:04 +00:00
ryoon
c500c968c0 Try to fix build.
* Merge checks in emacs20's patch-ab. Fix PR pkg/45669 like problem.
* Now I have gotten temacs sagfault, maybe related to PR pkg/45716.
2011-12-19 21:36:07 +00:00
wiz
64b2e21956 Do not run the paragui test. This, for unexplicable reasons, opens an
SDL surface and fails if it can't.
2011-12-19 16:33:30 +00:00
wiz
960184240b Fix build with gcc-4.5 and on systems providing POSIX getline(). 2011-12-19 16:20:56 +00:00
wiz
40f1078a0d Depend on GNU readline because rl_event_hook is not provided by NetBSD's.
Fixes build failure on NetBSD.
2011-12-19 16:09:22 +00:00
wiz
5eecc126cf Fix build with gcc-4.5. 2011-12-19 15:58:40 +00:00
wiz
92ad4165f5 Update HOMEPAGE. 2011-12-19 15:53:38 +00:00
wiz
89a4b2b664 Fix build with gcc-4.5. 2011-12-19 15:52:18 +00:00
wiz
4769243699 Fix elvis-x11 build by depending on pkg-config.
XXX: This is a big mess.
elvis/Makefile is included by other packages, elvis-x11 sets an option...
2011-12-19 15:27:47 +00:00
hiramatsu
aad8a1cb28 Fix build with perl 5.14. 2011-12-19 15:26:51 +00:00
wiz
d92241c25f Fix libaudiofile recognition. Re-adds two executables that were not built.
Since this broke packaging, no PKGREVISION bump necessary.
2011-12-19 15:03:18 +00:00
asau
627ee491ce mount.cifs and umount.cifs were removed along with configure option.
This fixes packaging and installation on Linux.
2011-12-19 14:47:27 +00:00
wiz
de6e632e3c pkglint fix. 2011-12-19 14:36:28 +00:00
wiz
dbca96eb7d Fix build with gcc-4.5. 2011-12-19 14:19:43 +00:00
wiz
218bc14b92 Fix openssl breakage so this package can now progress to flex breakage. 2011-12-19 13:58:33 +00:00