notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/linux-thunderbird/Makefile
SVNWeb

Number of commits found: 108 (showing only 100 on this page)

1 | 2  »  

Tue, 18 Apr 2017
[ 08:01 cmt search for other commits by this committer ] Original commit   Revision:438764
deprecate mail/linux-thunderbird

This port provides little (if any) advantage over the native
mail/thunderbird, and newer versions are introducing more
(and possibly undesirable) dependencies.

PR:		218712
Approved by:	jbeich (maintainer)
Wed, 8 Mar 2017
[ 22:26 jbeich search for other commits by this committer ] Original commit   Revision:435731
mail/thunderbird: update to 45.8.0

Changes:	https://www.mozilla.org/thunderbird/45.8.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/comm-esr45/shortlog
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
MFH:		2017Q1
Thu, 2 Mar 2017
[ 18:10 cmt search for other commits by this committer ] Original commit   Revision:435290
update thunderbird to 45.7.1

https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/

After changes in packaging in ports r428672, profiles using lightning
will have to be recreated.

PR:		216584
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2017Q1
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
e60169c4-aa86-46b0-8ae2-0d81f683df09
Tue, 31 Jan 2017
[ 16:54 tijl search for other commits by this committer ] Original commit   Revision:432937 (Only the first 10 of 887 ports in this commit are shown above. View all ports for this commit)
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
  a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Jan 2017
[ 17:59 cmt search for other commits by this committer ] Original commit   Revision:430489
update thunderbird to 45.6.0

https://www.mozilla.org/en-US/thunderbird/45.6.0/releasenotes/

PR:		215733
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2017Q1
Security:	512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
Thu, 1 Dec 2016
[ 14:24 cmt search for other commits by this committer ] Original commit   Revision:427504 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
update firefox 50.0.2, libxul and thunderbird 45.5.1

PR:		214978
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2016Q4
Security:	18f39fb6-7400-4063-acaf-0806e92c094f
Sat, 19 Nov 2016
[ 17:00 cmt search for other commits by this committer ] Original commit   Revision:426389
Thunderbird 45.5.0

includes enigmail 1.9.6.1

PR:		214631
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2016Q4
Security:	d1853110-07f4-4645-895b-6fd462ad0589
Sat, 1 Oct 2016
[ 15:43 cmt search for other commits by this committer ] Original commit   Revision:423073
update thunderbird to 45.4.0

PR:		213141
Approved by:	jbeich, rene (mentor)
MFH:		2016Q4
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
Fri, 9 Sep 2016
[ 10:57 cmt search for other commits by this committer ] Original commit   Revision:421608
update thunderbird to 45.3.0

PR:		212463
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q3
Security:	aa1aefe3-6e37-47db-bfda-343ef4acb1b5
Wed, 7 Sep 2016
[ 12:43 tijl search for other commits by this committer ] Original commit   Revision:421496 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- In Uses/linux.mk use the loop variable directly when appending to
  *_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
Mon, 5 Sep 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:421387 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 9 Jul 2016
[ 13:21 cmt search for other commits by this committer ] Original commit   Revision:418278
update thunderbird to 45.2.0

PR:		210749
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q3
Security:	8065d37b-8e7c-4707-a608-1b0a2b8509c3
Mon, 6 Jun 2016
[ 20:17 cmt search for other commits by this committer ] Original commit   Revision:416485
Update thunderbird to 45.1.1, enigmail to 1.9.3

PR:		210061
Approved by:	jbeich (maintainer)
Approved by:	rene (mentor)
MFH:		2016Q2
Fri, 6 May 2016
[ 07:44 jbeich search for other commits by this committer ] Original commit   Revision:414684
mail/thunderbird: update to 45.1.0

- Update ENIGMAIL to 1.9.2 [1]

Changes:	https://www.mozilla.org/thunderbird/45.1.0/releasenotes/
Changes:	https://www.enigmail.net/index.php/en/download/changelog [1]
PR:		209155 [1]
Submitted by:	mi [1]
Security:	92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH:		2016Q2
Tue, 12 Apr 2016
[ 19:18 jbeich search for other commits by this committer ] Original commit   Revision:413157 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
mail/thunderbird: update to 45.0 (rc1)

