Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

git-web-1.7.3.4-4.5.1 RPM for i586

From OpenSuSE 11.4 updates for i586

Name: git-web Distribution: openSUSE 11.4
Version: 1.7.3.4 Vendor: openSUSE
Release: 4.5.1 Build date: Wed Jun 22 02:26:15 2011
Group: Development/Tools/Version Control Build host: build31
Size: 278218 Source RPM: git-1.7.3.4-4.5.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://git-scm.com
Summary: Git Web Interface
CGI script that allows browsing git repositories via web interface.

The apache2 configuration contained in this package installs a virtual
directory /git/ that calls the cgi script.



Authors:
--------
    Linus Torvalds <torvalds@osdl.org>

Provides

Requires

License

GPLv2+

Changelog

* Fri Jun 17 2011 tiwai@suse.de
  - Fix VUL-1: git-web xss (CVE-2011-2186, bnc#698456)
* Fri Dec 17 2010 tiwai@suse.de
  - updated to git 1.7.3.3:
    In addition to the usual fixes, this release also includes
    support for the new "add.ignoreErrors" name given to the
    existing "add.ignore-errors" configuration variable.
  - updated to git 1.7.3.4:
    Among many fixes since v1.7.3.3, it contains a fix to a recently
    discovered XSS vulnerability in Gitweb (CVE 2010-3906)
* Mon Dec 13 2010 coolo@novell.com
  - fix file list for perl module on factory
* Thu Dec 02 2010 dmueller@suse.de
  - update to git 1.7.3.2:
    This is primarily to push out many documentation fixes
    accumulated since the 1.7.3.1 release.
* Thu Sep 30 2010 tiwai@suse.de
  - updated to git 1.7.3:
    major version update; new options and behavior for git-rebase,
    git-clean, git-checkout, git-gui.
    See release note:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.3.txt
  - updated to git 1.7.3.1:
    fix git-stash breakages
  - Set NO_CROSS_DIRECTORY_HARDLINKS=1 to satisfy BS
* Fri Aug 20 2010 tiwai@suse.de
  - updated to git 1.7.2.2:
    This is primarily for fixing a hanging bug in the smart http
    transport, but also comes with a lot of documentation udpates.
    See release note:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.2.txt
* Thu Jul 29 2010 tiwai@suse.de
  - updated to git 1.7.2.1: minor fixes for git-instaweb, git-web,
    git-config.  See release note:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.1.txt
* Thu Jul 22 2010 tiwai@suse.de
  - updated to git 1.7.2: mostly bug fixes and small enhancements;
    see the release note:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.txt
  - gitweb stuff is moved to /usr/share/gitweb
* Tue Jun 01 2010 pbaudis@suse.cz
  - Fix the git.xinetd to be disabled by default and the --base-path setting
    [bnc#495060, bnc#461726]
  - Fix missing dependencies of git send-email [bnc#561690]
  - Fix spurious perl-Error provides [bnc#578273]
  - Drop global $COMP_WORDBREAKS change from bash-completion [bnc#446506]
* Tue May 18 2010 chris@computersalat.de
  - install missing gitweb.js
* Mon Apr 26 2010 tiwai@suse.de
  - updated to git 1.7.1:
    including fixes in previous 1.7.0.x releases, a few new behavior
    changes; see the release note:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt
* Thu Apr 08 2010 dmueller@suse.de
  - require the correct perl-base version
* Thu Apr 01 2010 tiwai@suse.de
  - updated to git 1.7.0.4: minor fixes
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.4.txt
* Mon Mar 22 2010 tiwai@suse.de
  - updated to git 1.7.0.3: just minor fixes
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.3.txt
* Mon Mar 08 2010 tiwai@suse.de
  - updated to git 1.7.0.2:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.2.txt
* Mon Mar 01 2010 tiwai@suse.de
  - updated to git 1.7.0.1; just a minor update
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.1.txt
* Thu Feb 25 2010 tiwai@suse.de
  - don't use %py_requires macro, otherwise it add an implicit
    dependency to git.rpm
* Sat Feb 20 2010 jengelh@medozas.de
  - use %_smp_mflags, use %_libexecdir for gitexecdir
* Wed Feb 17 2010 tiwai@suse.de
  - fix installation of python stuff
* Mon Feb 15 2010 tiwai@suse.de
  - updated to version 1.7.0: Major update
    See details in
      http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.txt
    Notes on behaviour change:
    * "git push" into a branch that is currently checked out (i.e. pointed at by
    HEAD in a repository that is not bare) is refused by default.
    * "git send-email" does not make deep threads by default when sending a
    patch series with more than two messages.  All messages will be sent
    as a reply to the first message, i.e. cover letter.
    * "git status" is not "git commit --dry-run" anymore.  This change does
    not affect you if you run the command without argument.
    * "git diff" traditionally treated various "ignore whitespace" options
    only as a way to filter the patch output.  "git diff --exit-code -b"
    exited with non-zero status even if all changes were about changing the
    amount of whitespace and nothing else;  and "git diff -b" showed the
    "diff --git" header line for such a change without patch text.
    * External diff and textconv helpers are now executed using the shell.
    This makes them consistent with other programs executed by git, and
    allows you to pass command-line parameters to the helpers. Any helper
    paths containing spaces or other metacharacters now need to be
    shell-quoted.  The affected helpers are GIT_EXTERNAL_DIFF in the
    environment, and diff.*.command and diff.*.textconv in the config
    file.
    * The --max-pack-size argument to 'git repack', 'git pack-objects', and
    'git fast-import' was assuming the provided size to be expressed in MiB,
    unlike the corresponding config variable and other similar options accepting
    a size value.  It is now expecting a size expressed in bytes, with a possible
    unit suffix of 'k', 'm', or 'g'.
  - added git-remote-helpers sub-package for python helpers
* Thu Jan 21 2010 tiwai@suse.de
  - updated to version 1.6.6:
    * "git fsck" defaults to "git fsck --full" and will take longer
    * check "Preparing yourselves for compatibility issues in 1.7.0"
      section below for the future update
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.6.txt
  - updated to version 1.6.6.1; minor bug fixes
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.6.1.txt
* Fri Dec 18 2009 tiwai@suse.de
  - updated to version 1.6.5.7; minor bug fixes
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.6.txt
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.7.txt
* Tue Dec 08 2009 tiwai@suse.de
  - updated to version 1.6.5.5; only bug fixes; see release notes
    below;
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.4.txt
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.5.txt
* Tue Nov 17 2009 tiwai@suse.de
  - updated to version 1.6.5.3; see release notes:
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.txt
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.2.txt
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt
* Fri Oct 23 2009 opensuse@sukimashita.com
  - fix build of git-http-push enabling webdav push (bnc#504569)
* Fri Oct 02 2009 lnussel@suse.de
  - fix apparmor profile for gitweb
* Tue Sep 29 2009 tiwai@suse.de
  - remove git-arch from Recommends of git package; it's totally
    optional now
  - remove tla from Requires of git-arch to avoid dependency errors
* Mon Aug 31 2009 tiwai@suse.de
  - updated to version 1.6.4.2:
    * rounding fix for --date=relative output between 1 and 5 years
    * regression fix of "git add -p" to handleexec bits  changes
    * fix "git apply" to honor GNU diff's convention to mark the
    creation/deletion event with UNIX epoch timestamp
    * fix "git checkout" to removed files correctly with symlinks
    * make "git clean -d -f" safer for separate git repos
    * fix bugs in "git fetch/push" over http transports
    * fix "git format-patch --cover-letter" with non-ASCII strings
    * See details in
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt
* Mon Aug 24 2009 tiwai@suse.de
  - updated to version 1.6.4:
    git push into the currently checked-out branch will be refused
    by default.
    See details in
      http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.txt
  - updated to version 1.6.4.1:
    Bug fix release.  See details in
      http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.1.txt
* Mon Jun 22 2009 tiwai@suse.de
  - updated to 1.6.3.3:
    * fix "git daemon" to correctly parse the initial line
    * fix "git diff --textconv" memory leak
    * improved the built-in regular expressions
    * fix import-tars script (in contrib) to import symbolic links
    * fix http.c to use correct CURLOPT_SSLKEY
    * fix low-level filelevel merge driver
    * fix "git rebase -i" left stray closing parenthesis in reflog
    * fix "git remote show" to show all the URLs associated with named
    remotes
    * fix "whitespace" attribute handling
* Fri Jun 05 2009 tiwai@suse.de
  - updated to 1.6.3.1:
    * fix regression of "git checkout -b new-branch"
  - updated to 1.6.3.2:
    * fixes for gcc4.4 builds and others.  See below for details
    http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.2.txt
* Fri May 08 2009 tiwai@suse.de
  - updated to 1.6.3:
    * major version update: git push behavior change,
      With the next major release, "git push" into a branch that is
      currently checked out will be refused by default.  You can
      choose what should happen upon such a push by setting the
      configuration
    * Detailed changelog found at
      http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.txt
* Mon Apr 20 2009 tiwai@suse.de
  - updated to 1.6.2.4:
    * The configuration parser had a buffer overflow while parsing
      an overlong value.
    * pruning reflog entries that are unreachable from the tip of
      the ref during "git reflog prune" (hence "git gc") was very
      inefficient.
    * "git-add -p" lacked a way to say "q"uit to refuse staging any
      hunks for the remaining paths.  You had to say "d" and then ^C.
    * "git-checkout <tree-ish> <submodule>" did not update the index
      entry at the named path; it now does.
    * "git-fast-export" choked when seeing a tag that does not point
      at commit.
    * "git init" segfaulted when given an overlong template location
      via the --template= option.
    * "git-ls-tree" and "git-diff-tree" used a pathspec correctly
      when deciding to descend into a subdirectory but they did not
      match the individual paths correctly.  This caused pathspecs
      "abc/d ab" to match "abc/0" ("abc/d" made them decide to
      descend into the directory "abc/", and then "ab" incorrectly
      matched "abc/0" when it shouldn't).
    * "git-merge-recursive" was broken when a submodule entry was
      involved in a criss-cross merge situation.
* Thu Apr 16 2009 tiwai@suse.de
  - updated to 1.6.2.2:
    * A longstanding confusing description of what --pickaxe option
      of git-diff does has been clarified in the documentation.
    * "git-blame -S" did not quite work near the commits that were
      given on the command line correctly.
    * "git diff --pickaxe-regexp" did not count overlapping matches
      correctly.
    * "git diff" did not feed files in work-tree representation to
      external diff and textconv.
    * "git-fetch" in a repository that was not cloned from anywhere
      said it cannot find 'origin', which was hard to understand for
      new people.
    * "git-format-patch --numbered-files --stdout" did not have to
      die of incompatible options; it now simply ignores
    - -numbered-files as no files are produced anyway.
    * "git-ls-files --deleted" did not work well with GIT_DIR&GIT_WORK_TREE.
    * "git-read-tree A B C..." without -m option has been broken for
      a long time.
    * git-send-email ignored --in-reply-to when --no-thread was given.
    * 'git-submodule add' did not tolerate extra slashes and ./ in
      the path it accepted from the command line; it now is more lenient.
    * git-svn misbehaved when the project contained a path that began
      with two dashes.
    * import-zips script (in contrib) did not compute the common
      directory prefix correctly.
    * miscompilation of negated enum constants by old gcc (2.9)
      affected the codepaths to spawn subprocesses.
  - updated to 1.6.2.3:
    * Setting an octal mode value to core.sharedrepository
      configuration to restrict access to the repository to group
      members did not work as advertised.
    * A fairly large and trivial memory leak while rev-list shows
      list of reachable objects has been identified and plugged.
    * "git-commit --interactive" did not abort when underlying
      "git-add -i" signaled a failure.
    * git-repack (invoked from git-gc) did not work as nicely as it
      should in a repository that borrows objects from neighbours
      via alternates mechanism especially when some packs are marked
      with the ".keep" flag to prevent them from being repacked.
  - fix the start-check in git-daemon script (bnc#494824)
* Mon Mar 16 2009 tiwai@suse.de
  - updated to 1.6.2.1:
    * .gitignore learned to handle backslash as a quoting mechanism
      for comment introduction character "#".
    * timestamp output in --date=relative mode used to display
      timestamps that are long time ago in the default mode
    * git-add -i/-p now works with non-ASCII pathnames.
    * "git hash-object -w" did not read from the configuration file
      from the correct .git directory.
    * git-send-email learned to correctly handle multiple Cc:
      addresses.
* Thu Mar 05 2009 tiwai@suse.de
  - updated to 1.6.2:
    * @{-1} is a way to refer to the last branch you were on.
    * The location of .mailmap file can be configured
    * Improvements on "git add -p"
    * Improvements on "git am" behavior and options
    * "git blame" aligns author names better
    * "git clone" now makes its best effort when cloning from an
      empty repository
    * "git checkout -" is a shorthand for "git checkout @{-1}".
    * "git cherry" defaults to whatever the current branch is
      tracking (if exists) when the <upstream> argument is not given.
    * "git cvsserver" fixes / improvements
    * New options for "git diff"
    * New options for "git filter-branch"
    * "git fsck" now checks loose objects in alternate object
      stores
    * "git gc --prune" was resurrected to allow "git gc --no-prune"
    * New option for "git mergetool"
    * "git rebase -i" can transplant a history down to root
    * "git reset --merge" option
    * "git submodule update" learned --no-fetch option.
    * "git tag" learned --contains
    For more details, see
      http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.txt

Files

/etc/apache2
/etc/apache2/conf.d
/etc/apache2/conf.d/gitweb.conf
/etc/apparmor.d
/etc/apparmor.d/usr.share.git-web.gitweb.cgi
/usr/share/doc/packages/git-web
/usr/share/doc/packages/git-web/INSTALL.gitweb
/usr/share/doc/packages/git-web/README.gitweb
/usr/share/gitweb
/usr/share/gitweb/gitweb.cgi
/usr/share/gitweb/static
/usr/share/gitweb/static/git-favicon.png
/usr/share/gitweb/static/git-logo.png
/usr/share/gitweb/static/gitweb.css
/usr/share/gitweb/static/gitweb.js


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:20:38 2013