Commit graph

186480 commits

Author SHA1 Message Date
marino
017c620156 net/ed2k-gtk-gui: Fix indirect linking on DragonFly
On a previous commit, I added an LDFLAGS entry to address indirect
linking.  Since then I use LDFLAGS.DragonFly because the LDFLAGS fix
wasn't completely welcomed.  Now that a second library has to be added
to the indirect link fix, I'm moved both to LDFLAGS.DragonFly.
2012-05-16 18:48:45 +00:00
marino
a42689beb4 emulators/gcube: Fix indirect linking on DragonFly 2012-05-16 18:35:28 +00:00
marino
58a496a3e8 graphics/inkscape: Fix indirect linking on DragonFly 2012-05-16 18:27:12 +00:00
marino
fcbac196cc time/evolution_webcal: Fix indirect linking on DragonFly 2012-05-16 18:02:45 +00:00
marino
5915fd3e52 games/fillets_ng: Fix indirect linking on DragonFly 2012-05-16 18:01:36 +00:00
marino
5aa730962b devel/gps: Fix indirect linking on DragonFly 2012-05-16 17:56:48 +00:00
tron
df296b4da5 ote update of "libtorrent" and "rtorrent" packages. 2012-05-16 17:44:21 +00:00
tron
b85a1db87f Update "libtorrent" package to version 0.13.2 and "rtorrent" package
to version 0.9.2.

A list of changes is not available unfortunately. But it seems that most
of the Solaris related build fixes have been integrated.
2012-05-16 17:42:37 +00:00
wiz
7a1e5cbcd0 regen 2012-05-16 16:48:57 +00:00
wiz
23df69ca0d SUPPORT_FILES -> REQD_FILES 2012-05-16 16:46:43 +00:00
bouyer
b6b0d6522a Added security/p5-AuthCAS version 1.5
Added textproc/p5-Unicode-LineBreak version 2012.02
Updated mail/sympa to 6.1.11
2012-05-16 16:18:46 +00:00
bouyer
bb348d66f4 Update sympa to latest stable release 6.1.11. Lots of changes since the 5.4
series, users are encouraged to read /usr/pkg/share/doc/sympa/NEWS for
details. Summary of new features:

***   New bulk.pl daemon installed with Sympa. This daemon is dedicated to
      mail distribution and allows to parallelize this process on a single
      server as well as on multiple servers.
***   [Olivier Lumineau, CRU] Fresh new web CSS for the web interface.
***   Replace storage of password with encryption by md5 fingerprint. This
      make remind password impossible. So now a one time ticket table is created
      ticket are  sent by email as an authentication token. Ticket can be used
      for lost password, create account, moderation request . It should be
      generalized to all operation that need a email chalenge.
***  New propertie in object message : spam_status .  This feature is used in
     modindex (listing of message waiting for moderation) to show message
     tagued as spam.
     4 new parameters :
	 - antispam_feature default off
	 - antispam_tag_header_name default X-Spam-Status
	 - antispam_tag_header_spam_regexp default ^\s*Yes
	 - antispam_tag_header_ham_regexp default ^\s*No
***  DKIM : Sympa now supports DKIM for message diffusion and control.
***  web_tt2/Makefile.am, web_tt2/ca.tt2, web_tt2/lca.tt2,
     wwsympa/wwsympa.fcgi.in:  It is now possible to create Custom actions
     at the list or robot level. These custom actions allow you to create
     new pages in the Sympa web interface. for now, you can only display
     informations using this method. any post treatment (such as form
     submission) must be handled outside of Sympa. See
     https://www.sympa.org/manual_6.1/customizing#custom_actions for more
     details.
***  [Submitted by J. jourdan] "suspension of membership." The user can suspend
     his subscription to the lists
     that he subscribes. For a finite length or not. Added a calendar in
     javascript to select a date.

Also, lots of translastion updates, and bug fixes (including security ones)
2012-05-16 16:16:46 +00:00
marino
fb296d74e3 emulators/fceu: Fix indirect linking on DragonFly 2012-05-16 16:08:43 +00:00
bouyer
15fcf55914 Initial import of textproc/p5-Unicode-LineBreak 2012.02
Three main modules and some supporting program files are contained. For
more details read following POD documentations:

    Text::LineFold - Line Folding for Plain Text
    Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
    Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