Changes:	https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security:	92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH:		2016Q2
Thu, 31 Mar 2016
[ 20:14 cmt search for other commits by this committer ] Original commit   Revision:412298
update thunderbird ports to 38.7.1

PR:		208384
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q1
Sat, 12 Mar 2016
[ 07:07 jbeich search for other commits by this committer ] Original commit   Revision:410868
mail/thunderbird: update to 38.7.0

Changes:	https://www.mozilla.org/thunderbird/38.7.0/releasenotes/
Security:	2225c5b4-1e5a-44fc-9920-b3201c384a15
Security:	1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH:		2016Q1
Tue, 16 Feb 2016
[ 09:20 jbeich search for other commits by this committer ] Original commit   Revision:408983
mail/thunderbird: update to 38.6.0

Changes:	https://www.mozilla.org/thunderbird/38.6.0/releasenotes/
PR:		207167
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
MFH:		2016Q1
Mon, 28 Dec 2015
[ 18:20 jbeich search for other commits by this committer ] Original commit   Revision:404691
mail/thunderbird: update to 38.5.0

Changes:	https://hg.mozilla.org/releases/comm-esr38/rev/b88229610b41
PR:		205653
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH:		2015Q4
Sat, 21 Nov 2015
[ 20:05 jbeich search for other commits by this committer ] Original commit   Revision:402197
mail/thunderbird: update to 38.4.0

Changes:	https://www.mozilla.org/en-US/thunderbird/38.4.0/releasenotes/
MFH:		2015Q4
Security:	9d04936c-75f1-4a2c-9ade-4c1708be5df9
Sun, 16 Aug 2015
[ 02:42 jbeich search for other commits by this committer ] Original commit   Revision:394369
- Update Thunderbird to 38.2.0

Changes:	https://www.mozilla.org/thunderbird/38.2.0/releasenotes/
MFH:		2015Q3
Security:	https://vuxml.freebsd.org/freebsd/c66a5632-708a-4727-8236-d65b2d5b2739.html
Thu, 23 Jul 2015
[ 23:36 jbeich search for other commits by this committer ] Original commit   Revision:392761 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Update Thunderbird to 38.1.0

Changes:	https://www.mozilla.org/thunderbird/38.0.1/releasenotes/
Changes:	https://www.mozilla.org/thunderbird/38.1.0/releasenotes/
PR:		201769
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (based on)
MFH:		2015Q3
X-MFH-With:	r392273
Security:	https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Tue, 9 Jun 2015
[ 14:24 jbeich search for other commits by this committer ] Original commit   Revision:388939 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
bsd.sites.mk: cleanup MOZILLA mirrors

- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
Thu, 14 May 2015
[ 18:01 jbeich search for other commits by this committer ] Original commit   Revision:386349
Consistently add buildN candidate URL to gecko@ ports

Thunderbird 31.7.0 wasn't actually released yet despite
THUNDERBIRD_31_7_0_RELEASE tag in comm-esr31 hg repo 1 week old.
Based on #releng IRC logs it seems there was an issue with automation.
Hopefully, upstream doesn't abandon 31.7.0 in favor of 38.0.

To avoid in future testing patience (BROKEN vs. PORTEPOCH) due to
discrepancy with release announcments let's fall back to candidates.

Reported by:	pkg-fallout
MFH:		2015Q2
X-MFH-With:	r386162
Tue, 12 May 2015
[ 18:06 jbeich search for other commits by this committer ] Original commit   Revision:386162 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes:	https://www.mozilla.org/firefox/38.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes:	http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH:		2015Q2
Security:	https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
Tue, 31 Mar 2015
[ 19:10 jbeich search for other commits by this committer ] Original commit   Revision:382860 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- Update gmp-api to 38.0
- Update Firefox to 37.0
- Update Firefox ESR and libxul to 31.6.0
- Update Thunderbird to 31.6.0
- Backport a few GTK3 fixes to Firefox 37

