aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r503790 r503811Jan Beich2019-06-137-284/+9
| | | | | | | | | | | | | | | devel/libevent2: update to 2.1.10 Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.10-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 238127 Reported by: GitHub (watch releases) Tested by: pkubaj (powerpc64) Approved by: maintainer timeout (2 weeks) Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=504052
* MFH: r499857Josh Paetzel2019-05-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 5.1 https://github.com/yaml/pyyaml/blob/5.1/announcement.msg ======================= Announcing PyYAML-5.1 ======================= A new MAJOR RELEASE of PyYAML is now available: https://pypi.org/project/PyYAML/ This is the first major release of PyYAML under the new maintenance team. Among the many changes listed below, this release specifically addresses the arbitrary code execution issue raised by: https://nvd.nist.gov/vuln/detail/CVE-2017-18342 (See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation for complete details). ... PR: 237501 Reported by: sergey@akhmatov.ru Approved by: ports-secteam (joneum) Security: f6ea18bb-65b9-11e9-8b31-002590045d9c Notes: svn path=/branches/2019Q2/; revision=502966
* MFH: r499101 r499116 r502628Tobias C. Berner2019-05-252-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build when using GCC. Needed by GCC architectures. Tested for no breakage on amd64 with Clang. PR: 235921 Reviewed by: tcberner Approved by: tcberner (mentor) devel/qt5: Follow-up to r499101 - Move the GCC related path fix into freebsd-g++/qmake.conf Otherwise the inclusion of the GCC path would break clang based systems when gcc-${GCC_DEFAULT} was installed. - This might break GCC architectures again, and if so, that will be fixed in a follow up commit. PR: 235921 qt5: fix build on gcc architectures - the sed call was only replacing one of the %%LOCALBASE%% by ${LOCALBASE}, due to the missing 'g' flag to the sed call. - with this change the gcc architectures should be able to build Qt5 again. PR: 237745 Submitted by: Mark Millard <marklmi26-fbsd@yahoo.com>, jwb Reported by: pkubaj Approved by: ports-secteam (joneum via irc) Notes: svn path=/branches/2019Q2/; revision=502634
* MFH: r501964 devel/py-cbor2: Remove Python 3 support restrictionKubilay Kocak2019-05-243-4/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package supports Python 3.x support, so allow it accordingly. It is required for an upcoming www/py-autobahn update (Python 2/3 compatible). During QA, a UnicodeDecodeError was observed running tests under Python 3: File "/usr/local/lib/python3.6/site-packages/py/_vendored_packages/iniconfig.py", line 82, in _parse for lineno, line in enumerate(line_iter): File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 165: ordinal not in range(128) pytest uses the py package, which vendors the iniconfig package, which isn't unicode aware [1][2][3]. Patch out unicode characters from setup.cfg accordingly until it's resolved. While investigating the cause of the above issue, a fix for setup.cfg's encoding was identified, which removes the need to set the locale via USE_LOCALE so remove it accordingly. While I'm here: - Pet portlint, spurious space at end of line in pkg-descr - Add LICENSE_FILE/TEST_DEPENDS/test target/NO_ARCH [1] https://github.com/pytest-dev/pytest/issues/3799 [2] https://github.com/RonnyPfannschmidt/iniconfig/issues/5 [3] https://github.com/RonnyPfannschmidt/iniconfig/issues/4 portlint: OK (looks fine.) porttest: OK (poudriere: 12amd64{py36,py27}) maketest: 215 passed, 1 skipped in 3.29 seconds (Python 2.7) maketest: 209 passed, 7 skipped in 3.07 seconds (Python 3.6) Approved by: portmgr (blanket: ports/framework compliance) Approved by: ports-secteam (joneum, blanket: ports/framework compliance) Notes: svn path=/branches/2019Q2/; revision=502449
* MFH: devel/py-buildbot{-*}: Update to 2.2.0 (r500101 r500102 r500578)Kubilay Kocak2019-05-2416-104/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buildbot: - Now python 3 only (3.5+) - Add missing tests_requires to setup.py buildbot-worker: - Retains Python 2/3 compatibility - Remove setup.py patch (upstreamed) Changelog: https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-2-0-2019-04-07 Security: 5536ea5f-6814-11e9-a8f7-0050562a4d7b Unbreak devel/py-buildbot-*: Limit to Python 3.5+ These packages only support Python 3.x [1], currently failing to build: File "/usr/local/lib/python2.7/site-packages/buildbot_pkg.py", line 254, in run super().run() TypeError: super() takes at least 1 argument (0 given) antoine@ fixed fallout in py-buildbot-www in ports r500102 [1] https://github.com/buildbot/buildbot/commit/403722c20e7f96707be3d15db54b25f472b8a525 Reported by: pkg-fallout Approved by: ports-secteam (joneum (r500101), blanket: build fix) Notes: svn path=/branches/2019Q2/; revision=502446
* MFH: r499978 devel/py-posix_ipc: Update to 1.0.4Kubilay Kocak2019-05-243-16/+19
| | | | | | | | | | | Changelog: http://semanchuk.com/philip/posix_ipc/history.html Approved by: ports-secteam (bugfix release(s)) Notes: svn path=/branches/2019Q2/; revision=502445
* MFH: r499452 devel/py-fabric: Update to 1.14.1Kubilay Kocak2019-05-243-9/+10
| | | | | | | | | | | | | | | | | - Rejig test invocation to exclude a test that hangs - Update pkg-descr WWW to https://, where it redirects to Changelog: https://www.fabfile.org/changelog-v1.html PR: 235194 Submitted by: Dani <i.dani outlook com> Approved by: ports-secteam (blanket: bugfix release(s)) Notes: svn path=/branches/2019Q2/; revision=502434
* MFH: r499435 devel/libhtp: Update to 0.5.30Kubilay Kocak2019-05-242-7/+7
| | | | | | | | | | | | | | Changelog: https://github.com/OISF/libhtp/blob/0.5.30/ChangeLog PR: 233385 Submitted by: Lorenzo Salvadore <phascolarctos protonmail ch> Approved by: ports-secteam (blanket: bug fix release(s)) Notes: svn path=/branches/2019Q2/; revision=502433
* MFH: r501697Guido Falsi2019-05-151-1/+2
| | | | | | | | | | | | | Add explicit build depend on python, since it's actually used during the install phase. PR: 237862 Submitted by: Christopher <inbox@alleghenycomputer.com> Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=501700
* MFH: r501606Jan Beich2019-05-142-4/+4
| | | | | | | | | | devel/rust-cbindgen: update to 0.8.7 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.6...v0.8.7 Approved by: ports-secteam blanket (required by Firefox 68) Notes: svn path=/branches/2019Q2/; revision=501608
* MFH: r501536Guido Falsi2019-05-133-3/+11
| | | | | | | | | | | | | | | - Add USES=shebangfix where required in geany and geany-plugin-* ports. This fixes build issues reported by users [1] - Only bump PORTREVISION for geany-plugin-geanypy since the file modified in it by shebangfix is actually installed with the pkg PR: 237862 [1] Submitted by: Christopher <inbox@alleghenycomputer.com> Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q2/; revision=501537
* MFH: r501081Jan Beich2019-05-092-4/+4
| | | | | | | | | | devel/rust-cbindgen: update to 0.8.6 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.3...v0.8.6 Approved by: ports-secteam blanket (required by Firefox 68) Notes: svn path=/branches/2019Q2/; revision=501082
* MFH: r497777 r498215 r498433 r498620 r498778 r498828 r499416 r499701 r500618 ↵Jan Beich2019-05-092-5/+4
| | | | | | | | | | | | r500761 r500838 r500939 r501059 devel/git-cinnabar: update to 0.5.1 Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...0.5.1 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=501060
* MFH: r500916Torsten Zuehlsdorff2019-05-072-4/+4
| | | | | | | | | | | | | | | | devel/aphpunit: Upgrade from 1.7 to 1.8 Changelog: - Bugfix: now exit with code 1, if no test-cases were found - Bugfix: now exit with code 1, if not a single assertion was performed - Bugfix: detected PHP errors are no longer unhandled. They are no reported as error Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=500953
* MFH: r500873Antoine Brodin2019-05-051-0/+2
| | | | | | | | | Mark BROKEN: unfetchable Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=500874
* MFH: r499891Antoine Brodin2019-04-241-0/+2
| | | | | | | | | Mark BROKEN on i386 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=499892
* MFH: r499832Antoine Brodin2019-04-241-0/+2
| | | | | | | | | Mark BROKEN on i386 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=499833
* MFH: r499767Mark Linimon2019-04-231-1/+0
| | | | | | | | | | | Now builds on aarch64. PR: 237432 Submitted by: Greg V <greg at unrelenting dot technology> Approved by: portmgr (tier-2 blanket) Notes: svn path=/branches/2019Q2/; revision=499768
* MFH: r499649Antoine Brodin2019-04-221-0/+3
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=499650
* MFH: r497977Steve Wills2019-04-192-6/+5
| | | | | | | | | | | | | | | | | | | | | Fix build with clang 8. Workaround clang 8 compile issues on head. Note that this requires changes to the kernel source tree in r345196. While here, switch to using a date for the version number since there are no real version numbers in the git repository. This doesn't use the 'g' prefix since the older versions that already exist would sort after it. PR: 236207 Reviewed by: swills, jrm Differential Revision: https://reviews.freebsd.org/D19602 Approved by: ports-secteam (implicit) Notes: svn path=/branches/2019Q2/; revision=499384
* MFH: r499211Jan Beich2019-04-182-4/+4
| | | | | | | | | | | | | devel/icu: update to 64.2 Changes: https://github.com/unicode-org/icu/releases/tag/release-64-2 Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Approved by: ports-secteam blanket (required by Firefox 60.7esr) Notes: svn path=/branches/2019Q2/; revision=499319
* MFH: r499065Jan Beich2019-04-161-1/+1
| | | | | | | | | devel/android-tools-simpleperf: chase homepage Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q2/; revision=499069
* MFH: r498995Mark Linimon2019-04-158-13/+0
| | | | | | | | | These ports now build on powerpc64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/branches/2019Q2/; revision=498997
* MFH: r498770Jan Beich2019-04-121-0/+12
| | | | | | | | | | | | | | | devel/icu: unbreak on big-endian after r496981 gmake[2]: *** No rule to make target 'out', needed by 'out/icudt64b.dat'. Stop. gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source/data' PR: 236860 Reported by: Piotr Kubaj, pkg-fallout Obtained from: Gentoo Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q2/; revision=498771
* MFH: r498576Li-Wen Hsu2019-04-122-4/+4
| | | | | | | | | | | | | - Update to 2.164.2 Approved by: swils (maintainer, implicitly) Security: 8e9c3f5a-715b-4336-8d05-19babef55e9e Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=498738
* MFH: r498571Li-Wen Hsu2019-04-122-4/+4
| | | | | | | | | | | | | - Update to 2.172 MFC after: 2 weeks Security: 8e9c3f5a-715b-4336-8d05-19babef55e9e Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=498737
* MFH: r498360Matthias Fechner2019-04-122-5/+5
| | | | | | | | | Changed the build order that the port also works with bundler version 2. Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q2/; revision=498714
* MFH: r498468Luca Pizzamiglio2019-04-122-4/+4
| | | | | | | | | | | | devel/pecl-xdebug: Update to 2.7.1 Changelog: https://xdebug.org/updates.php#x_2_7_1 Sponsored by: trivago N.V. Approved by: portmgr ports-secteam Notes: svn path=/branches/2019Q2/; revision=498710
* MFH: r498336Tobias Kortkamp2019-04-081-1/+2
| | | | | | | | | | | | | | | | | | | devel/ccls: Fix build with multiple llvm* packages installed Apparently it is possible for the build to pick multiple LLVM versions if LLVM_DIR is not explicitly set similar to Clang_DIR. $ grep llvm $(make -V CONFIGURE_WRKSRC)/CMakeCache.txt Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm PR: 237089 Submitted by: fullermd@over-yonder.net Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q2/; revision=498337
* MFH: r498205Antoine Brodin2019-04-061-0/+1
| | | | | | | | | Mark BROKEN on i386 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=498206
* MFH: r498195Antoine Brodin2019-04-061-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=498196
* MFH: r498186Antoine Brodin2019-04-061-0/+5
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=498187
* MFH: r498152Antoine Brodin2019-04-061-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=498153
* MFH: r497993Jan Beich2019-04-055-13/+40
| | | | | | | | | | | | | | devel/guichan: fix underlinking of external dependencies ld: error: /usr/local/lib/libguichan_allegro.so: undefined reference to destroy_font ld: error: /usr/local/lib/libguichan_opengl.so: undefined reference to glBindTexture ld: error: /usr/local/lib/libguichan_sdl.so: undefined reference to SDL_FillRect ld: error: /usr/local/lib/libguichan_sdl.so: undefined reference to IMG_Load Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q2/; revision=497994
* MFH: r497954Torsten Zuehlsdorff2019-04-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update PHP 7.3 from 7.3.3 to 7.3.4 Changelog: Core: Fixed bug #77738 (Nullptr deref in zend_compile_expr). Fixed bug #77660 (Segmentation fault on break 2147483648). Fixed bug #77652 (Anonymous classes can lose their interface information). Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection). Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini). Apache2Handler: Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). Bcmath: Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). CLI Server: Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost). COM: Fixed bug #77578 (Crash when php unload). EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). FPM: Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). GD: Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). MySQLi: Fixed bug #77597 (mysqli_fetch_field hangs scripts). Opcache: Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). PCRE: Fixed bug #76127 (preg_split does not raise an error on invalid UTF-8). Phar: Fixed bug #77697 (Crash on Big_Endian platform). phpdbg: Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). sodium: Fixed bug #77646 (sign_detached() strings not terminated). SQLite3: Added sqlite3.defensive INI directive. Standard: Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). Fixed bug #77669 (Crash in extract() when overwriting extracted array). Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). Fixed bug #77765 (FTP stream wrapper should set the directory as executable). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.4 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q2/; revision=497958
* MFH: r497953Torsten Zuehlsdorff2019-04-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update PHP 7.2 from 7.2.16 to 7.2.17 Changelog: Core: Fixed bug #77738 (Nullptr deref in zend_compile_expr). Fixed bug #77660 (Segmentation fault on break 2147483648). Fixed bug #77652 (Anonymous classes can lose their interface information). Fixed bug #77676 (Unable to run tests when building shared extension on AIX). Bcmath: Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). COM: Fixed bug #77578 (Crash when php unload). Date: Fixed bug #50020 (DateInterval:createDateFromString() silently fails). Fixed bug #75113 (Added DatePeriod::getRecurrences() method). EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). FPM: Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). GD: Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). MySQLi: Fixed bug #77597 (mysqli_fetch_field hangs scripts). Opcache: Fixed bug #77691 (Opcache passes wrong value for inline array push assignments). Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). phpdbg: Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). sodium: Fixed bug #77646 (sign_detached() strings not terminated). SQLite3: Added sqlite3.defensive INI directive. Standard: Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). Fixed bug #77669 (Crash in extract() when overwriting extracted array). Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). Fixed bug #77765 (FTP stream wrapper should set the directory as executable). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.17 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q2/; revision=497957
* MFH: r497952Torsten Zuehlsdorff2019-04-051-1/+0
| | | | | | | | | | | | | | | | | | | Update PHP 7.1 from 7.1.27 to 7.1.28 Changelog: EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). SQLite3: Added sqlite3.defensive INI directive. Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.28 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q2/; revision=497956
* MFH: r497933Antoine Brodin2019-04-051-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497934
* MFH: r497476Jan Beich2019-04-052-4/+4
| | | | | | | | | | | devel/renpy: update to 7.2.2 Changes: https://www.renpy.org/release/7.2.2 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-2-2 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=497900
* MFH: r497827Antoine Brodin2019-04-041-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497828
* MFH: r497765Antoine Brodin2019-04-031-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497766
* MFH: r497692Antoine Brodin2019-04-031-0/+2
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497693
* MFH: r497681Antoine Brodin2019-04-031-0/+3
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497682
* MFH: r497679Antoine Brodin2019-04-031-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497680
* MFH: r497666Antoine Brodin2019-04-031-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497667
* MFH: r497647Antoine Brodin2019-04-031-1/+8
| | | | | | | | | Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497648
* MFH: r497535Jan Beich2019-04-022-5/+5
| | | | | | | | | | devel/git-cinnabar: update to 0.5.0.110 Changes: https://github.com/glandium/git-cinnabar/compare/d486d5c...ddd4e3b Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=497564
* MFH: r497496Antoine Brodin2019-04-012-5/+7
| | | | | | | | | Revert r497404, it breaks some ports depending on it Reported by: pkg-fallout Notes: svn path=/branches/2019Q2/; revision=497497
* devel/ccls: Update to 0.20190314Tobias Kortkamp2019-03-312-9/+7
| | | | | | | Changes: https://github.com/MaskRay/ccls/releases/tag/0.20190314 Notes: svn path=/head/; revision=497444
* devel/awscli: Update 1.16.131 -> 1.16.135Bradley T. Hughes2019-03-312-5/+5
| | | | | | | Sponsored by: Miles AS Notes: svn path=/head/; revision=497442