2012-05-16 15:58:12 +00:00
bouyer
d792695085 Inital import of security/p5-AuthCAS version 1.5
AuthCAS aims at providing a Perl API to Yale's Central Authentication System
(CAS). Only a basic Perl library is provided with CAS whereas AuthCAS is a
full object-oriented library.
2012-05-16 15:55:23 +00:00
marino
a20665453f games/ketm: Fix indirect linking on DragonFly 2012-05-16 15:16:09 +00:00
marino
ce26338c32 games/newvox: Fix indirect linking on DragonFly 2012-05-16 15:11:15 +00:00
marino
9c87ddbc5c games/powermanga: Fix indirect linking on DragonFly 2012-05-16 15:02:41 +00:00
marino
c7dac0dd0f games/chromium-bsu: Fix indirect linking on DragonFly 2012-05-16 14:56:45 +00:00
jperkin
fda9afd836 typo. 2012-05-16 14:54:57 +00:00
taca
0e5fdf5ce8 Note update of security/sudo package to 1.7.9p1. 2012-05-16 14:50:35 +00:00
taca
1b193d34b2 Update sudo package to 1.7.9p1.
Fix seuciry problem of CVE-2012-2337.


What's new in Sudo 1.7.9p1?

 * Fixed a bug when matching against an IP address with an associated
   netmask in the sudoers file.  In certain circumstances, this
   could allow users to run commands on hosts they are not authorized
   for.

What's new in Sudo 1.7.9?

 * Fixed a false positive in visudo strict mode when aliases are
   in use.

 * The line on which a syntax error is reported in the sudoers file
   is now more accurate.  Previously it was often off by a line.

 * The #include and #includedir directives in sudoers now support
   relative paths.  If the path is not fully qualified it is expected
   to be located in the same directory of the sudoers file that is
   including it.

 * visudo will now fix the mode on the sudoers file even if no changes
   are made unless the -f option is specified.

 * The "use_loginclass" sudoers option works properly again.

 * For LDAP-based sudoers, values in the search expression are now
   escaped as per RFC 4515.

 * Fixed a race condition when I/O logging is not enabled that could
   result in tty-generated signals (e.g. control-C) being received
   by the command twice.

 * If none of the standard input, output or error are connected to
   a tty device, sudo will now check its parent's standard input,
   output or error for the tty name on systems with /proc and BSD
   systems that support the KERN_PROC_PID sysctl.  This allows
   tty-based tickets to work properly even when, e.g. standard
   input, output and error are redirected to /dev/null.

 * Fixed a bug where a pattern like "/usr/*" included /usr/bin/ in
   the results, which would be incorrectly be interpreted as if the
   sudoers file had specified a directory.

 * "visudo -c" will now list any include files that were checked
   in addition to the main sudoers file when everything parses OK.

 * Users that only have read-only access to the sudoers file may
   now run "visudo -c".  Previously, write permissions were required
   even though no writing is down in check-only mode.

What's new in Sudo 1.7.8p2?

 * Fixed a crash in the monitor process on Solaris when NOPASSWD
   was specified or when authentication was disabled.
2012-05-16 14:49:55 +00:00
marino
c2d99d1055 emulators/sms_sdl: Fix indirect linking on DragonFly 2012-05-16 14:38:05 +00:00
wiz
3904fd5b25 Updated chat/pidgin-otr to 3.2.1 2012-05-16 14:36:28 +00:00
wiz
b728be1002 Update to 3.2.1 (security update):
2012-05-14

	* INSTALL: Fixing typo and updating reference to CVS.
	* Makefile.mingw, packaging/windows/pidgin-otr.nsi:
	Updating to support building the win32 installer on
	GNU/Linux.

2012-05-12

	* otr-plugin.c: Fixing a format string vulnerability.
	Identified by intrigeri <intrigeri@boum.org>.

	* Makefile.mingw, README, configure.ac, pidgin-otr.nsi:
	Bumped version number to 3.2.1.

2010-03-02

	* po/vi.po: Vietnamese translation from Lyndon Johnson
	<lyndon.johnson58@gmail.com>

2009-11-14

	* gtk-dialog.c (add_to_vbox_verify_fingerprint): Make
	the fingerprints in the manual authentication dialog
	selectable (but not selected by default).

2009-08-24

	* po/fr.po: Fixed \n errors

2009-07-20

	* po/fr.po: Complete French translation from Solveig
	<perso@solveig.org>

2009-06-24

	* po/fr.po: Spelling correction from intrigeri
	<intrigeri@boum.org>