MFH:		2015Q1
Security:	https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html
Fri, 27 Feb 2015
[ 14:42 jbeich search for other commits by this committer ] Original commit   Revision:380090 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 36.0
- Update Firefox ESR to 31.5.0
- Update Thunderbird to 31.5.0
- Update libxul to 31.5.0
- Check if NS_NewNativeLocalFile() succeeds before using [1]
- Remove DTRACE and GIO descriptions after r377838 and r314893
- bsd.gecko.mk: Prune conditionals for files removed 4 months ago

Changes:	https://www.mozilla.org/firefox/36.0/releasenotes/
Obtained from:	PkgSrc [1]
MFH:		2015Q1
X-MFH-With:	r377953, r378253, r379485, r378529
Security:	https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
Wed, 14 Jan 2015
[ 08:06 beat search for other commits by this committer ] Original commit   Revision:376999 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0
- Update Firefox to 35.0
- Update Firefox ESR to 31.4.0
- Update libxul to 31.4.0

Submitted by:	Jan Beich
MFH:		2015Q1
Security:	http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
Wed, 3 Dec 2014
[ 14:55 beat search for other commits by this committer ] Original commit   Revision:373830 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
- Update Thunderbird to 31.3.0
- Update gmp-api to 35.0
- Update openh264 to 1.2
- Update NSS to 3.17.3
- Update Firefox to 34.0.5
- Update Firefox ESR 31.3.0
- Update libxul to 31.3.0
- Improve CONFIGURE_TARGET handling
- Always build using client.mk
- Switch to clang by default on systems without libc++
  (/stable/8 and /stable/9)
- Drop lang/python2 dependency, only lang/python27 is required
  to build
- Use DuckDuckGo searchplugin from upstream (has suggestions
  and purposes)
- Backport a few about:memory fixes
- Backport Web Notifications libnotify integration
- Add GTK3 option for www/firefox. Adwaita is a bit broken
  since Gtk 3.14, see:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1073117

PR:		195559
Submitted by:	Jan Beich
MFH:		2014Q4
Security:	http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html
Wed, 15 Oct 2014
[ 15:48 beat search for other commits by this committer ] Original commit   Revision:370932 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Thu, 25 Sep 2014
[ 11:08 beat search for other commits by this committer ] Original commit   Revision:369237 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1

Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html
Tue, 9 Sep 2014
[ 06:16 bapt search for other commits by this committer ] Original commit   Revision:367712 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29

Submitted by:	Jan Beich for gecko@
Mon, 4 Aug 2014
[ 09:11 bapt search for other commits by this committer ] Original commit   Revision:363978 (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
Update mozilla ports:
- firefox 31.0
- firefox-esr 24.7.0
- libxul 24.7.0
- seamonkey 2.26.1
- thunderbird 31.0

Among changes:
- add workaround for crash with openldap on thunderbird and seamonkey [1]
- add crashfix for architectures with strict alignmentment
- backport crashfix with system sqlite/nss on firefox-esr and thunderbird
- restore hooking jemalloc in sqlite on freebsd 10+
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
- require recent gstreamer1-libav i386 crashfix
- add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc)

PR:		165263 [1]
PR:		184630 [2]
Submitted by:	Jan Beich
Wed, 11 Jun 2014
[ 03:42 beat search for other commits by this committer ] Original commit   Revision:357413 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 30.0
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
  INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]

PR:		ports/189991 [1]
PR:		ports/189217 [2]
PR:		ports/189488 [2]
Submitted by:	bapt [3]
Sumbitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
Tue, 29 Apr 2014
[ 20:35 beat search for other commits by this committer ] Original commit   Revision:352640 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 29.0
- Update Firefox ESR to 24.5.0
- Update Thunderbird to 24.5.0
- Update NSS to 3.16
- Use port dependency for soundtouch library
- Require recent graphite2 version explicitly [1]
- Require gst-libav version that doesn't crash on seeking [2]
  and doesn't error out on plugin load [3]
- Remove gstreamer note in pkg-message for www/firefox, [3] may still
  happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01)
