Commit Graph

75343 Commits

Author SHA1 Message Date
espie
482f234b05 this is tricky enough to warrant an actual comment 2012-05-28 09:54:18 +00:00
dcoppa
bc214f6fe3 Add libgcrypt CFLAGS to %.o target
(upstream git commit db4c66b2956a4da2745f16131fe573962c3fcbfb)

Fix ambiguous error message "Invalid Partner Login" on wrong
email address/password failure
(upstream git commit 81bf363ac69e0036562434ca0e7153c3e624c8c3)

Move mutex initalization to main thread
(upstream git commit ed7b2597a439c27e60d0b4cec85e801c9099173c)
2012-05-28 09:47:00 +00:00
espie
27f4c3dc4f forgot cruft from readmes 2012-05-28 09:43:17 +00:00
espie
b6c9f9baf3 zap old readmes infrastructure, replaced by new age databases/ports-readmes
which is ways more accurate anyways.
2012-05-28 09:38:04 +00:00
bentley
3212877063 +vbam 2012-05-28 09:19:31 +00:00
bentley
7e27f2e3b5 Import vbam-1.8.0.1054.
VBA-M is a fork from the now inactive VisualBoy Advance project, with
goals to improve the capabilities and features of the emulator.


This is basically a replacement for emulators/vba, which is currently
broken in at least two ways:
 - emulation speed is whacked out when sndiod is running
 - gvba recently started segfaulting on startup


tweaks & oks from landry@ jasper@ edd@
2012-05-28 09:18:56 +00:00
bentley
e8d929d5e9 +gtkglextmm 2012-05-28 09:14:52 +00:00
bentley
986bf7a6a2 Import gtkglextmm-1.2.0.
gtkglextmm is a C++ wrapper for GtkGLExt, an OpenGL extension to GTK.

ok jasper@ landry@ edd@
2012-05-28 09:13:23 +00:00
ajacoutot
983300e9d7 Disable gtk dependency that sneaked in. 2012-05-28 08:56:36 +00:00
ajacoutot
720c76b735 Update to stable simple-scan-3.4.2. 2012-05-28 08:51:45 +00:00
ajacoutot
44ccd288b1 Update to colord-0.1.21. 2012-05-28 08:45:38 +00:00
dcoppa
88a0dffa92 Bugfixing update to redis-2.4.14 2012-05-28 07:39:36 +00:00
sthen
3e53e70724 ...and fix SYSCONFDIR in README, also from robert at peichaer / org..
so tempting to just put this back to the 'gnu old' way...
2012-05-27 19:42:42 +00:00
sthen
d6ebb614f4 fix rc scripts since SYSCONFDIR change; robert at peichaer / org 2012-05-27 19:39:28 +00:00
sthen
18e9be7fd3 Unbreak default configs following the localstatedir changes, problem
reported by robert at. peichaer org
2012-05-27 09:49:49 +00:00
ajacoutot
38195679c7 Create symlinks for _pic versions of the libraries. They're already
built PIC but libtool only recognizes the _pic named libraries as
being PIC.
This is required for live555 support in vlc.

from Brad
2012-05-27 09:04:11 +00:00
jasper
d3ce0ab2e6 - update to 1.4.5
from jca at wxcvbn.org
maintainer timed-out
2012-05-27 06:10:22 +00:00
sthen
1225972fc7 arp-scan no longer needs groff, as mandoc can now handle the alignment
of the table headings (thanks to schwarze@).
2012-05-26 22:47:03 +00:00
sthen
5c8e78da59 Put PLIST back into the correct order so /var/icinga is created with the
correct ownership. From robert at. peichaer dot. org
2012-05-26 22:19:15 +00:00
naddy
2a204fed1e maintenance update to 2.52 2012-05-26 15:43:55 +00:00
espie
73a2bf0e3a no reason not to bump the version, since there's no upstream 2012-05-26 12:58:49 +00:00
espie
697b1d9011 slightly wrong 2012-05-26 12:57:57 +00:00
espie
9526b41502 zap older code 2012-05-26 12:54:36 +00:00
espie
025fece999 make the database file name changeable 2012-05-26 12:48:55 +00:00
matthieu
1b2782f607 Univ's Tromso sites pasta.cs.uit.no and www.vermicelli.pasta.cs.uit.no
don't seem to exist anymore. Update the 2 ports that refer to them.
ok sten@
2012-05-26 12:40:30 +00:00
ajacoutot
d9e281ae40 Full stop. 2012-05-26 12:36:35 +00:00
espie
6029d6650c new way to generate readmes.html 2012-05-26 12:22:44 +00:00
espie
d19515c7c3 make it possible for print-plist-with-depends to control lib-depends entirely
(useful for future update-plist)
2012-05-26 12:04:35 +00:00
jasper
76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00
pascal
6c1c40420b Update to tor 0.2.2.36, including SECURITY fixes and various other bugfixes.
- Never use a bridge or a controller-supplied node as an exit, even
  if its exit policy allows it.
