1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

201622 Commits

Author SHA1 Message Date
Martin Wilke
9219430993 - Security update to version 2.1_rc9 to fix CVE-2008-3459
(arbitrary code execution).
- VulnDB update was submitted in a previous PR.
- Add PKCS#11 option which explicitly disables PKCS11 at
  build time if not desired to avoid invisible pkcs11-helper
  dependency, else openvpn would silently pick up security/pkcs11-helper.

PR:		126356
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-08-10 21:48:26 +00:00
Martin Wilke
3393ef0fec - Document openvpn-devel -- arbitrary code execution
PR:		126352 (based on)
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2008-08-10 21:30:29 +00:00
Martin Wilke
642971ad6f - Update to 1.30
PR:		126241
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-10 21:19:57 +00:00
Martin Wilke
2f10914064 - Chase bglibs shlib bump 2008-08-10 21:19:18 +00:00
Martin Wilke
549df80483 - Update to 1.104
PR:		126240
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-10 21:16:01 +00:00
Koop Mast
6f9ed01425 Don't delete mtree generated directories 2008-08-10 20:11:43 +00:00
Alejandro Pulver
e3fa52cddc - Update to version 1.3.20080810. 2008-08-10 20:07:19 +00:00
Alejandro Pulver
f8098bf1aa - Avoid error when catalog is already present.
PR:		ports/123003
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Approved by:	maintainer (timeout)
2008-08-10 20:03:41 +00:00
Martin Wilke
2250045f03 - Connect audio/kid3-kde4 to the build 2008-08-10 19:59:54 +00:00
Martin Wilke
dfd877faa3 - Change dependency to kde4 2008-08-10 19:58:42 +00:00
Martin Wilke
2be0381bc0 - Force Commit
Repocopy from audio/kid3 to audio/kid3-kde4

Repocopy by:	marcus
2008-08-10 19:52:05 +00:00
Michael Johnson
d9af058dbf Update good to 0.10.9 and bad to 0.10.8 2008-08-10 19:50:51 +00:00
Joe Marcus Clarke
5b01bf24b2 Fix the build now that ffmpeg installs libswscale. 2008-08-10 19:47:38 +00:00
Joe Marcus Clarke
48f50328ce Build libswscale by default once again. I could not reproduce any problems
in swfdec-0.6.8, and ahze couldn't remember exactly what problems were
caused before.  If people notice issues after this commit, we will look
into them.

Approved by:	multimedia (ahze)
2008-08-10 19:46:42 +00:00
Alejandro Pulver
b2fe6b6e8d - Merge patch-Makefile into patch-src-Makefile (both actually patch same file).
- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
  integrated into the ports tree.

PR:		ports/126207
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2008-08-10 19:29:43 +00:00
Stanislav Sedov
344acaf18a - Fix CVE-2008-1447 (DNS spoofing vulnerability).
- Fix Webrick DoS vulnerability.
- Serveral minor bugfixes in cgi.rb, ipaddr.rb and resolver.
- Bump PORTREVISION.

Obtained from:	ruby VCS
Tested by:	Ilya Bakulin <webmaster@kibab.com>
2008-08-10 19:26:33 +00:00
Joe Marcus Clarke
7ebb5510d7 Don't use included libltdl. 2008-08-10 19:24:30 +00:00
Koop Mast
25de601253 Add goocanvasmm
C++ bindings for the goocanvas GTK widget.
2008-08-10 18:44:36 +00:00
Koop Mast
562feac8e0 UPdate to 0.10.
Approved by:	maintainer
2008-08-10 18:33:38 +00:00
Adam Weinberger
3c04722204 Pointyhat doesn't handle spaces in ${PORTDOCS} filenames very
gracefully. To avoid incurring its wrath, we just rename the file to a
spaceless variety before installing it.

Also, use cpio(1) instead of cp(1) so we don't risk mangling
permissions.

The plist is technically changing here, but it worked fine before and
this is just to help the package build system, which hasn't been able to
build a package yet. So, I'm skipping the PORTREVISION bump.
2008-08-10 18:25:51 +00:00
Michael Johnson
edd416aa5d Update to 2.26 2008-08-10 18:08:55 +00:00
Alejandro Pulver
9c07759e54 - Update to version 2008.06.30. 2008-08-10 17:42:59 +00:00
Alejandro Pulver
d01fde02ff - Update to version 0.0.11. 2008-08-10 17:42:16 +00:00
Alejandro Pulver
efe9f2fbf0 - Update to version 0.9.20.
- Fix handling of NOPORTDOCS [1].

Reported by:	QA Tindy [1]
2008-08-10 17:41:06 +00:00
Martin Wilke
68a5ec56ca - Fix build when several db* are installed
- Really disable mysql support when WITH_MYSQL is not defined
- Disable sqlite
- Bump PORTREVISION