- Fix USE_XPI in mail/thunderbird-i18n [4]

Security:	http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html
PR:		ports/187939 [1]
PR:		ports/188133 [2]
PR:		ports/181964 [3]
PR:		ports/188984 [4]
Submitted by:	Toomas Aas <toomas.aas@raad.tartu.ee> [1]
Submitted by:	Jakub Lach <jakub_lach@mailplus.pl> [2]
Submitted by:	Jan Beich [3] and this update!
Submitted by:	Toni Ballesta <mustelator@yahoo.es> [4]
Approved by:	portmgr (bdrewery, security update to non-staged port)
Wed, 19 Mar 2014
[ 20:46 beat search for other commits by this committer ] Original commit   Revision:348650 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 28.0
- Update Firefox ESR to 24.4.0
- Update Thunderbird to 24.4.0
- Update NSPR to 4.10.4
- Update NSS to 3.15.5
- Switch GSTREAMER option for non-esr ports to depend on
  multimedia/gstreamer1 [2]
- Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x
- Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2
- Enable readahead in url-classifier, asmjs, download resume like on Linux
- Build www/firefox and www/seamonkey faster using unified compilation
- Unbreak build on sparc64 [1]
- Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x
- OPTIMIZED_CFLAGS is enabled by default
- A few DEBUG build fixes
- Add clang 3.2/3.3/3.4 workarounds for i386
- Mention known GSTREAMER issue in pkg-message

Submitted by:	Jan Beich
PR:		ports/186580 [1]
Requested by:	kwm [2]
Security:	http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
Wed, 5 Feb 2014
[ 05:23 beat search for other commits by this committer ] Original commit   Revision:342632 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 27.0
- Update Firefox ESR to 24.3.0
- Update Thunderbird to 24.3.0
- Update NSPR to 4.10.3
- Update NSS to 3.15.4
- Depend on yasm when building with bundled libvpx or libjpeg-turbo
- Prepare gstreamer conditional for upcoming Firefox versions
- Improve jemalloc3 conditional
- Break build unless alsa-lib port installs new config file
- Chase USE_DOS2UNIX deprecation
- Temporarily disable system cairo over screen corruption with
  smoothScroll [1]

Submitted by:	Jan Beich
Reported by:	flo [1]
Security:	http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html
Sat, 14 Dec 2013
[ 13:42 flo search for other commits by this committer ] Original commit   Revision:336446 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Update to nspr 4.10.2
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23

- catch up with directory renames since USES=webplugins was introduced;
  fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
  measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
  some flash sites work again; as there's no nspluginwrapper in-between
  the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
  upon kill -67 to a file under /tmp directory; linux-firefox uses
  kill -34, kill -35 and kill -36 respectively

PR:		ports/183861 [1]
PR:		ports/184006 [2]
PR:		ports/169896 [3]
PR:		ports/184285 [3]
PR:		ports/184286 [4]
Security:	dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Wed, 18 Sep 2013
[ 22:40 flo search for other commits by this committer ] Original commit   Revision:327587 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
- update firefox, thunderbird and libxul to 24.0
- update seamonkey to 2.21
- update firefox-esr to 17.0.9
- enable GSTREAMER by default for html5 with h264/aac/mp3
- WEBRTC is now always built
- add PROFILE and TESTS options

Security:		7dfed67b-20aa-11e3-b8d8-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
Thu, 8 Aug 2013
[ 18:42 flo search for other commits by this committer ] Original commit   Revision:324409 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- update firefox to 23.0
- update firefox-esr, thunderbird and libxul to 17.0.8
- update seamonkey to 2.20
- fix plist for *-i18n

Security:		0998e79d-0055-11e3-905b-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
Wed, 26 Jun 2013
[ 11:01 flo search for other commits by this committer ] Original commit   Revision:321792 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- update firefox to 22.0
- update firefox-esr, thunderbird and libxul to 17.0.7
- update nspr to 4.10
- OSS support was removed upstream, only ALSA and PulseAudio are supported
  from now on.

