Commit graph

18 commits

Author SHA1 Message Date
Juan RP ad2194ebf2 Remove flist files; not the way to go. I'll find another way. 2012-02-10 16:59:21 +01:00
Juan RP 50c2ff1926 First pass at creating flist files, will be used by the upcoming xbps-src-18. 2012-02-10 09:25:25 +01:00
Juan RP 6e508f878f pam: move docs to -devel subpkg. 2012-01-30 09:25:16 +01:00
davehome accb1ff0d6 Update base-system and dep. pkgs for new rshlib thing 2011-11-12 05:01:02 +00:00
Juan RP 220302f278 pam: update to 1.1.5. 2011-10-28 14:38:18 +02:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP 8c46457c45 pam: update to 1.1.4. 2011-07-09 17:49:33 +02:00
Juan RP 4480c92b30 bumprev for packages requiring libdb and libpcre. 2010-12-11 02:28:30 +01:00
Juan RP 63612c963e pam: update to 1.1.3. 2010-11-23 15:18:10 +01:00
Juan RP 1a2dc1d0d7 pam: update to 1.1.2. 2010-10-26 01:46:55 +02:00
Juan RP 9aaf109265 pam: move so symlink into main pkg.
--HG--
extra : convert_revision : 1b92613cde9c16dfc248cb716e9e44853795f5c4
2010-04-22 12:16:22 +02:00
Juan RP 18e6d02732 pam, shadow: disable pam_namespace for /tmp and /var/tmp.
There are some problems with it that aren't easy to fix, so give up.

--HG--
extra : convert_revision : 16763d6ef027eab3f9ffed1edcbc0f8fdbe16862
2010-02-17 05:40:55 +01:00
Juan RP 6a5f54e8cb pam: fix conf_files, enable pam_namespace(8) for /tmp and /var/tmp.
- We now create /tmp and /var/tmp as tmpfs instances for all users
  except root, via pam_namespace(8).
- Fixed conf_files, it's /etc/environment not /etc/security/environment.

Bump revision.

--HG--
extra : convert_revision : 04b3d5a9c3e08b28e61708ea33ddb78db8ce5c77
2010-01-17 22:48:29 +01:00
Juan RP 0029a207c0 pam-userdb: add missing glibc rundep, bumprev.
--HG--
extra : convert_revision : 7f502f6553c07287d55ab5e046788878dd940693
2010-01-17 21:16:39 +01:00
Juan RP 1be3838cb2 pam: move pam_userdb into its own subpkg.
pam_userdb requires db4, and by default is not used in the system
so this avoid the db4 dependency.

--HG--
extra : convert_revision : e1a1cbc4e48a2e88746e038910dea88eb458bf84
2010-01-09 00:09:45 +01:00
Juan RP 5584793f0b pam: clean up deps, bumprev.
--HG--
extra : convert_revision : 6c653768ffef09108a0515b53966f70992074f8b
2010-01-07 21:38:12 +01:00
Juan RP 21ae50c8a6 pam: update to 1.1.1.
--HG--
extra : convert_revision : b50e04b441ed0c245099df0324d81414009fe2bb
2009-12-31 22:37:40 +01:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00