2009-03-18

	* po/sv.po: Swedish translation from Daniel Nylander
	<po@danielnylander.se>

2009-01-18

	* po/pl.po: Polish translation from Paweł Czochański
	<czochanski@gmail.com>

2008-09-24

	* po/it.po: Italian translation from Vincenzo Reale
	<smart2128@baslug.org>.

2008-07-10

	* otr-plugin.c: Use /dev/urandom to generate keys instead of
	/dev/random.  [Really: on non-Win32, call
	gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); before OTRL_INIT;.]

2008-07-07

	* gtk-conv.c: Don't delete the OTR menus if a non-foreground
	conversation window is closed.

2008-06-19

	* Makefile.static: Forgot to add tooltipmenu.o to
	Makefile.static.  Fixed.

2008-06-17

	* otr-plugin.c: Except on WIN32, set the umask to 0077 before
	creating the otr.* files in the purple directory so that they
	end up mode 0600.  Based on a patch from Caspar Clemens Mierau
	<damokles@ubuntu.com>.

	* po/de.po: Updated German translation from Michael Meier
	<mail@code.mmsources.de>.
2012-05-16 14:36:17 +00:00
marino
62674b5631 games/bomberclone: Fix indirect linking on DragonFly 2012-05-16 14:35:34 +00:00
marino
7f844f51de games/stratagus: Fix indirect linking on DragonFly 2012-05-16 14:25:36 +00:00
hauke
f4e4997178 Avoid a SIGSEGV, when AFPConfigInit() runs into a problem parsing
afpd.conf and returns NULL.
2012-05-16 14:03:08 +00:00
marino
64cd1be504 graphics/blender: Fix indirect linking on DragonFly 2012-05-16 13:49:22 +00:00
marino
69942524d8 games/warzone2100: Fix indirect linking on DragonFly 2012-05-16 13:45:14 +00:00
marino
d7bb517b41 audio/audacious: Fix indirect linking on DragonFly 2012-05-16 13:43:14 +00:00
marino
f5efcb3a12 games/xarchon: Fix indirect linking on DragonFly 2012-05-16 13:01:02 +00:00
hauke
9e9e3ecb8d Add a 'debug' option for building the package with debug switches on. 2012-05-16 12:11:17 +00:00
marino
13a5176597 games/neverball: Fix indirect linking on DragonFly 2012-05-16 12:08:50 +00:00
marino
a35c9b3ba4 www/nspluginwrapper: Fix indirect linking on DragonFly 2012-05-16 11:44:44 +00:00
marino
8d206cc54b emulators/dega: Fix indirect linking on DragonFly 2012-05-16 11:27:31 +00:00
fhajny
10ee327ca7 Added devel/ruby-daemon_controller 2012-05-16 10:18:28 +00:00
fhajny
07e59c94cb Import ruby18-daemon_controller-1.0.0 as devel/ruby-daemon_controller.
daemon_controller is a library for starting and stopping specific daemons
programmatically in a robust, race-condition-free manner.
2012-05-16 10:07:48 +00:00
marino
fc6f3418aa PR#45836 lang/openjd7: Repack DragonFly bootstraps
OpenJDK7 wouldn't build on DragonFly for non-root users due to a conflict
with the bootstrap/LICENSE file.  Both the -bin-common and the
-bin-dragonfly bootstraps contained the same file, both with 444 file
permissions.  As a result, the extraction phase fails for non-root pbulk
builds and other under-privileged users.

The DragonFly bootstraps were repacked to exclude the duplicate
bootstrap/LICENSE file, and the bootstrap.mk file updated accordingly.
The new bootstraps are packed with xz, resulting in a tarball 6MB
smaller for i386.

Other changes while we're here:
1) Add LICENSE=gnu-gpl-v2
2) USE_TOOLS+= patch (pkglint complained)
3) Fix ONLY_FOR_PLATFORM triplet for DragonFly (pkglint complained)
2012-05-16 08:55:45 +00:00
obache
ebace08850 LICENSE=apache-2.0 2012-05-16 06:12:46 +00:00
joerg
200d5c5327 Needs full dependency on qt4-tools. 2012-05-15 21:58:50 +00:00
adam
869c5d2ba2 Updated devel/glibmm to 2.32.0 2012-05-15 20:42:57 +00:00
adam
6e907f2036 Changes 2.32.0:
Glib:
* Dispatcher: Don't send messages to a deleted Dispatcher.
* Make SignalTimeout/SignalIdle::connect_once() more thread safe.
* Document Glib::Property and Glib::PropertyBase.
gmmproc:
* Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE.
* Generate the documentation of default constructors of interface classes.
Build:
* Update Visual Studio projects.
2012-05-15 20:41:20 +00:00
adam
7fa3d6eaad Updated devel/scmgit to 1.7.10.2 2012-05-15 20:31:14 +00:00
adam
24474cef7c Changes 1.7.10.2:
* The test scaffolding for git-daemon was flaky.
* The test scaffolding for fast-import was flaky.
* The filesystem boundary was not correctly reported when .git directory
  discovery stopped at a mount point.