Security:	b3fcb387-de4b-11e2-b1c6-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
Mon, 3 Jun 2013
[ 23:26 flo search for other commits by this committer ] Original commit   Revision:319817
Fix fetch

Reported by:	miwi
Thu, 16 May 2013
[ 02:00 flo search for other commits by this committer ] Original commit   Revision:318268 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- update firefox to 21.0
- update firefox-esr and thunderbird to 17.0.6
- WEBRTC now supports PULSEAUDIO
- make linux-firefox work with plugins again (e.g. quakelive)

Security:		4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02
In collaboration with:	Jan Beich <jbeich@tormail.org>
Wed, 3 Apr 2013
[ 20:27 flo search for other commits by this committer ] Original commit   Revision:315713 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
- update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to
  17.0.5
- update firefox to 20.0
- update seamonkey and linux-seamonkey to 2.17
- update nspr to 4.9.6
- remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of
  thunderbird
- prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier
  are advised to upgrade - http://www.freebsd.org/security/
- add vuln.xml entry

Security:	94976433-9c74-11e2-a9fc-d43d7e0c7c02
Approved by:	portmgr (miwi)
In collaboration with:	Jan Beich <jbeich@tormail.org>
Fri, 8 Mar 2013
[ 22:27 flo search for other commits by this committer ] Original commit   Revision:313676 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to
  17.0.4
- update firefox to 19.0.2
- add vuln.xml entry

Security:	630c8c08-880f-11e2-807f-d43d7e0c7c02
Tue, 19 Feb 2013
[ 23:53 flo search for other commits by this committer ] Original commit   Revision:312608 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- update firefox to 19.0
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3
- update linux-seamonkey to 2.16
- update nspr to 4.9.5
- update nss to 3.14.3
- add DuckDuckGo search plugin to firefox [1]
- mark kompozer deprecated
- clang fixes for www/libxul19 [2]

Security:	http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html
Submitted by:	DuckDuckGo [1], dim [2]
In collaboration with:	Jan Beich <jbeich@tormail.org>
Wed, 9 Jan 2013
[ 23:28 flo search for other commits by this committer ] Original commit   Revision:310165 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- update firefox, thunderbird, linux-firefox and linux-thunderbird to 17.0.2
- update firefox-esr, thunderbird-esr and libxul to 10.0.12
- update linux-seamonkey to 2.15

Security:	http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
Tue, 20 Nov 2012
[ 23:01 flo search for other commits by this committer ] Original commit   Revision:307606 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]

PR:		ports/173679 [1]
Submitted by:	swills [1], demon [2]
In collaboration with:	Jan Beich <jbeich@tormail.org>
Security:	d23119df-335d-11e2-b64c-c8600054b392
Approved by:	portmgr (beat)
Feature safe:	yes
Sun, 28 Oct 2012
[ 17:03 flo search for other commits by this committer ] Original commit   Revision:306558 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Update www/firefox{,-i18n} to 16.0.2
- Update seamonkey to 2.13.2
- Update ESR ports and libxul to 10.0.10
- Update nspr to 4.9.3
- Update nss to 3.14
- with GNOMEVFS2 option build its extension, too [1]
- make heap-committed and heap-dirty reporters work in about:memory
- properly mark QT4 as experimental (needs love upstream)
- *miscellaneous cleanups and fixups*

mail/thunderbird will be updated once the tarballs are available.

PR:		ports/173052 [1]
Security:	6b3b1b97-207c-11e2-a03f-c8600054b392
Feature safe:	yes
In collaboration with:	Jan Beich <jbeich@tormail.org>
Wed, 10 Oct 2012
[ 21:13 flo search for other commits by this committer ] Original commit   Revision:305684 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
- Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird to
10.0.8
- Update firefox and thunderbird to 16.0
- Update seamonkey to 2.13
- Update all -i18n ports respectively
- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
  latency during pause and seeking with HTML5 video
