Commit Graph

5712 Commits

Author SHA1 Message Date
landry
2c76ae67e6 Bump REVISION-tidy after dependency change. 2011-03-16 15:21:38 +00:00
jasper
cc694a1595 *** empty log message *** 2011-03-16 14:36:18 +00:00
jasper
2afd26a000 sync 2011-03-16 14:24:09 +00:00
jasper
00ff9d6d4d import p5-HTML-PrettyPrinter
HTML::PrettyPrinter produces nicely formatted HTML code from a HTML
syntax tree. It is especially useful if the produced HTML file shall be
read or edited manually afterwards. Various parameters let you adapt the
output to different styles and requirements.

ok sthen@
2011-03-16 14:21:04 +00:00
robert
20d44b0e9c Add some missing patches that were missed by the previous commit
and move back to KERN_PROC from KERN_PROC2 now that we can.
2011-03-16 10:52:46 +00:00
jasper
4ba5201769 Security fix for CVE-2011-1153
PECL phar Extension Format String Vulnerabilities

Fix from upstream svn
2011-03-16 07:21:01 +00:00
jasper
b6c0f742d6 be gone...unmaintained tidy, superseded by tidyp!
ok sthen@
2011-03-15 19:50:52 +00:00
jasper
82359535d8 - switch from www/tidy to www/tidyp which is API compatible
ok sthen@
2011-03-15 19:49:42 +00:00
jasper
5bc2b96975 - add symlink from bin/tidy to bin/tidyp as it's compatible and tidy will
be removed.

ok sthen@
2011-03-15 19:48:40 +00:00
jasper
fea118e40b - update p5-HTML-Tidy to 1.54
* switches to tidyp

maintainer timed-out
ok sthen@
2011-03-15 19:47:10 +00:00
dcoppa
10faa982d8 Update to predis-0.6.5 2011-03-15 16:08:20 +00:00
robert
ad1b662244 update to 10.0.648.133 2011-03-15 11:38:05 +00:00
jasper
d480b9f925 sync 2011-03-14 21:48:59 +00:00
jasper
82f74abc03 import p5-Alien-Tidyp 1.4.6
Helper module to locate tidyp library on your system.

ok sthen@
2011-03-14 21:48:16 +00:00
jeremy
906d642ec7 Bump version to 3.1.0. Install man page into standard directory to
avoid errors when upgrading/removing package.

OK landry@
2011-03-14 20:45:10 +00:00
jeremy
55da58ef30 Bump version to 3.4.0. Install man pages into standard directory to
avoid errors when upgrading/removing package.

OK landry@
2011-03-14 20:44:19 +00:00
landry
8983f0fa23 Update to midori 0.3.3. 2011-03-14 18:57:21 +00:00
jeremy
81a9edf0e1 Backport a patch from upstream git that fixes a backtrace on exit.
Problem reported by Clint Pachl.

OK landry@
2011-03-14 17:58:06 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
jasper
211549b939 - don't use FULLPKGNAME in PFRAG.shared.. 2011-03-13 19:24:13 +00:00
jasper
85d68d9b20 - update to 3.1.7
from brad
ok william@ (MAINTAINER)
2011-03-13 17:39:36 +00:00
dcoppa
bbd348b237 Fix a bug causing a crash on OpenBSD.
Problem reported by a user on the #canto irc channel.
Patch by Jack Miller <jack@codezen.org> (upstream developer)

OK landry@, jasper@
2011-03-13 09:36:24 +00:00
sthen
90ed2c7b63 update w3m to 0.5.3, additional testing + ok pirofti@ 2011-03-12 23:20:16 +00:00
landry
406fb77712 Update to midori 0.3.2. 2011-03-12 12:51:25 +00:00
pirofti
17f7528b4c Update to minitube-1.4.
From Antti Harri, thanks!

``"Hands Commercial" works, that's all I use youtube for. ok with me''
	-- jasper@
2011-03-10 22:52:15 +00:00
jasper
afcbfa7e6b sync 2011-03-10 19:34:22 +00:00
jasper
7725a868f3 import tidyp 1.04 (which is a forked continuation for tidy, ports will be migrated eventually)
tidyp is a program that can validate your HTML, as well as modify it to
be more clean and standard. tidyp does not validate HTML 5.
libtidyp is the library on which the program is based. It can be used by
any other program that can interface to it.

ok sthen@
2011-03-10 19:34:01 +00:00
landry
0df9a857bc Assorted tweaks in preparation for firefox 4:
* do some plumbing to allow one to build from {mozilla,comm}-central
 tarballs (aka alphas/betas)
* specialcase branch=~2.0 & branch=central for do-install: target and
 sqlite dependency (the latter will be removed when we enable
 UNLOCK_NOTIFY in systemwide sqlite)