- Only build circuits if we have a sufficient threshold of the total
  descriptors that are marked in the consensus with the "Exit"
  flag.
- Provide controllers with a safer way to implement the cookie
  authentication mechanism. With the old method, if another locally
  running program could convince a controller that it was the Tor
  process, then that program could trick the contoller into telling
  it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE"
  authentication method uses a challenge-response approach to prevent
  this attack.

We are not affected by the openssl vulnerability.

Full release notes:
https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes

ok sthen@ jasper@
2012-05-26 11:08:44 +00:00
pascal
338838e92d Fix build on powerpc.
ok aja@
2012-05-26 11:01:55 +00:00
jasper
525669c457 remove some files that live in PFRAG.no-python3 already
prompted by rd thrush
2012-05-26 09:26:53 +00:00
sthen
0f21c1a245 update to xcache 2.0.0, from Brad 2012-05-26 09:22:18 +00:00
jasper
1e878a85e0 - let g-c-a use the clang module to get the correct includes path
- add a reminder commennt in llvm/Makefile

discussed with and ok sthen@
2012-05-26 09:14:34 +00:00
jasper
004e63f74b add MODCLANG_VERSION
prompted by sthen@
2012-05-26 09:13:43 +00:00
jasper
71870ac24b - update to R15B01
- reset maintainer as requested by alex
2012-05-26 09:08:57 +00:00
jasper
3e87bbf734 - unbreak regress tests and set REGRESS_IS_INTERACTIVE=x11 2012-05-26 08:56:44 +00:00
jasper
c145857916 - update to 0.6 2012-05-26 08:44:32 +00:00
ajacoutot
aafd55892c Err stupid me. Revert previous otherwise we won't get printer updates in
the printcap. I'll have to think about something else...
2012-05-26 06:43:38 +00:00
ajacoutot
0c6d65403d Please security(8): cat the content of the CUPS printcap file into
/etc/printcap(5) instead of creating a link.
2012-05-26 06:26:04 +00:00
ajacoutot
6b2f4f84a5 unexec -> unexec-delete.
ok from maintainer Ryan Boggs
2012-05-25 22:21:53 +00:00
fgsch
c006ebe4cf Update to 1.9.4.
See http://hg.moinmo.in/moin/1.9/raw-file/1.9.4/docs/CHANGES for details
2012-05-25 14:32:15 +00:00
shadchin
f9d4675315 Switch pacpl on musepack, pointed out by naddy@ 2012-05-25 13:46:08 +00:00
fgsch
0646521a9d Update to anki 1.2.11. See http://ankisrs.net/changes.html for details 2012-05-25 13:16:13 +00:00
fgsch
f5ad04ae8b Add pkgpath markers for libmpcdec and mppenc. 2012-05-25 12:51:06 +00:00
jasper
c2e2152cc2 - update to 1.4
from maintainer with tweaks by me
2012-05-25 12:46:40 +00:00
jasper
d716f84e98 Security fix for CVE-2012-2921,
feedparser DOCTYPE and ENTITY XML Declaration Denial of Service Vulnerability
2012-05-25 12:27:33 +00:00
jasper
13607ba6bc - security update of py-crypto to 2.6
Fixes  CVE-2012-2417, PyCrypto <= 2.5 insecure ElGamal key generation.

ok mpi@ (MAINTAINER)
2012-05-25 12:13:01 +00:00
ajacoutot
ceab43ba83 Committed upstream. 2012-05-25 11:50:42 +00:00
fgsch
af215f4594 unbreak by shortening comment. jasper@ ok 2012-05-25 09:10:52 +00:00