PR:		126410
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (with discussion on freenode/#kde-freebsd)
Approved by:	maintainer
2008-08-10 16:20:02 +00:00
Martin Wilke
927ebf7e81 - Update to 2.6.1
Changelog:
	http://www.cmake.org/pipermail/cmake/2008-August/023188.html

bsd.cmake.mk
- Use VERBOSE mode when BATCH is defined to get more informative logs
  on pointyhat/tinderbox
2008-08-10 15:43:46 +00:00
Jun Kuriyama
2e633db7d0 Update to 20080804 version. 2008-08-10 15:26:22 +00:00
Alejandro Pulver
c64ba910b1 - Split AR parameters to ARFLAGS variable to allow redefining AR for
cross-compilation.

PR:		ports/121834
Submitted by:	John Hein <jhein@timing.com>
Approved by:	maintainer (timeout)
2008-08-10 15:17:49 +00:00
Ying-Chieh Liao
4d20118313 upgrade to 0.04
drop maintainership
2008-08-10 15:14:39 +00:00
Alejandro Pulver
c4edf8e143 - Fix tolua dependency for version 5.0 (was using 5.1).
- Add tolua dependency for version 5.1.

PR:		ports/126350
Submitted by:	amdmi3
2008-08-10 15:09:54 +00:00
Alejandro Pulver
17d3a78bab - Add DocBook 5
- Add XML character entities
- Rename option for SGML character entities to be more descriptive
- Sort option in a more logical way
- Bump PORTVERSION
- Added SGML DocBook 4.3, 4.4, 4.5
- At the moment FreeBSD docproj uses DocBook 4.1, the older version are
  very old, change the default options to on from 4.1 and to off for
  former versions

PR:		ports/126346
Submitted by:	gabor
2008-08-10 15:02:09 +00:00
Alejandro Pulver
21e13209d6 - Fix handling of NOPORTDOCS.
Reported by:	QA Tindy
2008-08-10 14:55:48 +00:00
Alejandro Pulver
6779a8f08b - Do not avoid installing manpage when NOPORTDOCS is defined.
Reported by:	QA Tindy
2008-08-10 14:50:20 +00:00
Jun Kuriyama
05ca4aa959 Upgrade to 0.9.6 and unbreak. 2008-08-10 14:48:45 +00:00
Jun Kuriyama
21695c6079 o Make dir /var/agentx for AgnetX sockets [1].
o Include zfs mount points for disk reports.

Reported by:	bms [1]
2008-08-10 14:48:06 +00:00
Alejandro Pulver
b6d56128a9 - Do not avoid installing manpage when NOPORTDOCS is defined.
Reported by: QA Tindy
2008-08-10 14:47:22 +00:00
Alejandro Pulver
89bf0f4b17 - Fix building of VM on i386 and amd64.
Reported by:	QA Tindy
2008-08-10 14:44:03 +00:00
Alejandro Pulver
60431c17d6 - Fix NOPORTDOCS handling.
Reported by:	QA Tindy
2008-08-10 14:42:57 +00:00
Martin Wilke
6670d2175f - Fix categorie
Reported by:	erwin
2008-08-10 14:27:04 +00:00
Sergey Skvortsov
9f9f049cbc Update to 1.0 2008-08-10 13:26:44 +00:00
Johan van Selst
253da3292d Update to 3.0.4 2008-08-10 13:00:13 +00:00
Mario Sergio Fujikawa Ferreira
e59a981e69 New port metalink-checker version 1.3: Python script to check
metalink files and complete a basic download
2008-08-10 10:50:38 +00:00
Chin-San Huang
09e9cf888d - Update to 3.53 2008-08-10 10:32:45 +00:00
Mario Sergio Fujikawa Ferreira
ef9f08f560 Use correct URL in WWW tag 2008-08-10 10:26:21 +00:00
Mario Sergio Fujikawa Ferreira
755cb7803c New port metalink-tools version 0.3.3: Metalink generation tool 2008-08-10 10:13:37 +00:00
Mario Sergio Fujikawa Ferreira
2d1bef7d82 Update to 2.9.6 2008-08-10 09:56:20 +00:00
Andrey A. Chernov
d442aea8f1 Use sendmail/bsd.milter.mk to fix dependence for various sendmail port
options.

Submitted by:   Dirk Meyer <dirk.meyer@dinoex.sub.org>
2008-08-10 09:48:15 +00:00
Johan van Selst
0b20832554 Update to 3.5 gamma 5 2008-08-10 09:14:38 +00:00
Johan van Selst
548b3670b7 Update to 3.6 beta 18 2008-08-10 09:06:19 +00:00
Johan van Selst
8ec0300d1d Update to 1.7.0 2008-08-10 08:56:08 +00:00