* add --enable-profiling & --enable-debug-symbols to debug FLAVOR
* add a comment about why the builtin crashreporter is still disabled
 (basically, google breakpad need to be ported to *BSD)
* add MOZILLA_VERSION to SUBST_VARS
2011-03-10 16:45:42 +00:00
dcoppa
9f2ad3cb2a Adopt a patch that fixes a bug causing animated gifs to flicker
when using cairo 1.10.x and make mozilla-firefox and mozilla-thunderbird
build against systemwide cairo as it was with cairo 1.8.x.
Patch backported from FF4 branch by Rafal Muzylo <galtgendo@o2.pl>

https://bugzilla.mozilla.org/show_bug.cgi?id=597174
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/fix-animated-gifs.patch

OK landry@
2011-03-10 14:34:17 +00:00
jasper
27ef93b489 - update py-django to 1.2.5
from ryan boggs (MAINTAINER)
2011-03-10 09:29:10 +00:00
ajacoutot
073e9e6b72 These aren't needed either. 2011-03-09 19:37:47 +00:00
ajacoutot
564c909458 Remove now uneeded redirection. 2011-03-09 18:51:48 +00:00
sthen
d84119ab5b install the manpage, this also fixes chrome --help
ok robert@
2011-03-09 17:24:21 +00:00
pirofti
6213550486 Update youtube-dl to 2011.02.25c. Okay sthen@. 2011-03-09 12:45:23 +00:00
fgsch
cc4366f525 Update to 0.6.2.
maintainer (djm@) ok.
2011-03-09 11:39:01 +00:00
landry
6e7d76b1d6 add link to upstream bz for tracking 2011-03-09 06:59:36 +00:00
landry
45e4e60799 Fix RCS $Id$, from maintainer Nigel Taylor. 2011-03-08 21:51:27 +00:00
landry
ca7b877fa3 Assorted fixes for webkit :
- fix for mips64el by Todd Carson (thanks!)
- fix https://bugs.webkit.org/show_bug.cgi?id=38263 (don't prefetch dns
 on an empty hostname) from sthen@
- fix https://bugs.webkit.org/show_bug.cgi?id=55830 (Gif images
  flickering), tracked down by dhill@
2011-03-08 18:56:30 +00:00
sthen
0987955411 link p5-LWP-Protocol-socks, p5-Data-AMF, p5-IO-Socket-Socks 2011-03-07 23:42:55 +00:00
sthen
f4559f33d7 Import p5-LWP-Protocol-Socks, adding support for SOCKS proxies to p5-libwww.
From maintainer Nigel Taylor, small tweaks from me and jasper@, ok jasper@
2011-03-07 23:40:58 +00:00
jasper
1a27da868e - update cms made simple to 1.9.4
you must do a full backup/restore when upgrading,
please have a look at doc/UPGRADE.txt.
2011-03-07 19:46:19 +00:00
ajacoutot
94a9530d97 Bugfix update to gtkhtml3-3.32.2 and make it compile with new glib2/gtk+2. 2011-03-07 19:27:27 +00:00
jasper
cc29610abb Security fix for CVE-2011-1058,
MoinMoin "refuri" Cross-Site Scripting Vulnerability

Note that 'rst' is not the default parser, but available if docutils are installed. For more information see http://moinmo.in/SecurityFixes
2011-03-07 18:38:06 +00:00
giovanni
7f5a6c8651 Update to 1.2 2011-03-07 11:53:14 +00:00
ajacoutot
2dd913692e Long overdue update to transproxy-1.6 (fixes a problem with posting
large amount of data amongst other things).

Add an rc.d(8) script.
Add a _tproxy user/group and make tproxy runs as this user by default.
Remove jakob@ from maintainer per his request.

While here, do some cleanings:
* clean-up indent
* don't overwrite CC, CFLAGS and PREFIX
* fix patch naming
* fix a wording in DESCR
* comment tproxyrun and tproxywatch, they are useless under OpenBSD
2011-03-07 07:25:40 +00:00
fgsch
64d11d620e Update to Jinja2 2.5.5. djm@ (maintainer) ok. 2011-03-06 22:57:03 +00:00
sthen
b99b473f2e update to 0.62, rolling in the patch to graph_defaults.inc 2011-03-06 13:55:57 +00:00
sthen
7e5c89bcbc WANTLIB+=kvm and bump, ok robert@ 2011-03-05 20:12:35 +00:00
sthen
77f9dcfc47 update syweb to 0.61 and add a patch so that cpu graphs on single-cpu
systems aren't broken.
2011-03-05 13:43:00 +00:00
jasper
cae9a5e207 - Security update of phpmyadmin to 3.3.9.2, fixes CVE-2011-0987.
ok kevlo@ (MAINTAINER)
2011-03-04 07:57:39 +00:00