aboutsummaryrefslogtreecommitdiff
path: root/devel/git/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.7.3Wesley Shields2010-09-261-6/+8
| | | | | | | Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.txt Notes: svn path=/head/; revision=261908
* Update to 1.7.2.2Wesley Shields2010-08-205-26/+22
| | | | Notes: svn path=/head/; revision=259604
* Address buffer overflow vulnerability. This is a patch pulled from upstreamWesley Shields2010-07-231-0/+11
| | | | | | | | | until 1.7.2 is release real soon now. Security: 827bc2b7-95ed-11df-9160-00e0815b8da8 Notes: svn path=/head/; revision=258078
* Update to 1.7.1.1Wesley Shields2010-07-042-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Conditionally depend on python now. Earlier releases required python, this release does not. [1] Strip binaries before install. [2] Add ${PREFIX}/libexec/git-core to rc script PATH. Not having this causes git-daemon to be unable to exec upload-pack. Users always had to restart the RC script once the box was booted in order to fix this. [3] Properly fix bug when using gitk that "wish" is not found. [4] Changelog for 1.7.1.1: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt PR: [1]: ports/146605 [2]: ports/146961 [3]: ports/148337 Submitted by: [1]: Alex Kozlov <spam@rm-rf.kiev.ua> [2]: Anonymous <swell.k@gmail.com> [3]: Marin Atanasov Nikolov <dnaeon@gmail.com> [4]: N.J. Thomas (private mail) Feature safe: yes Notes: svn path=/head/; revision=257361
* Update to 1.7.1.Wesley Shields2010-05-072-0/+21
| | | | | | | | | | | | | | | | | [1]: Fix gitk to exec wish8.5 and not wish. [2]: Add a CONTRIB knob, default to on, which installs contrib scripts. Use COPYTREE_SHARE for installing GITWEB stuff. Whitespace cleanup in P4 OPTION definition and installation. Note CONTRIB information in pkg-message. Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt PR: [1]: ports/146016 Submitted by: [1]: Bruce Cran <bruce@cran.org.uk> [2]: Martin Sugioarto (based upon a patch via private mail) Notes: svn path=/head/; revision=253869
* Update to 1.7.0.5Wesley Shields2010-04-212-2/+22
| | | | | | | | | | | | | Rework manpages so it's harder to miss when new ones are added General cleanup of Makefile [1]: Fix a bug when trying to read/write a 2GB+ file [2]: Properly daemonize git-daemon Submitted by: [1]: Artem Belevich (private mail) [2]: ed@ (private mail) Notes: svn path=/head/; revision=252983
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.7.0.2Wesley Shields2010-03-141-5/+4
| | | | | | | | | | | - [1]: Add a dependency on textproc/docbook-xsl. The port used to fetch files during build if HTMLDOCS was selected. This eliminates the need to do that. PR: ports/143483 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=251044
* - Update to 1.6.6.2Wesley Shields2010-02-141-1/+1
| | | | | | | | | | | | | | - Switch to including bsd.port.options.mk - Don't link with libiconv when the option is not selected [1] - Add --reuseaddr to git_daemon_flags [2] PR: [1]: ports/143683 [2]: ports/143275 Submitted by: [1]: Stef Walter <stef@memberwebs.com> [2]: Philippe Pepiot <phil@philpep.org> Notes: svn path=/head/; revision=249841
* - Update to 1.6.3.3 - remove now unnecessary patch for DoS issue.Wesley Shields2009-06-231-57/+0
| | | | Notes: svn path=/head/; revision=236502
* - Add more HTML documentation by removing an unnecessary part of a patch.Wesley Shields2009-06-151-15/+6
| | | | | | | Submitted by: Mike Harding (private mail) Notes: svn path=/head/; revision=235970
* - Fix the DoS issue using the patch from upstream.Wesley Shields2009-06-151-0/+57
| | | | | | | Security: d9b01c08-59b3-11de-828e-00e0815b8da8 Notes: svn path=/head/; revision=235868
* - Update to 1.6.2.2.Wesley Shields2009-04-112-21/+23
| | | | Notes: svn path=/head/; revision=232145
* - Update to 1.6.1Wesley Shields2009-01-141-6/+8
| | | | | | | Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt Notes: svn path=/head/; revision=226113
* - Update to 1.6.0.3Wesley Shields2008-10-262-4/+41
| | | | | | | | | | | | | | | - Add options to support: - P4 support (on) [1] - CVS support (on) [1] - HTML documentation (off) [2] [1]: Requested privately by multiple people. PR: ports/127754 [2] Submitted by: Ashish Shukla <wahjava@gmail.com> [2] Notes: svn path=/head/; revision=222079
* - Update to 1.6.0.2Wesley Shields2008-09-231-3/+14
| | | | | | | - Restore fix for "git help foo" bug. Notes: svn path=/head/; revision=220463
* - Update to 1.6.0.1Wesley Shields2008-08-272-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | Lots of changes, the most visible of which is: With the default Makefile settings, most of the programs are now installed outside your $PATH, except for "git", "gitk" and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding output from "git --exec-path" to the $PATH is still supported in this release, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. The 1.6.0 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt The 1.6.0.1 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt Notes: svn path=/head/; revision=219342
* Update to 1.5.6.2 and add gitweb support[1] (off by default).Wesley Shields2008-07-141-0/+14
| | | | | | | | PR: ports/125441 [1] Submitted by: Martin Sugioarto <martin.sugioarto@udo.edu> Notes: svn path=/head/; revision=216839
* Update to 1.5.5.4 [1].Wesley Shields2008-06-161-5/+15
| | | | | | | | | | | | | | Fix crash in git-fetch [2]. Don't remove directories listed in BSD.local.dist [3]. Fix "git help foo" bug [4][5]. PR: ports/124559 [1], ports/123369 [2], ports/121869 [3], ports/123318 [4], ports/124301 [5] Submitted by: rea-fbsd@codelabs.ru [1], cokane [2], rafan [3], potatosaladx@gmail.com [4], keramida [5] Notes: svn path=/head/; revision=214961
* Rename git-daemon.in to git_daemon.in.Florent Thoumie2008-01-171-0/+0
| | | | | | | | Suggested by: dougb Approved by: anholt (maintainer, implicit) Notes: svn path=/head/; revision=205746
* - Update the port to 1.5.3.8.Florent Thoumie2008-01-162-298/+29
| | | | | | | | | | | | | | | - Fix handling of OPTIONS as WITHOUT_GUI wouldn trigger the dependency on Tk. - Add some more manpages, and install GUI-related manpages only when necessary. - Silence some commands. - Install git-daemon rc script. - Add git-shell to /etc/shells. PR: ports/119728 Submitted by: flz Approved by: anholt (maintainer) Notes: svn path=/head/; revision=205733
* Update git to 1.5.3.2.Eric Anholt2007-10-092-3/+305
| | | | | | | | | | | | | | | This update brings in OPTIONS for GUI tools (on) and dependencies to make the SVN tools work (off). It also should handle the openssl dependency correctly now. Both of these changes are variations I made on the PR submissions for those changes. PR: [1] ports/116521 (1.5.3.2) [2] ports/114472 (openssl issues) Submitted by: [1] Eygene Ryabinkin <rea-fbsd@codelabs.ru> [2] Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=201216
* - obey CFLAGSAlexander Botero-Lowry2007-05-272-10/+34
| | | | | | | | | | | - make WITHOUT_GUI work properly PR: 113030 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: anholt (maintainer) Notes: svn path=/head/; revision=192154
* - remove patch I forgot to remove in 1.5.2 updateAlexander Botero-Lowry2007-05-271-118/+0
| | | | Notes: svn path=/head/; revision=191957
* Update git to 1.5.0.3.Eric Anholt2007-05-251-14/+111
| | | | | | | | | | | | | | | | | This brings some major UI improvements which may surprise users accustomed to the strange old behavior. The 1.5.0 release notes in the tarball cover those changes, and are recommended reading for current git users. This version may expose bugs in curl resulting in crashes when using the http transport. I decided it was more important to get these UI changes out in our packages than to worry about the http transport, which is generally not desired anyway. PR: ports/109495 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=191809
* - update to 1.4.3.4Alexander Botero-Lowry2006-11-081-17/+15
| | | | | | | Approved by: anholt Notes: svn path=/head/; revision=176795
* Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.Eric Anholt2006-07-071-3/+13
| | | | Notes: svn path=/head/; revision=167103
* Add a port for git, a distributed SCM used by the Linux kernel and likely soonEric Anholt2006-02-082-0/+23
many freedesktop.org projects. Notes: svn path=/head/; revision=155490