The NetBSD Project

CVS log for pkgsrc/pkgtools/pkgin/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / pkgtools / pkgin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sun May 20 04:14:58 2012 UTC (5 days, 18 hours ago) by sbd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Omit the SQLite load extension and insure that sqlite3.o is compiled
with it's extra CPPFLAGS.  (Fixes the build on Linux.)

Revision 1.16.4.1 / (download) - annotate - [select for diffs], Mon Apr 9 19:02:37 2012 UTC (6 weeks, 4 days ago) by spz
Branch: pkgsrc-2012Q1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Pullup ticket #3726 - requested by imil
pkgtools/pkgin: bug fix

Revisions pulled up:
- pkgtools/pkgin/Makefile                                       1.21
- pkgtools/pkgin/distinfo                                       1.17

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	imil
   Date:		Mon Apr  9 08:58:19 UTC 2012

   Modified Files:
    	pkgsrc/pkgtools/pkgin: Makefile distinfo

   Log Message:
   20120409
            pkgin 0.5.2.3
            Fixed "upgrade too many packages" bug (thanks stacktic)


   To generate a diff of this commit:
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/pkgin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/pkgin/distinfo

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 9 08:58:19 2012 UTC (6 weeks, 4 days ago) by imil
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

20120409
        pkgin 0.5.2.3
        Fixed "upgrade too many packages" bug (thanks stacktic)

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 29 14:25:47 2011 UTC (6 months, 3 weeks ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Branch point for: pkgsrc-2012Q1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

pkgin-0.5.2.1
	Handled the very rare case where CONFLICTS is placed *after* PKGNAME
	in pkg_summary(5), leading to database inconsistency.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 24 10:00:45 2011 UTC (7 months ago) by imil
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

pkgin-0.5.2
        Various minor fixes from NetBSDfr hackathon
        Moved break_depends() at the end of impact.c to avoid inconsistencies
        Check for real filesystem size to be occuppied by upgrade
        Check for user permissions before update_db
        update_db() returns a status so we can warn simple users
        introduced have_enough_rights(), fixed pkg_keep() perms
        Various return codes fixed to satisfy frontends

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 16 09:26:36 2011 UTC (7 months, 1 week ago) by imil
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

pkgin-0.5.1
        . Don't download packages when repository is a file:// scheme
        . Reduce verbosity when marking non-autoremovable packages
        . Keep going if unmet requirements are encountered and warn about
          it before proceeding
        . Always move pkg_install on top of the "to-upgrade" list
        . pkgin now depends on pkgsrc's pkg_install
        . Log timestamp
        . Better handling of pkg_install error logs
        . rec_pkglist() now takes a va_list
        . Added "requires" and "provides" to have a closer look on packages
          requirements
        . Globs can now be passed as an argument for package installation, i.e.
          # pkgin in 'mysql-server<5.1'
        . Export / import a list of packages as requested by wiz@
        . Operations tracing flag (-t)
        . Database silent migration
        . More flexible check_yesno()
        . Made pkgin in / rm yes by default
        . One struct to rule them all (Pkglist)
        . Got rid of many useless lists (speed x10, literally)
        . Introduced FULLPKGNAME as db member, speed ups searches
        . unique_pkg(): no more "many versions of foo", pickup newer

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 13 11:23:36 2011 UTC (9 months, 1 week ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

pkgin 0.4.3
	Imported progressmeter from OpenSSH, should fix percentage progress

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 10 10:56:23 2011 UTC (9 months, 2 weeks ago) by imil
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

pkgin 0.4.2.2
	Cleaned up download.c
	SQLite upgraded to 3.7.7.1

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 2 21:26:59 2011 UTC (9 months, 3 weeks ago) by imil
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

20110802
	Release 0.4.2.1
	Fixed the "too many connexions" problem with libfetch and FTP

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 6 18:44:59 2011 UTC (14 months, 2 weeks ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

pkgin 0.4.2

20110306
        Moving to SF.net
        Check for mark_as_automatic_installed() return code

20110301
        pkgin can now upgrade pkg_install with user's approval

20110228
        url_stat's size is declared as off_t, will be > SSIZE_MAX on
        32 bits systems. Added a fix for this.

20110227
        Added -P, print package version instead of globs in sd, srd, sfd
        Added warning for repositories with 0-lenght FILE_SIZE
        Added -V (verbosity) flag
        Moved integer flags to uint8_t

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 21 22:42:49 2011 UTC (15 months ago) by imil
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

pkgin 0.4.1

. Wiped out file.c, ftpio.c, path.c, str.c, pexec.c, pkg_io.c,
  pen.c, strsep.c, lpkg.c, iterate.c
. Inform about logging

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 13 16:03:56 2011 UTC (15 months, 1 week ago) by imil
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

pkgin 0.4.0

20110207
        Replaced naive repository arch check by MACHINE_ARCH check

20110206
        Bump to SQLite 3.7.5

20110205
        Added statvfs64 support
        Redirect stderr to logfile while pkg_{add,delete}

20110204
        Feature request: -F / force-reinstall
        Feature request: PR 43049
        Generated repositories.conf for NetBSD, DragonFly BSD and MINIX

20110130
        Merged 0.4.0 to HEAD
        MINIX patches from Gautam are now upstream
        Re-added download-only
        Makefile.in / configure.ac cleanup
        Integrated some of bapt's patches
        - chroot
        - bandwidth calculation

20110122
        pkgin 0.4.0
        SQLite "Amalgamation" version is now part of the tree,
        No more databases/sqlite3 dependency needed

Revision 1.4.6.1 / (download) - annotate - [select for diffs], Sun Jan 23 10:56:54 2011 UTC (16 months ago) by tron
Branch: pkgsrc-2010Q4
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pullup ticket #3332 - requested by imil
pkgtools/pkgin: bug fix update

Revisions pulled up:
- pkgtools/pkgin/Makefile			1.6-1.8
- pkgtools/pkgin/distinfo			1.5-1.7
- pkgtools/pkgin/patches/patch-aa		delete
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Sun Jan 16 22:47:56 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.2

Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build
---
Module Name:   pkgsrc
Committed By:  imil
Date:		Sun Jan 16 22:52:53 UTC 2011

Removed Files:
	pkgsrc/pkgtools/pkgin/patches: patch-aa

Log Message:
Removed patches, now upstream.
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Wed Jan 19 12:10:11 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.3, hopefully the last 0.3 release

- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Thu Jan 20 18:14:09 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.4, never say "this is the last release"
    Fixed a non-critical bug: some packages were marked
    for upgrade more than once.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 20 18:14:09 2011 UTC (16 months ago) by imil
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

pkgin 0.3.3.4, never say "this is the last release"
	Fixed a non-critical bug: some packages were marked
	for upgrade more than once.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 19 12:10:11 2011 UTC (16 months ago) by imil
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

pkgin 0.3.3.3, hopefully the last 0.3 release

- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 16 22:47:56 2011 UTC (16 months, 1 week ago) by imil
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

pkgin 0.3.3.2

Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 10 08:05:00 2010 UTC (23 months, 2 weeks ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Branch point for: pkgsrc-2010Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Update to 0.3.3.1 (on wip: 20100124) + a local patch to fix building on
Solaris (and, I suspect, other autoconf-using architectures). En detail:

20100123:
        Many cleanups from stacktic
        - Replaced strstr's with str{n}cmp when possible
        - #ifdef'ed PROVIDES
        - Queries are now const chars

20100102:
        Solaris 10 support
        Mac OS X support
        Many cleanups from stacktic

20100101:
        Many fixes by stacktic :
        - Added -n (no-flag)
        - Various memleaks fixed
        - pkgname comparison fix
        - Cleaned up trailing spaces
        - Got rid of recursion !

20091206:
        Added -l status flags

20091203:
        autoconf support
        percentage redraw fix (jmcneill)
        variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch)
        auto-lookup for SUMEXTS, removed options.mk (sketch)
        opensolaris fixes (sketch)
        repositories.conf variables substitution (tuxillo)
        impact mutex (Johannes Hofmann)
        SunOS 5.8 support (Mikhail T.)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 24 17:11:04 2010 UTC (2 years, 4 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

pkgin 0.3.3.1

Fixed ordering issue.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 24 14:56:24 2010 UTC (2 years, 4 months ago) by imil
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

pkgin 0.3.3 import from wip/pkgin-20100123

- Solaris 10 support
- Mac OS X support
- Added -l status flags
- autoconf support
- percentage redraw fix (jmcneill)
- variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch)
- auto-lookup for SUMEXTS, removed options.mk (sketch)
- opensolaris fixes (sketch)
- repositories.conf variables substitution (tuxillo)
- impact mutex (Johannes Hofmann)
- SunOS 5.8 support (Mikhail T.)

Plus many cleanups from stacktic@
- Replaced strstr's with str{n}cmp when possible
- #ifdef'ed PROVIDES
- Queries are now const chars
- Added -n (no-flag)
- Various memleaks fixed
- pkgname comparison fix
- Cleaned up trailing spaces
- Got rid of recursion !

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 8 13:58:26 2009 UTC (2 years, 11 months ago) by imil
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.

OK'd by seb@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 8 13:58:26 2009 UTC (2 years, 11 months ago) by imil
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>