Commit graph

163297 commits

Author SHA1 Message Date
joerg
bafd000e5c Updated x11/xextproto to 7.1.2 2010-09-10 19:27:25 +00:00
joerg
01072b208c xextproto-7.1.1:Fix XSyncValueSubtract typo. 2010-09-10 19:25:48 +00:00
joerg
5cff211302 Updated x11/xcalc to 1.0.3 2010-09-10 19:24:07 +00:00
joerg
deb1162c4c Update to xcalc-1.0.3: Ansify. Follow xaw8 removal 2010-09-10 19:22:42 +00:00
joerg
979cde6ba1 Updated x11/videoproto to 2.3.1 2010-09-10 19:20:00 +00:00
joerg
d500b8ae76 Update to videoproto-2.3.1: Header clean ups, install protocol text. 2010-09-10 19:19:06 +00:00
joerg
f0796eaf68 Updated x11/luit to 1.0.5 2010-09-10 19:17:17 +00:00
joerg
2ffeee3967 Update to luit-1.0.5: Fix poll bug and improve portability 2010-09-10 19:15:54 +00:00
joerg
88bc64f7cf listres-1.0.2: ansification, catch up with libXp removal 2010-09-10 19:14:45 +00:00
joerg
88a368637c Add missing patch from last commit. 2010-09-10 19:13:52 +00:00
joerg
8d206ba57a Updated x11/libxcb to 1.7 2010-09-10 19:13:01 +00:00
joerg
05f946f10e Update to libxcb 1.7:
- Always wake up readers after writing
- Get rid of PATH_MAX and MAXPATHLEN
- Add ~ operator support in code generator
- xcb_open: Improve protocol/host parsing
- xcb_connect_to_display_with_auth_info: Fix memory leak
- Report which extensions are being built
2010-09-10 19:12:13 +00:00
joerg
f626dda72f Updated x11/libXvMC to 1.0.6 2010-09-10 19:11:00 +00:00
joerg
a5315f6e16 Update to libXvMC-1.0.6: packaging related changes 2010-09-10 19:10:10 +00:00
joerg
354d554b00 Updated x11/kbproto to 1.0.5 2010-09-10 19:08:34 +00:00
joerg
b4d2881d85 Update to kbproto-1.0.5: Fix value of XkbAllAccessXEventsMask 2010-09-10 19:07:49 +00:00
joerg
bf9c2037a6 Updated x11/glproto to 1.4.12 2010-09-10 19:06:06 +00:00
joerg
cd8cd94711 Update to glproto-1.4.12: small extensions and fixes 2010-09-10 19:05:19 +00:00
joerg
c1c6ae95df Updated x11/libXt to 1.0.8 2010-09-10 19:02:41 +00:00
joerg
d0bb777d24 Update to libXt-1.0.8: Don't install makestrs and fix a OSX bug. 2010-09-10 19:01:46 +00:00
joerg
ced347f77d Updated x11/libXrender to 0.9.6 2010-09-10 18:56:55 +00:00
joerg
12d6357018 Update to libXrender-0.9.6: Minor bugfix 2010-09-10 18:56:04 +00:00
joerg
6319c4dce6 Updated x11/libXi to 1.3.2 2010-09-10 18:53:32 +00:00
joerg
b1272e07f9 Update to libXi-1.3.2: Viarous bug fixes 2010-09-10 18:52:06 +00:00
joerg
152af86a56 Updated x11/libXfont to 1.4.2 2010-09-10 18:50:26 +00:00
joerg
37e49d02eb Update to libXfont-1.4.2: Minor bug fixes 2010-09-10 18:49:43 +00:00
joerg
3af83428be Update to libXfixes-4.0.5: Minor bug and documentation fixes. 2010-09-10 18:46:08 +00:00
joerg
ecb4c10c7c Update to libXdamage 1.1.3: minor bug fixes. 2010-09-10 18:45:11 +00:00
joerg
db4248ecb0 Updated x11/libXcomposite to 0.4.2 2010-09-10 18:43:08 +00:00
joerg
5cc30b24a1 Update to libXcomposite 0.4.2: Minor bug fixes 2010-09-10 18:40:44 +00:00
joerg
f4a4ce1685 Updated x11/libXau to 1.0.6 2010-09-10 18:39:13 +00:00
joerg
11392b8127 Update to libXau-1.0.6: Improve man page 2010-09-10 18:38:26 +00:00
joerg
abe1236231 Updated x11/xmessage to 1.0.3 2010-09-10 18:35:22 +00:00
joerg
f00467c235 Update to xmessage-1.0.3: Fix some warnings, issues with unquoting
and go back to xaw7.
2010-09-10 18:34:28 +00:00
spz
c8e1f35143 note update of sudo 2010-09-10 17:13:38 +00:00
spz
80e75e00a3 updating to the latest and greatest (and less a bunch of security
relevant bugs) version:

Major changes between version 1.7.4p3 and 1.7.4p4:

    * A potential security issue has been fixed with respect to the
      handling of sudo's -g command line option when -u is also
      specified. The flaw may allow an attacker to run commands as a
      user that is not authorized by the sudoers file.
    * A bug has been fixed where "sudo -l" output was incomplete if
      multiple sudoers sources were defined in nsswitch.conf and there
      was an error querying one of the sources.
    * The log_input, log_output, and use_pty sudoers options now work
      correctly on AIX. Previously, sudo would hang if they were
      enabled.
    * Fixed "make install" when sudo is built in a directory other
      than the directory that holds the sources.
    * The runas_default sudoers setting now works properly in a
      per-command Defaults line.
    * Suspending and resuming the bash shell when PAM is in use now
      works properly. The SIGCONT signal was not being propagated to
      the child process.

Major changes between version 1.7.4p2 and 1.7.4p3:

    * A bug has been fixed where duplicate HOME environment variables
      could be set when the env_reset setting was disabled and the
      always_set_home setting was enabled in sudoers.
    * The value of sysconfdir is now substituted into the path to the
      sudoers.d directory in the installed sudoers file.
    * Fixed compilation problems on Irix and other platforms.
    * If multiple PAM "auth" actions are specified and the user enters
      ^C at the password prompt, sudo will now abort any subsequent
      "auth" actions. Previously it was necessary to enter ^C once for
      each "auth" action.

Major changes between version 1.7.4p1 and 1.7.4p2:

    * Fixed a bug where sudo could spin in a cpu loop waiting for the
      child process.
    * Packaging fixes for sudo.pp to better handle patchlevels.

Major changes between version 1.7.4 and 1.7.4p1:

    * Fix a bug introduced in sudo 1.7.3 that prevented the -k and -K
      options from functioning when the tty_tickets sudoers option was
      enabled.
    * Sudo no longer prints a warning when the -k or -K options are
      specified and the ticket file does not exist.
    * Changes to the configure script to enable cross-compilation of
      Sudo.

Major changes between version 1.7.3 and 1.7.4:

    * Sudoedit will now preserve the file extension in the name of the
      temporary file being edited. The extension is used by some
      editors (such as emacs) to choose the editing mode.
    * Time stamp files have moved from /var/run/sudo to either
      /var/db/sudo, /var/lib/sudo or /var/adm/sudo. The directories
      are checked for existence in that order. This prevents users
      from receiving the sudo lecture every time the system reboots.
      Time stamp files older than the boot time are ignored on systems
      where it is possible to determine this.
    * Ancillary documentation (README files, LICENSE, etc) is now
      installed in a sudo documentation directory.
    * Sudo now recognizes "tls_cacert" as an alias for "tls_cacertfile"
      in ldap.conf.
    * Defaults settings that are tied to a user, host or command may
      now include the negation operator. For example:
          Defaults:!millert lecture
      will match any user but millert.
    * The default PATH environment variable, used when no PATH variable
      exists, now includes /usr/sbin and /sbin.
    * Sudo now uses polypkg for cross-platform packing.
    * On Linux, sudo will now restore the nproc resource limit before
      executing a command, unless the limit appears to have been
      modified by pam_limits. This avoids a problem with bash scripts
      that open more than 32 descriptors on SuSE Linux, where
      sysconf(_SC_CHILD_MAX) will return -1 when RLIMIT_NPROC is set
      to RLIMIT_UNLIMITED (-1).
    * Visudo will now treat an unrecognized Defaults entry as a parse
      error (sudo will warn but still run).
    * The HOME and MAIL environment variables are now reset based on
      the target user's password database entry when the env_reset
      sudoers option is enabled (which is the case in the default
      configuration). Users wishing to preserve the original values
      should use a sudoers entry like:
          Defaults env_keep += HOME
      to preserve the old value of HOME and
          Defaults env_keep += MAIL
      to preserve the old value of MAIL.
    * The tty_tickets option is now on by default.
    * Fixed a problem in the restoration of the AIX authdb registry
      setting.
    * If PAM is in use, wait until the process has finished before
      closing the PAM session.
    * Fixed "sudo -i -u user" where user has no shell listed in the
      password database.
    * When logging I/O, sudo now handles pty read/write returning ENXIO,
      as seen on FreeBSD when the login session has been killed.
    * Sudo now performs I/O logging in the C locale. This avoids
      locale-related issues when parsing floating point numbers in the
      timing file.
    * Added support for Ubuntu-style admin flag dot files.

