Commit graph

241 commits

Author SHA1 Message Date
Matteo Rossini
682c49aea7 Version 1.3.2 - 13/Jul/2014
- Patched to reflect changes on slackpkg 2.82.0-13
2014-07-13 17:05:44 +02:00
Matteo Rossini
b60e8adf1f Isn't really needed a full rebuild of install.log file at every
update process! Launch /usr/libexec/slackpkg/makeinstlog.sh
manually to create it.
2014-04-21 15:25:25 +02:00
Matteo Rossini
6343da195e Skipping invalid repository on update process. 2014-04-17 11:56:15 +02:00
Mattero Rossini
96f3de8f57 Fixed an issue on missing VERBOSE line in config file. 2014-04-16 08:22:11 +02:00
Matteo Rossini
59289d5d33 - Fixed an issue when a repository is down 2014-04-15 17:21:48 +02:00
Matteo Rossini
99cf2bb70e Merged with master 1.3.1
Merge branch 'master' into devel

Conflicts:
	ChangeLog.txt
	src/ChangeLog.txt
	src/slackpkgplus.sh
2014-04-15 16:56:05 +02:00
Matteo Rossini
2646d851fc Version 1.3.1 - 7/Mar/2014
- Improved check-updates function (thanks to phenixia2003)
  - Improved debug-mode
2014-04-07 09:40:02 +02:00
Matteo Rossini
1e0bd6fd46 Fixed Repository list 2014-01-01 16:31:04 +01:00
Matteo Rossini
b5d15ec98d Version 1.3.0 - 1/Jan/2014
- Added a debug-mode download verbosity
  - On upgrade, the status bar show available packages from every repository
2014-01-01 14:58:35 +01:00
Matteo Rossini
83d074c7b7 Version 20131209.1 - 9/Dec/2013
- Forked from 1.2.0
2013-12-09 14:40:53 +01:00
Matteo Rossini
96e09b6672 Merge branch 'master' into devel
Conflicts:
	ChangeLog.txt
	src/ChangeLog.txt
2013-12-09 14:33:17 +01:00
Matteo Rossini
c1a543c828 Current -devel is the same of -1.2.0, so I will merge with master
before refork.
2013-12-09 14:30:20 +01:00
Matteo Rossini
13e211cfc7 Version 1.2.0 - 9/Dec/2013
- Now ALLOW32BIT also auto-greylist the 32bit packages
  - Added an install log in /var/lib/slackpkg/install.log; use
    '/usr/libexec/slackpkg/makeinstlog.sh -t' to create a starting
    install.log (it TRY to detect the repository)
2013-12-09 14:18:57 +01:00
Matteo Rossini
f121bcb168 Version 1.1.0 - 6/Dec/2013
- Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system
  - setupmultilib.sh install only adaptative multilib by default
  - Small fixes
2013-12-06 13:44:43 +01:00
Matteo Rossini
c5c4b25464 Fixed missing alert on slackpkgplus.conf update 2013-12-06 11:50:42 +01:00
Matteo Rossini
46b1744788 - setupmultilib.sh install only adaptative multilib by default 2013-12-06 11:47:41 +01:00
Matteo Rossini
4cd45ee7d2 - Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system 2013-12-06 10:32:20 +01:00
Matteo Rossini
dc302eff2b Version 1.0.2 - 6/Dec/2013
- Added WGETOPTS
  - Moved notifications on a dedicated configuration file (notifymsg.conf)
2013-12-06 05:49:10 +01:00
Matteo Rossini
f34b81c549 - Moved notify messages in a dedicated configuration file and added
ENABLENOTIFY to enable/disable it
2013-11-29 13:28:18 +01:00
Matteo Rossini
538cbf2b56 - Added WGETOPTS. This allow to pass parameters to 'wget'. You can use it as
a workaround for repository indisponibility by set it to
    WGETOPTS="--timeout=5 --tries=1"
2013-11-29 13:14:32 +01:00
Matteo Rossini
4eca3dabea forgot to remove notification messages from x86_64 config file. 2013-11-20 14:16:01 +01:00
Matteo Rossini
e1c13d27d8 Version 20131120.1 - 20/Nov/2013
- Moved notify messages in a dedicated configuration file and added
    ENABLENOTIFY to enable/disable it
  - Fixed the broken notification on missed 'slackpkg update'
2013-11-20 14:06:24 +01:00
Matteo Rossini
d0e0ccbf78 Version 20131119.3 - 20/Nov/2013
- Now ALLOW32BIT also auto-greylist the 32bit packages
2013-11-19 15:45:16 +01:00
Matteo Rossini
dccee92c02 Some issue in install log generating/updating 2013-11-19 15:38:43 +01:00
Matteo Rossini
359efb974c Fixed an issue with ALLOW32BIT
thanks phenixia2003
2013-11-19 14:45:42 +01:00
Matteo Rossini
5d6c9656dc Default configuration file, in development version, now use the development repository. 2013-11-19 14:35:53 +01:00
Matteo Rossini
cb56537902 Version 20131119.2 - 19/Nov/2013
- Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system
2013-11-19 14:07:33 +01:00
Matteo Rossini
30a13d86f8 Version 20131119.1 - 19/Nov/2013
- 'slackpkg update' also update the install.log
  - 'makeinstlog.sh -t' TRY to detect the repository from which the package
    was installed.
  - improved greylist. Now accept regex and repository name.
  - Added WGETOPTS