- remove fedisableexcept() hacks, obsolete since FreeBSD 4.0
- support system hunspell dictionaries [1]
- unbreak -esr ports with clang3.2 [2]
- unbreak nss build when CC contains full path [3]
- remove GNOME option grouping [4]
- integrate enigmail into thunderbird/seamonkey as an option [5]
- remove mail/enigmail* [6]
- enable ENIGMAIL, LIGHTNING and GIO options by default
- add more reporters in about:memory: page-faults-hard, page-faults-soft,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 26 Jul 2012
[ 21:49 flo search for other commits by this committer ] Original commit  (Only the first 10 of 295 ports in this commit are shown above. View all ports for this commit)
- update firefox/thunderbird ESR versions to 10.0.6
- update firefox 14.0.1
- update thunderbird to 14.0
- update seamonkey to 2.11
- switch to new options framework
- add experimental rendering via cairo-qt (QT4 option)
- add audio backend options (ALSA and PulseAudio)
- rename SMB option to GNOMEVFS2
- turn on LOGGING by default (like upstream linux builds)
- improve about:memory output
- unbreak PGO
- use system libs [1]
- switch to libevent2 [2]
- fix conflict with devel/libunwind and base gcc [3]
- unbreak clang/libc++ build [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 Jun 2012
[ 21:54 beat search for other commits by this committer ] Original commit 
- Update to 10.0.5

Security:      
http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
Tue, 24 Apr 2012
[ 20:53 beat search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 10.0.4

Security:      
http://www.vuxml.org/freebsd/380e8c56-8e32-11e1-9580-4061862b8c22.html
Wed, 14 Mar 2012
[ 09:49 beat search for other commits by this committer ] Original commit 
- Update to 10.0.3

Approved by:    portmgr (bapt, implicit)
Security:      
http://www.vuxml.org/freebsd/a1050b8b-6db3-11e1-8b37-0011856a6e37.html
Feature safe:   yes
Fri, 17 Feb 2012
[ 19:48 flo search for other commits by this committer ] Original commit 
update to 10.0.2

Security:      
http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
Fri, 3 Feb 2012
[ 21:13 flo search for other commits by this committer ] Original commit 
fix fetch

Reported by:    pointyhat (pav)
Tue, 31 Jan 2012
[ 21:33 flo search for other commits by this committer ] Original commit 
update to 10.0
Thu, 22 Dec 2011
[ 07:17 beat search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update Thunderbird to 9.0

Approved by:    portmgr (erwin, implicit)
Security:      
http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Tue, 8 Nov 2011
[ 17:35 beat search for other commits by this committer ] Original commit 
- Update Thunderbird to 8.0
Sat, 1 Oct 2011
[ 14:27 beat search for other commits by this committer ] Original commit 
- Update to 7.0.1
Tue, 27 Sep 2011
[ 22:25 beat search for other commits by this committer ] Original commit 
- Update to 7.0
- Remove DEPRECATED and EXPIRATION_DATE
Mon, 26 Sep 2011
[ 09:24 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
Tue, 6 Sep 2011
[ 20:14 flo search for other commits by this committer ] Original commit 
update to 3.1.14, remove trust exceptions for certificates issued by Staat der
Nederlanden

Security:      
http://www.vuxml.org/freebsd/aa5bc971-d635-11e0-b3cf-080027ef73ec.html
Wed, 31 Aug 2011
[ 21:19 flo search for other commits by this committer ] Original commit 
update to 3.1.13, which disables the DigiNotar certificate authority
Tue, 21 Jun 2011
[ 20:38 flo search for other commits by this committer ] Original commit 
- update to 3.1.11

Seccurity:     
http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
Fri, 29 Apr 2011
[ 06:37 flo search for other commits by this committer ] Original commit 
- update to 3.1.10

Security:      
http://www.vuxml.org/freebsd/04b7d46c-7226-11e0-813a-6c626dd55a41.html
Fri, 4 Mar 2011
[ 23:26 beat search for other commits by this committer ] Original commit 
- Update to 3.1.9
Tue, 1 Mar 2011
[ 22:39 beat search for other commits by this committer ] Original commit 
- Update to 3.1.8
Fri, 25 Feb 2011
[ 08:52 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
This fixes a security warning from portaudit.

Security:       CVE-2009-1194
VuXML:          4b172278-3f46-11de-becb-001cc0377035
Thanks to:      Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info)
Fri, 10 Dec 2010
[ 14:52 beat search for other commits by this committer ] Original commit 
- Update to 3.1.7
- Drop MD5 checksums

Security:      
http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html
Thu, 28 Oct 2010
[ 15:42 beat search for other commits by this committer ] Original commit 
- Update to 3.1.6

Security:      
http://www.vuxml.org/freebsd/c223b00d-e272-11df-8e32-000f20797ede.html
Wed, 20 Oct 2010
[ 17:02 beat search for other commits by this committer ] Original commit 
- Update to 3.1.5

Security:      
http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
Fri, 17 Sep 2010
[ 10:18 beat search for other commits by this committer ] Original commit 
- Update to 3.1.4
Wed, 8 Sep 2010
[ 08:14 beat search for other commits by this committer ] Original commit 
- Update to 3.1.3

Security:      
http://www.vuxml.org/freebsd/4a21ce2c-bb13-11df-8e32-000f20797ede.html
Fri, 6 Aug 2010
[ 09:11 beat search for other commits by this committer ] Original commit 
- Update to 3.1.2
Wed, 21 Jul 2010
[ 13:47 beat search for other commits by this committer ] Original commit 
- Update to 3.1.1
Sun, 27 Jun 2010
[ 13:54 beat search for other commits by this committer ] Original commit 
- Update to 3.1

Feature safe:   yes
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 19 Mar 2010
[ 09:32 beat search for other commits by this committer ] Original commit 
- Update to 2.0.0.24
Sat, 22 Aug 2009
[ 11:52 beat search for other commits by this committer ] Original commit 
- Update to 2.0.0.23

Security:       http://www.mozilla.org/security/announce/2009/mfsa2009-42.html
With hat:       gecko
Thu, 25 Jun 2009
[ 10:12 beat search for other commits by this committer ] Original commit 
- Update to 2.0.0.22

Security:      
http://www.vuxml.org/freebsd/da185955-5738-11de-b857-000f20797ede.html
With hat:       gecko
Mon, 4 May 2009
[ 19:23 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Give Maintainership up to the Gecko Gang (gecko@)
Fri, 20 Mar 2009
[ 21:12 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0.21

Security:      
http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
Wed, 21 Jan 2009
[ 23:28 bsam search for other commits by this committer ] Original commit 
. remove linux-glib2 as a dependency from linux-seamonkey/Makefile.common
  since it was incorporated into default linux base port;
. bump PORTREVISION for ports using linux-seamonkey/Makefile.common.

Pointed out by: Portsnap buildbox
Sun, 4 Jan 2009
[ 12:44 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0.19
Sun, 23 Nov 2008
[ 14:54 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0.18
Fri, 26 Sep 2008
[ 23:03 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0.17
Sun, 7 Sep 2008
[ 11:03 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.0.16
[ 09:07 miwi search for other commits by this committer ] Original commit 
- Take maintainership
[ 00:19 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 279 ports in this commit are shown above. View all ports for this commit)
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Fri, 2 May 2008
[ 14:47 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.14
Fri, 29 Feb 2008
[ 23:45 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.12
Fri, 16 Nov 2007
[ 09:57 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.9

Approved by:    portmgr (marcus)
Thu, 2 Aug 2007
[ 00:03 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.6
Fri, 20 Jul 2007
[ 19:11 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.5
Fri, 15 Jun 2007
[ 09:00 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.4
Thu, 19 Apr 2007
[ 10:13 sat search for other commits by this committer ] Original commit 
- Update to 2.0.0.0
Thu, 1 Mar 2007
[ 20:32 sat search for other commits by this committer ] Original commit 
- Update to 1.5.0.10
Thu, 21 Dec 2006
[ 15:50 sat search for other commits by this committer ] Original commit 
- Update to 1.5.0.9

Number of commits found: 108 (showing only 100 on this page)

1 | 2  »