Major changes between version 1.7.2p8 and 1.7.3:

    * Support for logging a command's input and output as well as the
      ability to replay sessions. For more information, see the
      documentation for the log_input and log_output Defaults options
      in the sudoers manual. Also see the sudoreplay manual for
      information on replaying I/O log sessions.
    * The use_pty sudoers option can be used to force a command to be
      run in a pseudo-pty, even when I/O logging is not enabled.
    * On some systems, sudo can now detect when a user has logged out
      and back in again when tty-based time stamps are in use.
      Supported systems include Solaris systems with the devices file
      system, Mac OS X, and Linux systems with the devpts filesystem
      (pseudo-ttys only).
    * On AIX systems, the registry setting in /etc/security/user is
      now taken into account when looking up users and groups.
      Sudo now applies the correct the user and group ids when running
      a command as a user whose account details come from a different
      source (e.g. LDAP or DCE vs. local files).
    * Support for multiple sudoers_base and uri entries in ldap.conf.
      When multiple entries are listed, sudo will try each one in the
      order in which they are specified.
    * Sudo's SELinux support should now function correctly when running
      commands as a non-root user and when one of stdin, stdout or stderr
      is not a terminal.
    * Sudo will now use the Linux audit system with configure with the
      --with-linux-audit flag.
    * Sudo now uses mbr_check_membership() on systems that support it
      to determine group membership. Currently, only Darwin (Mac OS X)
      supports this.
    * When the tty_tickets sudoers option is enabled but there is no
      terminal device, sudo will no longer use or create a tty-based
      ticket file. Previously, sudo would use a tty name of "unknown".
      As a consequence, if a user has no terminal device, sudo will now
      always prompt for a password.
    * The passwd_timeout and timestamp_timeout options may now be
      specified as floating point numbers for more granular timeout
      values.
    * Negating the fqdn option in sudoers now works correctly when sudo
      is configured with the --with-fqdn option. In previous versions
      of sudo the fqdn was set before sudoers was parsed.
2010-09-10 17:11:27 +00:00
wiz
ca8f550fbf Add --certstore-internal to fix packaging on some Linuces.
From Aleksey Cheusov in PR 43849.
2010-09-10 15:02:49 +00:00
drochner
40b9d55a45 update to 1.2.4
changes:
The patches to fix the following CVEs are included with help from
Vincent Danen and other members of the Red Hat security team:
CVE-2010-1781 CVE-2010-1782 CVE-2010-1784 CVE-2010-1785
CVE-2010-1786 CVE-2010-1787 CVE-2010-1788 CVE-2010-1790
CVE-2010-1792 CVE-2010-1793 CVE-2010-2648
2010-09-10 14:18:13 +00:00
taca
47a146c408 Previous commit,
-oniguruma-5.9.2
+xf86-input-mouse-1.6.0

And now,

I can't find these packages for now and remove them.

	-ruby-builder-2.2.0
	-ruby-cmd-0.8.0
	-ruby-debug-base-0.10.3.1

Updated these packages:

	-ruby-coderay-0.9.1
	-ruby-columnize-0.3.1
	-ruby-debug-0.10.3
	-ruby-debug-ide-0.4.4
	-ruby-directory-watcher-1.3.1
	-ruby-eventmachine-0.12.2
	-ruby-fastercsv-1.5.1
	-ruby-itex2MML-1.3.5
	-ruby-jsmin-1.0.1
	-ruby-logging-1.3.0
	-ruby-mechanize-1.0.0
	-ruby-parsetree-3.0.3
	-ruby-rgl-0.4.0
	-ruby-rspec-1.2.9
	-ruby-rttool-1.0.3.0
	-ruby-sequel-3.12.1 [pkg/43498]
	-ruby-simple-rss-1.2.3 [pkg/43606]
	-ruby-will-paginate-2.3.12
	-webby-0.9.3
2010-09-10 14:01:12 +00:00
taca
c6dde6566a Note update of devel/ruby-logging package to 1.4.3 and www/ruby-mechanize
package to 1.0.0.

Fix ruby-columnize's entry from 0.3.1nb1 to 0.3.1.
2010-09-10 14:00:15 +00:00
taca
b58d846b4f Update www/mechanize to 1.0.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.


= Mechanize CHANGELOG

=== 1.0.0

* New Features:

  * An optional verb may be passed to Mechanize#get GH #26
  * The WWW constant is deprecated. Switch to the top level constant Mechanize
  * SelectList#option_with and options_with for finding options

* Bug Fixes:

  * Rescue errors from bogus encodings
  * 7bit content-encoding support.  Thanks sporkmonger! GH #2
  * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9
  * meta redirects outside the head are not followed. GH #13
  * Form submissions work with nil page encodings. GH #25
  * Fixing default values with serialized cookies. GH #3
  * Checkboxes and fields are sorted by page appearance before submitting. #11