2013-11-19 13:23:34 +01:00
Matteo Rossini
23ae95e088 Update slackpkg+ version (1.0.1) 2013-11-19 12:52:44 +01:00
Matteo Rossini
f9910d46a8 Added WGETOPTS
you can put it in slackpkgplus.conf or override from command line
WGETOPTS="--timeout=5" slackpkg update
2013-11-19 12:48:02 +01:00
Matteo Rossini
71ce3067a5 /usr/libexec/slackpkg/makeinstlog.sh -t
_try_ do detect the repository from which the package was installed
2013-11-19 12:37:49 +01:00
Matteo Rossini
6c9fff4ecc Version 20131118.2 - 18/Nov/2013
- Moved makeinstlog.sh in libexec path. Now slackpkg update also update
  install.log
2013-11-18 17:05:48 +01:00
Matteo Rossini
3a1615cde0 Small fix in makeinstlog.sh 2013-11-18 10:24:23 +01:00
Matteo Rossini
6804ccbb45 Version 20131118.1 - 18/Nov/2013
- Added an install log in /var/lib/slackpkg/install.log
  - Added makeinstlog.sh in /usr/doc/slackpkg+-* to create a starting install.log
2013-11-18 09:32:27 +01:00
Matteo Rossini
97f075ae99 Version 20131116.1 - 16/Nov/2013
- Missed real greylist code :)
2013-11-16 18:20:10 +01:00
Matteo Rossini
42a11dc682 Version 20131114.2 - 14/Nov/2013
- Added /etc/slackpkg/greylist . All packages in that list will be showned
    unchecked by default

now it accept only package name
2013-11-14 15:07:34 +01:00
Matteo Rossini
eab5653813 Version 20131114.1 - 14/Nov/2013
- setupmultilib.sh install only adaptative multilib by default
2013-11-14 13:41:03 +01:00
Matteo Rossini
70345d5e3b Version 1.0.1 - 14/Nov/2013
- Fixed fatal on 'pasture' repository and on invalid repository
2013-11-14 12:03:47 +01:00
Matteo Rossini
25e266aa2d Version 1.0 - 11/Nov/2013
- slackpkg+ 1.0 stable finally relased
  - All repositories aligned to newest slackware version
  - Documentation reformatting and some typo fix (thanx to idlemoor)
  - Added function 'notification on event' that allow to insert reminders
    when you install/ugrade/remove some packages. See slackpkgplus.conf samples.
    (thanks to phenixia2003)
2013-11-11 15:20:30 +01:00
Matteo Rossini
2d207c0681 Thanks to idlemoor for typos correction. 2013-10-29 12:55:22 +01:00
David Spencer
24f6782a05 src/README: reformatted. 2013-10-29 00:08:29 +00:00
David Spencer
b20ab98eec Typos and minor edits (part 4)
- src/slackpkgplus.x86.sample and src/slackpkgplus.x86_64.sample:
   minor edits in comments
2013-10-28 23:57:21 +00:00
David Spencer
ca10521862 Typos and minor edits (part 3)
- setupmultilib.sh: typos in echo messages
2013-10-28 23:16:36 +00:00
David Spencer
46493a3426 Typos and minor edits (part 2)
- src/README: Typos, reword a few paragraphs
2013-10-28 21:20:54 +00:00
David Spencer
29b03761e1 Typos and minor edits of messages (part 1)
- README.TXT: minor edit
 - src/doinst.sh: minor change to postinstall message
 - src/repositories.txt: minor edits
 - src/slack-desc: use same text as README.TXT; tweak handy-ruler
 - src/slackpkgplus.sh: minor edits in comments and echo messages
2013-10-28 14:21:25 +00:00
Matteo Rossini
4f8d52738f Version 1.0rc3 - 28/Oct/2013
- slackpkg+ 1.0 release candidate 3.  Last call.  :)
  - Added setupmultilib.sh in /usr/doc/slackpk+-*, an helper for configure
    multilibs in slackpkgplus.conf
2013-10-28 12:44:51 +01:00
Matteo Rossini
bf42ca4f68 Version 1.0rc2 - 21/Oct/2013
- Looks like we get a slackpkg+ 1.0 release candidate 2...  but things are
    pretty much nailed down at this point.  Please test and report any last :D
  - Updated some repository to 14.1
2013-10-21 15:42:05 +02:00
Matteo Rossini
7da127b3e7 Version 1.0rc1 - 16/Oct/2013
- Slackware 14.1 is coming up. I think that also slackpkg+ is ready so as
    Slackware I mark it as rc1 :). slackpkg 2.82.0-11 added the 14.1 repositories.
    Unfortuatly I don't know which third-party repository will contains 14.1
    packages, so I can't add 14.1 to repositories.txt
  - You can now ovverride SLACKPKGPLUS VERBOSE from command-line (as USEBL)
2013-10-16 13:57:13 +02:00
Matteo Rossini
8de4afb3a7 Minor: fixed repository list in sample files 2013-09-30 09:45:02 +02:00
Matteo Rossini
be046cae08 Slackpkg 0.9.7.4 released
Version 0.9.7.4 - 24/Sep/2013
  - Try a better way to detect the newest version of the same package in local
    or remote directory (does not guarantees 100% success)
  - Try to download CHECKSUMS.md5.gz.asc if CHECKSUMS.md5.asc does not exists
    (as salixos repository)
2013-09-24 15:29:11 +02:00