1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Tom McLaughlin
a4a84c3813 Update to 1.2.5.1
- reenable amd64 support while we're at it.

Submitted by:	Phillip Neumann
Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-10-23 03:19:04 +00:00
Tom McLaughlin
397293d67b Update to 1.2.3.1
- 1,933 missing methods were implemented
- 164 methods with pending implementations were fixed
- Several critical fixes to the runtime startup affecting multi-threaded
  applications
- Windows.Forms improvements and bugfixes

Submitted by:	Phillip Neumann
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2007-03-17 03:48:02 +00:00
Tom McLaughlin
f9b909a0d4 - Update to 1.2.2.1
- amd64 now enabled (and reportedly works quite well)
- Remove annoying semdel stuff because mono releases its semaphoresa now

Thanks to everyone on the BSD# mailing list for providing feedback as to the
stability of this release on multiple archs and version lines.

Helped by:      Many people on the BSD# mailing list
Projecy by:     BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-02-04 21:58:46 +00:00
Tom McLaughlin
da532990da Update to 1.1.13.8.1
- fix CVE-2006-5072:
	Sebastian Krahmer of the SuSE security team discovered that the
	System.CodeDom.Compiler classes used temporary files in an insecure
	way. This could allow a symbolic link attack to create or overwrite
	arbitrary files with the privileges of the user invoking the
	program. Under some circumstances, a local attacker could also
	exploit this to inject arbitrary code into running Mono processes.
	vuxml id: 5a39a22e-5478-11db-8f1a-000a48049292

- Add USE_NANT to bsd.mono.mk for those ports I have hanging around
  which require NANT to build.

Release notes:
- 1.1.13.8.1:	http://go-mono.com/archive/1.1.13.8.1/
- 1.1.13.8:	http://go-mono.com/archive/1.1.13.8/

Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
2006-10-07 17:39:36 +00:00
Tom McLaughlin
c93f29a107 - Update to 1.1.13.6
Changelog: http://go-mono.com/archive/1.1.13.5/
- Fix my MASTER_SITE_SUBDIR
- Fix pthread usage when running unit tests.
- portlint

I had said on the BSD# mailing list that I would probably enable amd64
in the port but I'm holding off on that until some EM64T issues are
tracked down.

[1] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000813.html
[2] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000815.html
2006-04-23 19:57:11 +00:00
Tom McLaughlin
58944b81e1 Update to 1.1.13.2
Release notes:	http://go-mono.com/archive/1.1.13/

Port changes:
- Execute mono-semdel during pre-clean in addition to post-install
- Execute mono-semdel over ${WRKSRC}/runtime as a precaution
- Add G_DEBUG="" to mono-semdel target in bsd.mono.mk to prevent
  dropping core files with upcomming glib 2.9 [1]
- add XSP_DOCROOT for when we eventually have an xsp port in the ports
  tree (If interested in xsp let me know)
- Remove lingering USE_REINPLACE while I'm here

Submitted by:	Andres Kohn [1]
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-19 06:14:39 +00:00
Tom McLaughlin
6a61c03f29 Update to 1.1.12.1
Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
2006-01-14 21:34:06 +00:00
Tom McLaughlin
29b08baecb (Long awaited) update to 1.1.9.2
Mono Changes:
    - Series release:	http://www.go-mono.com/archive/1.1.9/
    - Patch release:	http://www.go-mono.com/archive/1.1.9.1_0/
			(No 1.1.9.2 release announcement.)

Port Changes:
    - Add pkg-message to explain reasons for common build failures and
      note the need to possibly increase the number of semaphores from
      the default FreeBSD amounts.
    - Add preliminary amd64 support [1,2] which has been disabled for
      the time being due to lingering stability issues.
    - Force the Mono build to only write within ${WRKDIR} and no longer
      write to ~/.wapi which leads to...
    - Add bsd.mono.mk which is a common makefile all Mono consumers will
      depend on.  Currently this file sets the location of the .wapi the
      build process will write to.  Since Mono does not cleanup the
      semaphore created for a .wapi when the last Mono process exits
      this file also handles the removal of the semaphore created during
      port building so we do not exhaust the machine's semaphore limit.

Submitted by:	Jean-Michel "tuo" Herve <jm.herve@gameproduction.org> [1]
		Joe Lewis <joe@joe-lewis.com> [1]
		Lou Kamenov on BSD# mailinglist [2]
Approved by:	ahze (mentor)
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2005-11-10 04:17:26 +00:00