31 Commits

Author SHA1 Message Date
juanfra
56086f252c Update to racket 7.8. 2020-08-09 19:44:28 +00:00
juanfra
ca7eb53286 Enable Racket CS on amd64. 2020-05-20 16:08:28 +00:00
juanfra
7abdb01c9b Update to racket 7.7. 2020-05-14 17:17:56 +00:00
juanfra
cd18c3f7f9 Update to racket 7.6. 2020-02-19 20:39:56 +00:00
juanfra
b7393474c7 Update to racket 7.4. 2019-08-09 21:16:13 +00:00
juanfra
59f2bdb522 Update to racket 7.3. 2019-05-19 17:48:42 +00:00
juanfra
7ea4230910 Update to racket 7.2. 2019-01-31 00:00:49 +00:00
juanfra
a04ec1e6a9 Update to racket 7.1. 2018-10-27 15:58:32 +00:00
danj
235e817d19 Update the README to use sysctl hw.cpuonline
ok juanfra@ (maintainer)
2018-09-07 20:08:15 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
juanfra
35810bc4dc Update to racket 7.0. 2018-07-28 14:36:21 +00:00
juanfra
28bb6dea3f Update to racket 6.12. 2018-01-29 21:06:12 +00:00
juanfra
d9f160349c Unbreak racket on aarch64. 2018-01-21 20:58:29 +00:00
juanfra
3861749b0d Update to Racket 6.11. 2017-10-31 15:53:28 +00:00
juanfra
383184b5b3 Enable places and futures on i386. Remove amd64 from MODGCC4_ARCHS. 2017-08-05 22:49:16 +00:00
juanfra
90c6126372 Update to Racket 6.10. 2017-07-31 23:13:12 +00:00
juanfra
d3f0ac8198 Update to Racket 6.9.
SECURITY:

"A security vulnerability in the `racket/sandbox` library and Typed
Racket allowed malicious Typed Racket code to escape the sandbox.
This vulnerability has been fixed in Racket version 6.9. Anyone using
`racket/sandbox` to execute untrustworthy code with access to Typed
Racket should upgrade to version 6.9 immediately.

While this known vulnerability has been eliminated, it is possible that
similar errors in other installed collections could also be exploited,
although we are not currently aware of any existing vulnerabilities. We
recommend that if you use the Racket sandbox to execute untrustworthy
Racket code, you should also employ additional operating system or
virtual machine level protections. The documentation for `racket/sandbox`
has been updated to list recommended security practices for using the
library."

https://download.racket-lang.org/v6.9.html
2017-04-28 18:15:42 +00:00
juanfra
f71f27c2ed Unbreak Racket on arm. 2017-03-09 01:56:52 +00:00
juanfra
987f4a8b9b Update to Racket 6.7. 2016-10-28 14:40:50 +00:00
juanfra
0440104c60 Update to Racket 6.6. 2016-07-30 18:47:28 +00:00
juanfra
0a32a06d5e Update to Racket 6.5. 2016-05-16 22:20:16 +00:00
juanfra
8b292561ad Add a note about a bug in DrRacket reported by Ray Lai. 2016-04-05 23:14:01 +00:00
juanfra
eb1c1ad46d Add a warning about to run raco commands as root. 2016-03-28 19:08:18 +00:00
juanfra
b02c75f0bd Update to Racket 6.4. 2016-03-10 02:35:29 +00:00
juanfra
cdd3459024 Add some missing files. Reported by jorey via #devious/freenode. 2016-01-27 21:30:41 +00:00
juanfra
0257c94648 Add the new "no_jit" flavor. Unbreak racket on powerpc.
Help and "looks good to me" sthen@.
2016-01-08 20:12:01 +00:00
juanfra
f950ff2aba Unbreak Racket on sparc64. 2015-12-15 23:56:15 +00:00
juanfra
5fd3e57dd9 Update to Racket 6.3.
(there are still some corner cases on i386)
2015-12-01 18:26:50 +00:00
ajacoutot
e1f63b6547 Missing @conflict and @pkgpath markers
discussed with sthen@
2015-07-16 00:34:13 +00:00
ajacoutot
82f9e7e6a1 Do not hardcode /usr/local.
Remove bogus blank lines.
2015-07-16 00:26:20 +00:00
juanfra
1b51d91b4b Tests, help with the README file and OK jturner@.
Racket is a multi-paradigm programming language in the Lisp/Scheme
family, that also serves as a platform for language creation, design,
and implementation.

The primary components of Racket platform are:

- The implementation of Racket (including a rich run-time system,
  various libraries, JIT compiler, and more).
- pkg.racket-lang.org, Racket's web-based package distribution system
  for user-contributed packages.
- raco, command line tool for finding documentation, compiling Racket
  source to bytecode, packaging executables, packaging installable
  archives, and installing packages from remote servers.
2015-07-16 00:20:53 +00:00