You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Thank you very much for the reply. I will take your words for granted and I will ask one question. Lets say that you dont work for Oracle and you have your own software house and you can choose to use either SVR4 or IPS packaging for distributing your software. Which one would you use and why? Please answer with honesty :)Sir. Hedgehog– Sir. Hedgehog2016-06-14 06:32:15 +00:00Commented Jun 14, 2016 at 6:32
-
My take on this, is the SW being build for Solaris 10? If so then SVR4 since Solaris 10 does not have IPS. Otherwise, just go with IPS. Better yet is that once you build your software you can make it depend on other packages and have IPS taking care of that for you during the installation. Nothing says that Oracle will keep SRV4 with Solaris 12.BitsOfNix– BitsOfNix2016-06-17 13:18:48 +00:00Commented Jun 17, 2016 at 13:18
-
2It doesn't really matter that I work for Oracle now; I worked on the Image Packaging System before I ever worked for Sun or Oracle since it was (and still is) an open source project. With that said, the answer depends on what your target is. If you're providing packages for users on Solaris 10, you need to provide SVr4-format packages. If your users have Solaris 11+ systems, then the best option is to provide an IPS-format package. It makes it much easier for the users to deploy and manage the packages. The SVr4 packages work for now on S11, but may not for future Solaris releases.Shawn Walker-Salas– Shawn Walker-Salas2016-06-20 00:25:40 +00:00Commented Jun 20, 2016 at 0:25
-
You are mistaken, the svr4 packaging system supported cryptographic verification before IPS exists.schily– schily2016-06-20 17:15:52 +00:00Commented Jun 20, 2016 at 17:15
-
1Schily, while Svr4 provided for a signed datastream format, once an SVr4 package was installed, there was no further cryptographic verification of its contents. In other words, it only checked when using pkgadd. With IPS, the signed package manifest is installed w/ the package contents and is verified during every image-modifying operation (and verify operation) using the information in that package manifest.Shawn Walker-Salas– Shawn Walker-Salas2016-06-22 18:02:51 +00:00Commented Jun 22, 2016 at 18:02
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you