2010-09-10 13:54:48 +00:00
taca
f6bd0cfeae Update devel/ruby-logging to 1.4.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are too many to write here, please refer History.txt.
2010-09-10 13:51:45 +00:00
taca
b33a20b69b Reset PKGREVISION. 2010-09-10 13:44:38 +00:00
taca
e67f8c6eca Note update of many www related ruby's packages. 2010-09-10 13:39:55 +00:00
taca
dda1363431 * Remove RUBY_HAS_ARCHLIB.
* Set RUBYOPT="-Ku" when configure.  It defaults script encoding to UTF-8.
2010-09-10 13:37:42 +00:00
taca
bb6e9d351c * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Add patches to support both ruby18 and ruby19.
2010-09-10 13:36:15 +00:00
taca
f1e9eccd6a Allow specify "ruby19-" package, too. 2010-09-10 13:33:00 +00:00
taca
09b3dc2d4a Update www/webby to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Correct spelling of CATEGORIES.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.


== 0.9.4 / 2009-04-05

* 6 minor enhancements
  - Added a Maruku filter (thanks to Martyn Loughran)
  - Updated to version 0.8.0 of Blueprint css
  - Better handling of errors generated by filters
  - Modified how the editor is spawned when creating pages
  - URLs for index pages now have a trailing slash
  - Configuration options now have nice descriptions
      webby --options
* 7 bug fixes
  - Fixed haml & sass option handling [Alex Brem]
  - Work around for a parsing bug in the rdiscount gem (markdown handling)
  - Editor launching now handles switches passed to the editor
  - When a page fails to render, it no longer writes an empty file to
    the output folder (thereby overwriting the last good page)
  - Pagination bug
  - Presentation slides were not being found when headers had attributes
  - The blog template now has all the CSS files

== 0.9.3 / 2008-10-08

* 4 minor enhancements
  - Added a "wikiwords" filter to process [[text]] as links to other pages
    (thanks to Paul)
  - Added colorization to the output text (facets gem required)
  - Replaced the Heel webserver with webrick
  - Special windows version with windows line endings in generated files
* 2 bug fixes
  - Fixed a bug on Windows where line endings were messing with meta-data
  - The paginator was not linking correctly back to the first page from
    subsequent pages in a list

== 0.9.2 / 2008-09-11

* 1 bug fix
  - Layouts were not being found if more than one layout was in a directory
    in the layouts folder

== 0.9.1 / 2008-09-10

* 1 major enhancement
  - multiple output files can be generated from a single page
* 2 minor enhancements
  - simplified the handling of meta-data at the top of files
  - pagination now honors the "page per directory" flag
* 2 bug fixes
  - filename extensions were not being preserved when creating a new page
  - webby now works properly with rake 0.8.2

== 0.9.0 / 2008-08-25

* 2 major enhancements
  - The "rake" command line tool has been replaced by the "webby"
    command line tool for day to day site tasks
  - Now using the "rdiscount" gem for markdown syntax
* 4 minor enhancements
  - Layouts can exist in subdirectories of the layouts folder
  - Addition of a "tumblog" template
  - Addition of a sitemap file (Ana Nelson)
  - Updated to version 6.4.2 of ImageMagick for tex2img conversions
* 5 bug fixes
  - Better error message when an unkonwn filter is given
  - Table of contents generation bug
  - Failing to clean out the "content_for" cache when doing a
    multi-page render
  - Explicitly loading the RedCloth gem
  - Handling exceptions from system calls on the Windows platform

== 0.8.4 / 2008-06-03

* 1 minor improvement
  - Global defaults for HAML and SASS [Dag Odenhall]
* 1 bug fix
  - Added the blog templates to the package

== 0.8.3 / 2008-06-02

* 2 major enhancements
  - Added blogging support
  - Added S5 slide presentation support
* 6 minor enhancements
  - Changed the arguments to the DB#find method
  - Added locals support for page templates
  - Updated atom feed generation template
  - Partials now support local variables when rendering
  - Can guard rendering results from processing by subsequent filters
    (useful when rendering partials or embedding other pages)
  - Support for "content_for" style captures [M@ McCray]
* 5 bug fixes
  - Fixed reference to an non-existent Error class
  - Basepath filter now handles XML files properly
  - Removed the "--delete" flag from the rsync options [Denis Defreyne]
  - Fixed a nil cursor bug in the rendering filter stack
  - Recursive find now works from the root content folder (bug 20281)
2010-09-10 13:32:05 +00:00
taca
b71d6fd747 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 13:26:30 +00:00
taca
c52900a0be Update www/thoth to 0.2.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Exact changes are unknown.
2010-09-10 13:25:11 +00:00