ajacoutot
103c3b79aa
Properly find bash(1); from upstream.
2014-03-24 19:40:22 +00:00
pascal
5d3f42f1b1
Switch GCC in ports to PIE by default on powerpc.
2014-03-23 17:30:19 +00:00
pascal
d6319115db
Update to FPC 2.6.4; bootstrap mirrored by aja@ again, thanks!
2014-03-23 10:54:43 +00:00
ajacoutot
04eae4c316
Default to UTC instead of having an undefined timezone.
...
This can be easily changed per application or system-wide and will allow
some PHP apps to behave right out-of-the-box without the following vomit:
PHP message: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set().....
ok robert@ (maintainer)
2014-03-20 13:02:19 +00:00
jasper
65eca758da
more assorted m68k related cleanups
2014-03-19 13:53:29 +00:00
sthen
40b75a3638
Security update to php 5.4.26, ok robert@
...
5.4.26:
JSON: Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
Fileinfo: Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943)
Fileinfo: Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270)
LDAP: Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch ).
Openssl: Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
Pgsql: Added warning for dangerous client encoding and remove possible
injections for pg_insert()/pg_update()/pg_delete()/pg_select().
5.4.25:
Core: Fixed bug #66286 (Incorrect object comparison with inheritance).
Core: Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
mysqlnd: Fixed bug #66283 (Segmentation fault after memory_limit).
PDO_pgsql: Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
Session: Fixed bug #66481 (Calls to session_name() segfault when session.name is null).
2014-03-18 15:18:36 +00:00
jasper
9faf39c714
mark broken on mips64
2014-03-18 07:25:53 +00:00
bcallah
590289dc4d
Update to 20140316.
2014-03-16 20:48:57 +00:00
stu
2adaef6ca0
Update to beta29.
2014-03-14 22:08:41 +00:00
sthen
febaa89cd3
handle httpd move, originally from florian@, tweaks by me
2014-03-13 17:33:27 +00:00
jeremy
67956f2869
Add missing patch, noticed by nigel@
2014-03-13 16:53:22 +00:00
abieber
cd1c8e4b1b
Update to the latest luajit - tested on amd64 using luakit. luasocket was also
...
used as a test.
OK jturner@
2014-03-12 22:51:21 +00:00
jasper
663f3f6e4a
sync DESCR with upstream homepage and add BUILD_DEPENDS
2014-03-12 21:46:56 +00:00
jasper
12f2a21717
update to coffeescript-1.7.1
...
feedback/ok abieber@
2014-03-12 14:32:28 +00:00
jeremy
76fc1426d3
Update to ruby 2.1.1
...
Remove some patches applied upstream.
2014-03-11 20:10:40 +00:00
jeremy
a4d7429783
Update to ruby 2.0.0-p451
2014-03-11 20:08:45 +00:00
jeremy
dff7b750ce
Update to ruby 1.9.3-p545
...
Remove rubygems security patch applied upstream.
2014-03-11 20:07:07 +00:00
juanfra
3e070c7fe1
Unbreak seed7 on hppa. Tested by me and tobiasu@.
...
ok bcallah@ tobiasu@ sthen@
2014-03-11 00:01:50 +00:00
juanfra
19483aef9d
Gambit overwrites our default cflags with -O1. ok sthen@ jasper@
2014-03-10 22:16:19 +00:00
espie
86a0a064dc
document what's actually going on
2014-03-10 21:33:17 +00:00
landry
63af4a755e
Only build 4.6 on alpha/hppa. Lots of cpu cycles saved on other archs!
2014-03-10 21:11:49 +00:00
landry
8780e26c9e
Bump ports using gcc4 module.
...
(not: mozilla ports not bumped since they're going to be updated in a few)
2014-03-10 20:27:25 +00:00
espie
a7e9a5259e
tsk tsk, jasper
2014-03-10 09:53:16 +00:00
jturner
653b57ef44
Update node-typescript to 0.9.7 aka 1.0RC
2014-03-09 20:53:12 +00:00
jasper
3c526eecd5
- don't hardcode version in ${MASTER_SITES}
...
- add hppa64 to the list of arches with MACHINE_STACK_GROWS_UP
ok maintainer
2014-03-09 20:45:47 +00:00
rpointel
db6be01734
Activate locale.bindtextdomain in Python.
...
ok aja@.
2014-03-09 20:23:44 +00:00
jasper
bda283a721
- long overdue update of chicken to 4.8.0.5
...
- Timo takes maintainership
mostly by Timo Myyra, with some cleaning/tweaks by sthen@/me
2014-03-09 20:17:01 +00:00
jasper
78fa0b8c1a
- update to gambit-4.7.2
2014-03-09 20:00:32 +00:00
jasper
df0899a6e2
Timo Myyra takes maintainership
2014-03-09 19:52:27 +00:00
jasper
a3d6e7b3ee
tidy ${CPP}
2014-03-09 19:49:12 +00:00
jeremy
3c4d5c27f3
Unbreak ruby 1.9+ on sparc64 by disabling the peephole optimizer, which
...
was the cause of the previous occassional segfaults.
Thanks to landry@ for access to a sparc64 box
OK landry@, sthen@, naddy@
2014-02-12 22:41:43 +00:00
stu
4952bb104c
Quick fix for gnu-interp not working with pie.
...
ok espie@
2014-02-11 07:49:58 +00:00
sthen
f68fdeb92c
build luajit with -Wl,-E to avoid problems when dlopen()ing hit by tedu.
...
tracked down by jturner, I tweaked his diff to use more of upstream's
original src/Makefile. ok jasper@ jturner@ abieber@
2014-02-10 17:31:46 +00:00
rpointel
9212547d04
Security fix for Python 2.7 and 3.3.
...
More information: http://bugs.python.org/issue20246
http://seclists.org/oss-sec/2014/q1/284
go aja@ espie@
2014-02-09 09:49:26 +00:00
tobiasu
fa5f89b880
Repair time/delay/duration time_t issues in gnat. All direct imports of
...
C functions have been modified to use same-size types on both sides.
There are no checks in gcc to make sure the types match, and it happily
trashes the stack or reads bogus data without this fix.
The C shim in gnatlib is still casting down to long (by design), thus
gnat is not 2038-proof on 32 bit architectures. Fixing this is an
ongoing project, but I'm running out of time for this release.
Getting the timezone offset is now supported; the unused usleep
procedure that snuck in from FreeBSD support got removed.
Tested on all supported architectures, plus new bootstraps due to the
stack trashing, just in case...
Conceptually fine with brad@
deraadt@ is unhappy with the partial solution, fixing this remains a
high priority todo
2014-02-07 01:27:21 +00:00
pascal
f2af69364e
ffi_call()'s third argument needs to point to a storage of sizeof(ffi_args).
...
Otherwise this test will generate a stack overflow, silently disabling libffi
support.
Found with -fstack-protector-strong, fixed by martynas@, thanks! Bumping
REVISION because there are already packages with strong stack protection
enabled out there.
2014-01-26 11:38:46 +00:00
espie
a729bb6089
bump bump
2014-01-24 19:56:55 +00:00
espie
7adc899768
fix bogus mode on documentation
2014-01-24 19:56:31 +00:00
espie
cfd65d3154
yet another useless port. 640 for all files, really ?
2014-01-24 09:22:49 +00:00
pascal
de6d93d6ca
Make sure packfile-c.pod has the right mode by using shell redirection instead
...
of perldoc -d.
2014-01-23 22:17:26 +00:00
miod
d53bd93c55
Make sure `cells' are aligned to pointer size boundaries, using the same logic
...
deciding whether they need to be `int' or `long' sized (really `void *' sized).
Unbreaks 64-bit platforms with strict alignment (alpha and sparc64 where this
had been detected, but likely mips64 as well).
ok landry@
2014-01-21 20:45:43 +00:00
jasper
b5344d2db1
regen
2014-01-21 10:06:07 +00:00
abieber
77718fb931
update node to 0.10.24 which has a few fixes for cve-2013-6639 and
...
cve-2013-6640.
OK jasper@
2014-01-20 19:42:00 +00:00
jasper
b3db7bc69b
remove the serial library which uses librxtx for which there is no openbsd shared object
...
in the package.
prompted by Marco Verschuur
2014-01-20 13:17:28 +00:00
bcallah
d59446cbc0
Update to 20140119.
2014-01-19 20:21:01 +00:00
pascal
174dc649aa
Unbreak on powerpc by syncing backend with base.
...
ok landry@
2014-01-18 20:56:53 +00:00
pascal
d3a58e667e
Merge some alpha patches from base; this does not work yet, but it's better
...
than what is currently there. tested by landry@ some time ago
ok brad@
2014-01-18 11:38:22 +00:00
landry
8b3dbcc6c0
Mark as BROKEN-sparc64, fails the same way as alpha since end of october.
...
(pfe --help segfaults -> no manpage -> fails to package)
2014-01-18 07:33:16 +00:00
juanfra
c72a5b8a28
Update my email address. Change the homepage of terminator. Also add a
...
space between the entries and equals signs in the Makefile of the old
ports.
ok sthen@
2014-01-17 19:46:21 +00:00
sthen
c31a24cadc
s/.else if/.elif/, fixes MODPHP_VSPEC if MODPHP_VERSION is adjusted to 5.5.
...
No change with default MODPHP_VERSION so no need to bump all the php things.
From Donovan Watteau.
2014-01-16 23:21:08 +00:00