Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
28.0.1500.95 05 Aug 2013 07:50:56 |
rene |
Fix build without base GCC
Submitted by: avg |
28.0.1500.95 03 Aug 2013 16:17:05 |
rene |
- Update to 28.0.1500.95 [1]
- FreeBSD 9 has a new enough binutils in base, use that [2]
PR: ports/180974 [2]
Submitted by: Ilia Skalozubov <skinc@skinc.ru>
Security: http://vuxml.freebsd.org/freebsd/69098c5c-fc4b-11e2-8ad0-00262d5ed8ee.html
[2] |
28.0.1500.71_2 02 Aug 2013 08:29:23 |
rene |
Properly detect and use clang from ports on FreeBSD < 9.2.
Bump PORTREVISION |
28.0.1500.71_1 30 Jul 2013 18:33:20 |
rene |
Use clang from ports on FreeBSD < 9.2 to prevent
non-clickable links in tables.
While here remove no-op MAKE_JOBS_SAFE
Bump PORTREVISION
Submitted by: George Liaskos |
28.0.1500.71 19 Jul 2013 23:39:43 |
jkim |
Fix build with Clang and make it default again.
Tested by: Mike Jakubik <mike.jakubik@intertainservices.com>, RedPorts |
28.0.1500.71 18 Jul 2013 22:06:21 |
rene |
- Update to 28.0.1500.71 [1]
- Limit to python 2.X [2]
- Convert to USES=gmake
- Drop dependency on libspeechd, enable webrtc [3]
- Use GCC 4.6+ again [4]
Submitted by: George Liaskos [1,3]
eadler [2]
Discussed with: George Liaskos [4]
Security: http://vuxml.org/freebsd/3b80104f-e96c-11e2-8bac-00262d5ed8ee.html [1] |
27.0.1453.116 20 Jun 2013 09:17:58 |
rene |
Update to 27.0.1453.116 (bugfixes) |
27.0.1453.110_1 09 Jun 2013 18:55:01 |
rene |
- Fix typo in files/chromium-browser.desktop.in, which caused
update-desktop-database to print an error each time it was run
(also for other ports).
- Bump PORTREVISION |
27.0.1453.110 05 Jun 2013 10:36:27 |
rene |
Update to 27.0.1453.110
Security: http://www.vuxml.org/freebsd/4865d189-cd62-11e2-ae11-00262d5ed8ee.html |
27.0.1453.93_1 03 Jun 2013 17:55:12 |
rene |
Use the FreeBSD API key, this enables webservices like e.g. Google Sync and
Geolocation.
Note that the key is for FreeBSD use ONLY.
Submitted by: George Liaskos
Approved by: Pawel Hajdan <phajdan@google.com> |
27.0.1453.93 29 May 2013 08:41:48 |
rene |
Manually install the desktop file instead of using DESKTOP_ENTRIES, this
allows to set the MimeTypes.
PR: ports/175369 (still open)
Submitted by: Lawrence Chen (lchen@zen.lhaven.homeip.net)
The BSD Dreamer (beastie@tardisi.com) |
27.0.1453.93 27 May 2013 19:56:17 |
rene |
Fix build with GCC 4.7
Submitted by: Michael Moll via github (pull request #1) |
27.0.1453.93 21 May 2013 13:13:55 |
rene |
Update to 27.0.1453.93 |
27.0.1453.81 14 May 2013 21:10:15 |
rene |
Update to 27.0.1453.81
Note that this is still a beta version, and that the sysctl
kern.ipc.shm_allow_removed must be set to 1 for correct operation.
Port changes:
- add dependency on accessibility/speech-dispatcher for libspeechd
- use internal libvpx
- update disk space requirements
- add pkg-message for the above sysctl
Submitted by: George Liaskos
Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html |
25.0.1364.172_1 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
25.0.1364.172 25 Apr 2013 21:31:24 |
rene |
Use clang as the default compiler instead of GCC 4.6+
Add a patch to make clang 3.3 r178606+ happy [1]
Obtained from: upstream libyuv [1] |
25.0.1364.172 23 Apr 2013 08:03:59 |
rene |
Convert USE_PKGCONFIG |
25.0.1364.172 13 Mar 2013 12:56:26 |
rene |
- Update to 25.0.1364.172 (bugfixes)
- Pet portlint |
25.0.1364.160 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
25.0.1364.160 08 Mar 2013 10:01:16 |
rene |
Update to 25.0.1364.160
Security: http://www.vuxml.org/freebsd/54bed676-87ce-11e2-b528-00262d5ed8ee.html |
25.0.1364.152 06 Mar 2013 23:31:58 |
rene |
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers. |
25.0.1364.152 06 Mar 2013 00:48:35 |
rene |
Update to 25.0.1364.152
Security: 40d5ab37-85f2-11e2-b528-00262d5ed8ee |
25.0.1364.97 26 Feb 2013 23:12:04 |
kwm |
Build fix for FreeBSD 8 and 9 on i386.
Submitted by: rene@ (maintainer) |
25.0.1364.97 23 Feb 2013 00:37:26 |
rene |
Update to 25.0.1364.97, some new features are:
- Improvements in managing and securing extensions
- Better support for HTML5 time/date inputs
- JavaScript Web Speech API support
- Better WebGL error handling
MathML is disabled in this release for security reasons.
Submitted by: George Liaskos
Security: http://www.vuxml.org/freebsd/dfd92cb2-7d48-11e2-ad48-00262d5ed8ee.html |
24.0.1312.57_2 16 Feb 2013 10:08:55 |
rene |
Unbreak audio : Let ALSA enumerate audio devices rather than iterating
over physical devices.
Bump PORTREVISION
Submitted by: George Liaskos
Obtained from: http://crrev.com/11533016 |
24.0.1312.57_1 04 Feb 2013 21:39:41 |
rene |
- revert r310861, which seems to cause IPC memory leaks.
- bump PORTREVISION
Discussed on: freebsd-chromium |
24.0.1312.57 31 Jan 2013 14:34:49 |
rene |
Update to 24.0.1312.57
While here, let the desktop file pass the URL to the chrome binary. |
24.0.1312.56 23 Jan 2013 21:14:45 |
rene |
Update to 24.0.1312.56
This release also fixes performance of mouse wheel scrolling (crbug 160122)
and a regression with visited links (crbug 160025).
Security: http://www.vuxml.org/freebsd/8d03202c-6559-11e2-a389-00262d5ed8ee.html |
24.0.1312.52_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
24.0.1312.52 23 Jan 2013 11:34:09 |
rene |
Remove shared memory keys only if no segments are attached.
This fixes a bug when kern.ipc.shm_allow_removed was set to 0.
Submitted by: George Liaskos |
24.0.1312.52 22 Jan 2013 23:13:41 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days) |
24.0.1312.52 13 Jan 2013 10:43:29 |
rene |
Fix build with clang 3.1
Submitted by: cy@ |
24.0.1312.52 11 Jan 2013 01:14:52 |
rene |
Update to 24.0.1312.52, which add support for MathML.
FreeBSD-specific improvements:
- working WiFi geolocation [1] (can be turned off in preferences)
- fix build with clang (use external libvpx)
- use SysV SHM model and where possible OS_BSD, which saves some patches
- no need to use ZygoteProcess switch
HTML5 audio is currently broken.
PR: ports/174402 [1]
Submitted by: J.R. Oldroyd <fbsd@opal.com> [1]
Security: http://www.vuxml.org/freebsd/46bd747b-5b84-11e2-b06d-00262d5ed8ee.html |
23.0.1271.97 12 Dec 2012 12:21:35 |
rene |
- Update to 23.0.1271.97
- Revert previous empty() vs negation check for options [1]
Obtained
from: http://googlechromereleases.blogspot.nl/search/label/Stable%20updates/
Security: 51f84e28-444e-11e2-8306-00262d5ed8ee
Requested by: danfe [1] |
23.0.1271.95 09 Dec 2012 11:44:08 |
rene |
Use empty() instead of negation to check for non-set options. |
23.0.1271.95 30 Nov 2012 13:05:44 |
rene |
Update to 23.0.1271.95
Security: http://www.vuxml.org/freebsd/5af51ae9-3acd-11e2-a4eb-00262d5ed8ee.html
Feature safe: yes |
23.0.1271.91 29 Nov 2012 14:10:36 |
rene |
The renderer sandbox is unused so avoid the call to GetInstance()
This prevents a crash at startup when Chromium is built in debug mode.
Submitted by: George Liaskos
Feature safe: yes |
23.0.1271.91 27 Nov 2012 17:43:33 |
rene |
Update to 23.0.1271.91
Security: http://www.vuxml.org/freebsd/4d64fc61-3878-11e2-a4eb-00262d5ed8ee.html
Feature safe: yes |
23.0.1271.64_1 15 Nov 2012 22:30:46 |
rene |
- Fix font rendering issues.
- Bump PORTREVISION
Submitted by: George Liaskos
Feature safe: yes |
23.0.1271.64 08 Nov 2012 10:08:38 |
rene |
Re-update amount of free diskspace needed for the build.
Submitted by: osa
Feature safe: yes |
23.0.1271.64 08 Nov 2012 00:10:16 |
rene |
Update to 23.0.1271.64
Submitted by: George Liaskos
Security: http://www.vuxml.org/freebsd/209c068d-28be-11e2-9160-00262d5ed8ee.html
Feature safe: yes |
22.0.1229.94 24 Oct 2012 09:37:01 |
rene |
Update disk space requirements for a normal build.
Submitted by: osa
Feature safe: yes |
22.0.1229.94 10 Oct 2012 22:44:41 |
rene |
Update to 22.0.1229.94
Security: http://www.vuxml.org/freebsd/09e83f7f-1326-11e2-afe3-00262d5ed8ee.html
Feature safe: yes |
22.0.1229.92 09 Oct 2012 07:17:09 |
rene |
Update to 22.0.1229.92
While here pet portlint.
Security: http://www.vuxml.org/freebsd/e6161b65-1187-11e2-afe3-00262d5ed8ee.html |
22.0.1229.79 07 Oct 2012 08:59:36 |
rene |
Cleanup Makefile header. |
22.0.1229.79 02 Oct 2012 19:00:33 |
rene |
Update to 22.0.1229.79
Submitted by: George Liaskos
Security: http://www.vuxml.org/freebsd/5bae2ab4-0820-11e2-be5f-00262d5ed8ee.html |
21.0.1180.89 23 Sep 2012 10:49:46 |
rene |
Mark IGNORE on FreeBSD 7.X, incompatible libusb |
21.0.1180.89 31 Aug 2012 06:09:26 |
rene |
- Update to 21.0.1180.89
- Use pkgconf
- List gcrypt as a library dependency, not as a runtime dependency
Security: http://www.vuxml.org/freebsd/ee68923d-f2f5-11e1-8014-00262d5ed8ee.html |
21.0.1180.81 28 Aug 2012 20:25:57 |
rene |
- Update to 21.0.1180.81
- Drop build dependency on devel/subversion
Submitted by: George Liaskos
Security: CVE-2012-[2846-2860], CVE-2012-[2862-2863] |
20.0.1132.57 15 Jul 2012 23:56:20 |
rakuco |
Disable clang plugins to fix the build with WITH_CLANG.
PR: ports/169816
Submitted by: George Liaskos <geo.liaskos gmail com> |
20.0.1132.57 12 Jul 2012 21:19:33 |
rakuco |
Fix patch-third_party__WebKit__Source__WebCore__config.h
Submitted by: Jan Henrik Sylvester <me at janh de> |
20.0.1132.57 12 Jul 2012 09:19:26 |
rene |
Update to 20.0.1132.57
Submitted by: George Liaskos |
19.0.1084.56_1 11 Jun 2012 22:39:21 |
rene |
- Disable backtrace from libexecinfo which causes chrome to crash when compiled
with release CFLAGS under i386.
- Bump PORTREVISION
Submitted by: George Liaskos |
19.0.1084.56 10 Jun 2012 13:31:43 |
rene |
Update to 19.0.1084.56 (bugfix release) |
19.0.1084.52_2 05 Jun 2012 17:12:54 |
rene |
- Convert to new options framework
- Use GCC 4.6+ if not using Clang
- Remove some now obsolete IGNORE checks
- Strip library versions from LIB_DEPENDS to pet portlint |
19.0.1084.52_2 03 Jun 2012 19:10:17 |
rene |
- Remove build dependency on lang/p5-Switch for Perl 5.14+ , the
generate-webkitversion.pl script no longer needs it.
PR: ports/168474
Submitted by: Zhihao Yuan |
19.0.1084.52_1 03 Jun 2012 19:08:42 |
rene |
- Fix build on non-SSE3-capable CPUs by correctly setting the gyp gcc_version
variable.
- Remove our base GCC specific settings.
Submitted by: George Liaskos
Obtained from: http://trillian.chruetertee.ch/chromium/changeset/342 |
19.0.1084.52_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
19.0.1084.52 28 May 2012 22:29:09 |
rene |
Update to 19.0.1084.52
Note that this version will not yet build on i386 boxes without (S)SSE3.
Submitted by: George Liaskos
Security:
http://www.vuxml.org/freebsd/1449af37-9eba-11e1-b9c1-00262d5ed8ee.html |
18.0.1025.168 01 May 2012 20:04:43 |
rene |
Update to 18.0.1025.168
Security:
http://www.vuxml.org/freebsd/94c0ac4f-9388-11e1-b242-00262d5ed8ee.html |
18.0.1025.162 30 Apr 2012 15:26:00 |
rene |
Fix build with pulseaudio.
Obtained from: http://code.google.com/p/chromium/issues/detail?id=111392
via Meowthink |
18.0.1025.162 30 Apr 2012 08:14:30 |
rene |
Fix build on 7.4-RELEASE
Note that 7.4-STABLE after log2() and log2f() were MFC'd is still broken
due to conflicting definitions of these functions (no __FreeBSD_version bump).
Submitted by: pointyhat via pav |
18.0.1025.162 13 Apr 2012 19:56:50 |
rene |
Update to 18.0.1025.162 |
18.0.1025.151 05 Apr 2012 22:06:38 |
rene |
- Update to 18.0.1025.151
- switch to gcc46 as compiler, clang appears to be too troublesome in practice
- add a patch to avoid fix SIGFPE crashes from protoc during the build [1]
Submitted by: theraven via #bsdports [1]
Security:
http://www.vuxml.org/freebsd/057130e6-7f61-11e1-8a43-00262d5ed8ee.html
Feature safe: yes |
18.0.1025.142 02 Apr 2012 18:46:29 |
rene |
Update build space requirements by 20%
Submitted by: osa@
Feature safe: yes |
18.0.1025.142 01 Apr 2012 00:50:57 |
rene |
Update to 18.0.1025.142
Note that clang is now the default compiler (GCC 4.6 is optionable), base GCC
became too old.
Submitted by: George Liaskos
Security:
http://www.vuxml.org/freebsd/b8f0a391-7910-11e1-8a43-00262d5ed8ee.html
Feature safe: yes |
17.0.963.83 22 Mar 2012 13:19:31 |
rene |
Update to 17.0.963.83
Security:
http://www.vuxml.org/freebsd/330106da-7406-11e1-a1d7-00262d5ed8ee.html
Feature safe: yes |
17.0.963.79 11 Mar 2012 12:47:42 |
rene |
Update to 17.0.963.79
Security:
http://www.vuxml.org/freebsd/ab1f515d-6b69-11e1-8288-00262d5ed8ee.html
Feature safe: yes |
17.0.963.78 09 Mar 2012 10:44:25 |
rene |
Update to 17.0.963.78
Security:
http://www.vuxml.org/freebsd/1015e1fe-69ce-11e1-8288-00262d5ed8ee.html
Feature safe: yes |
17.0.963.66 07 Mar 2012 22:29:06 |
rene |
Update to 17.0.963.66 (bugfix in DOM) |
17.0.963.65 06 Mar 2012 07:26:14 |
rene |
Update to 17.0.963.65
Security:
http://www.vuxml.org/freebsd/99aef698-66ed-11e1-8288-00262d5ed8ee.html |
17.0.963.56 16 Feb 2012 07:30:52 |
rene |
Update to 17.0.963.56
Security:
http://www.vuxml.org/freebsd/2f5ff968-5829-11e1-8288-00262d5ed8ee.html |
17.0.963.46_1 09 Feb 2012 23:08:04 |
rene |
Fix build after distfile reroll.
Pointy hat: rene |
17.0.963.46_1 09 Feb 2012 14:45:29 |
rene |
Reroll distfile, it was incorrectly rolled.
Bump PORTREVISION |
17.0.963.46 09 Feb 2012 12:53:01 |
rene |
Update to 17.0.963.46
Obtained from: Chromium Chruetertee development repository
Security:
http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html |
16.0.912.77 24 Jan 2012 14:58:27 |
rene |
Update to 16.0.912.77
Security:
http://www.vuxml.org/freebsd/33d73d59-4677-11e1-88cd-00262d5ed8ee.html |
16.0.912.75 10 Jan 2012 20:57:15 |
rene |
Fix warnings at the start of the build.
PR: ports/163921 (based on)
Submitted by: Shane Ambler [freebsd shaneware.biz]
Patched by: George Liaskos |
16.0.912.75 06 Jan 2012 22:35:40 |
rene |
Update to 16.0.912.75
Security:
http://www.vuxml.org/freebsd/1a1aef8e-3894-11e1-8b5c-00262d5ed8ee.html |
16.0.912.63 18 Dec 2011 19:50:31 |
rene |
Fix the pulseadio option (PULSEAUDIO instead of PULSE) and respect
WITHOUT_PULSEAUDIO.
PR: ports/163277
Submitted by: Denise H.G.
Discussed with:
Obtained from: Chruetertee Chromium development repository |
16.0.912.63 14 Dec 2011 05:49:18 |
lx |
Fix build by removing extraneous patch.
Feature safe: yes |
16.0.912.63 13 Dec 2011 20:41:14 |
rene |
Update to 16.0.912.63
- enhancements to Sync
- ability to create multiple profiles on a single instance
Obtained from: Chromium Chruetertee development repository
Security:
http://www.vuxml.org/freebsd/68ac6266-25c3-11e1-b63a-00262d5ed8ee.html |
15.0.874.121 17 Nov 2011 14:23:43 |
rene |
Update to 15.0.874.121 (updates V8 to 3.5.10.24 and fixes a V8 security bug).
Security:
http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html
Feature safe: yes |
15.0.874.120 13 Nov 2011 11:50:40 |
rene |
Optionally use GCC 4.6 instead of GCC 4.5, the latter is disconnected from
Mk/bsd.gcc.mk
Prodded by: gerald
Feature safe: yes |
15.0.874.120 11 Nov 2011 21:39:23 |
rene |
- Update to 15.0.874.120
- Respect LOCALBASE in more gyp files
Submitted by: George Liaskos
Security:
http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html
Feature safe: yes |
15.0.874.106 01 Nov 2011 20:01:05 |
rene |
Some Makefile cleanups:
- Do not explicitly check for nss >= 3.12, this has been true for 26 months now
- Prefer official spelling of Clang and GCC and use "Build" instead of "Compile"
in options
Submitted by: danfe@ via chromium@ |
15.0.874.106 27 Oct 2011 11:00:46 |
rene |
Update to 14.0.874.106 (fixes form-based authentication). |
15.0.874.102 26 Oct 2011 21:00:26 |
rene |
'use_proprietary_codecs' has been renamed to 'proprietary_codecs'.
PR: ports/162018
Submitted by: John Watson [wizputer gmail]
Obtained from: Chromium Chruetertee rev. 252 |
15.0.874.102 25 Oct 2011 18:21:28 |
rene |
Update to 15.0.874.102
Obtained from: Chromium/Chruetertee development repository
Security:
http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html |
14.0.835.202_1 18 Oct 2011 18:36:21 |
rene |
Merge from Chruetertee repository:
- r235 : remove hacks in Zygote, allowing processes to exit more cleanly.
- r248 : switch back to previous rendering method (the same as OSX uses).
Bump PORTREVISION
Submitted by: George Liaskos |
14.0.835.202 08 Oct 2011 21:53:08 |
rene |
Fix the IGNORE check when both clang and GCC 4.5 are selected.
Submitted by: George Liaskos |
14.0.835.202 06 Oct 2011 23:50:40 |
rene |
Mark as IGNORE if both CLANG and GCC45 are set.
While here, pet portlint.
Submitted by: Oleg Ginzburg via the chromium@ list |
14.0.835.202 06 Oct 2011 22:42:29 |
rene |
Recognize FreeBSD 10, should fix the build there.
PR: ports/161274
Submitted by: Ruslan Mahmatkhanov [cvs-src yandex.ru] |
14.0.835.202 06 Oct 2011 22:32:37 |
rene |
Fix build with GCC 4.6, no PORTREVISION bump.
PR: ports/161323
Submitted by: Zhihao Yuan [lichray gmail] |
14.0.835.202 04 Oct 2011 20:58:08 |
rene |
Update to 14.0.835.202
Security:
http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html |
14.0.835.163_2 30 Sep 2011 23:08:39 |
rene |
- Fix build with lang/gcc45
- Add OPTIONS for clang / gcc45+ / debug build.
Submitted by: George Liaskos
Obtained from: Chromium Chruetertee repository r234 |
14.0.835.163_2 27 Sep 2011 17:47:03 |
rene |
- Fix build on 7.4 [1]
- Bump PORTREVISION for previous commits.
PR: ports/160945 [1]
Submitted by: Henk van Oers [henk.van.oers xs4all.nl]
Obtained from: Chromium Chruetertee repository r231 |
14.0.835.163_1 27 Sep 2011 17:43:40 |
rene |
- Enable building Chromium with v8 from Ports installed.
- Minor cleanups.
Submitted by: George Liaskos |
14.0.835.163_1 27 Sep 2011 17:29:06 |
rene |
Enable running Chromium with kern.ipc.shm_allow_removed=1 by using SysV IPC
PR: ports/157730
Submitted by: Vladimir I. Pushkar [vladimir.pushkar gmail.com]
Obtained from: Chromium Chruetertee repository r227,r228,r229 |
14.0.835.163_1 19 Sep 2011 15:45:09 |
ashish |
- Bump PORTREVISION of dependent ports due to multimedia/libvpx update |
14.0.835.163 18 Sep 2011 17:11:33 |
bapt |
- update to 14.0.835.163
- now use system tcmalloc
Submitted by: George Liaskos
Obtained from: Chromium development repository
With hat: chromium@ |