* HTTP transport that requires authentication did not work correctly when
  multiple connections are used simultaneously.
* Minor memory leak during unpack_trees (hence "merge" and "checkout"
  to check out another branch) has been plugged.
* In the older days, the header "Conflicts:" in "cherry-pick" and "merge"
  was separated by a blank line from the list of paths that follow for
  readability, but when "merge" was rewritten in C, we lost it by
  mistake. Remove the newline from "cherry-pick" to make them match
  again.
* The command line parser choked "git cherry-pick $name" when $name can
  be both revision name and a pathname, even though $name can never be a
  path in the context of the command.
* The "include.path" facility in the configuration mechanism added in
  1.7.10 forgot to interpret "~/path" and "~user/path" as it should.
* "git config --rename-section" to rename an existing section into a
  bogus one did not check the new name.
* The "diff --no-index" codepath used limited-length buffers, risking
  pathnames getting truncated.  Update it to use the strbuf API.
* The report from "git fetch" said "new branch" even for a non branch
  ref.
* The http-backend (the server side of the smart http transfer) used
  to overwrite GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL with the
  value obtained from REMOTE_USER unconditionally, making it
  impossible for the server side site-specific customization to use
  different identity sources to affect the names logged. It now uses
  REMOTE_USER only as a fallback value.
* "log --graph" was not very friendly with "--stat" option and its
  output had line breaks at wrong places.
* Octopus merge strategy did not reduce heads that are recorded in the
  final commit correctly.
* "git push" over smart-http lost progress output a few releases ago;
  this release resurrects it.
* The error and advice messages given by "git push" when it fails due
  to non-ff were not very helpful to new users; it has been broken
  into three cases, and each is given a separate advice message.
* The insn sheet given by "rebase -i" did not make it clear that the
  insn lines can be re-ordered to affect the order of the commits in
  the resulting history.
* "git repack" used to write out unreachable objects as loose objects
  when repacking, even if such loose objects will immediately pruned
  due to its age.
* A contrib script "rerere-train" did not work out of the box unless
  user futzed with her $PATH.
* "git rev-parse --show-prefix" used to emit nothing when run at the
  top-level of the working tree, but now it gives a blank line.
* The i18n of error message "git stash save" was not properly done.
* "git submodule" used a sed script that some platforms mishandled.
* When using a Perl script on a system where "perl" found on user's
  $PATH could be ancient or otherwise broken, we allow builders to
  specify the path to a good copy of Perl with $PERL_PATH.  The
  gitweb test forgot to use that Perl when running its test.
2012-05-15 20:28:58 +00:00
ryoon
c43ab92cd2 Updated www/php-owncloud to 3.0.3 2012-05-15 20:19:51 +00:00
ryoon
5b15ae5f78 Update to 3.0.3
* Add .htaccess file to package
* Fix MESSAGES, to be more useful

Changelog:
changelog is not available officially. The following is provided by SuSE.
- Security: Several CSRF fixes
- Security: .htaccess uploading blacklist
- Backport link in the Help center to the online documentatio
- Backport link in the Help center to the "Big Files" howto
- Check if JSon module is installed
- Check if GD module is installed
2012-05-15 20:18:34 +00:00
tron
362504df4b Note update of the "pixman" package to version 0.24.4nb1. 2012-05-15 18:59:20 +00:00
tron
44c5284d73 Update outdated list of exported symbols which fixes the build under
Mac OS X Snow Leopard.

Bump the package revision because the binary package will change on
all platforms.
2012-05-15 18:59:07 +00:00
christos
03fd99d9f3 Don't re-define __UNCONST if it is already defined. On old NetBSD systems
the definition is a bit different so they bitch.
2012-05-15 16:45:45 +00:00